Lee Kai Xuan / mbed-os

Fork of mbed-os by erkin yucel

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers test_sn_nsdl.h Source File

test_sn_nsdl.h

00001 /*
00002  * Copyright (c) 2015 ARM. All rights reserved.
00003  */
00004 #ifndef TEST_SN_NSDL_H
00005 #define TEST_SN_NSDL_H
00006 
00007 #ifdef __cplusplus
00008 extern "C" {
00009 #endif
00010 
00011 #include <stdbool.h>
00012 
00013 bool test_sn_nsdl_destroy();
00014 
00015 bool test_sn_nsdl_init();
00016 
00017 bool test_sn_nsdl_register_endpoint();
00018 
00019 bool test_sn_nsdl_unregister_endpoint();
00020 
00021 bool test_sn_nsdl_update_registration();
00022 
00023 bool test_sn_nsdl_set_endpoint_location();
00024 
00025 bool test_sn_nsdl_nsp_lost();
00026 
00027 bool test_sn_nsdl_is_ep_registered();
00028 
00029 bool test_sn_nsdl_send_observation_notification();
00030 
00031 bool test_sn_nsdl_send_observation_notification_with_uri_path();
00032 
00033 bool test_sn_nsdl_oma_bootstrap();
00034 
00035 bool test_sn_nsdl_get_certificates();
00036 
00037 bool test_sn_nsdl_update_certificates();
00038 
00039 bool test_sn_nsdl_create_oma_device_object();
00040 
00041 bool test_sn_nsdl_get_version();
00042 
00043 bool test_sn_nsdl_process_coap();
00044 
00045 bool test_sn_nsdl_exec();
00046 
00047 bool test_sn_nsdl_get_resource();
00048 
00049 bool test_set_NSP_address();
00050 
00051 bool test_sn_nsdl_list_resource();
00052 
00053 bool test_sn_nsdl_free_resource_list();
00054 
00055 bool test_sn_nsdl_update_resource();
00056 
00057 bool test_sn_nsdl_send_coap_message();
00058 
00059 bool test_sn_nsdl_create_resource();
00060 
00061 bool test_sn_nsdl_put_resource();
00062 
00063 bool test_sn_nsdl_delete_resource();
00064 
00065 bool test_sn_nsdl_get_first_resource();
00066 
00067 bool test_sn_nsdl_get_next_resource();
00068 
00069 bool test_sn_nsdl_build_response();
00070 
00071 bool test_sn_nsdl_release_allocated_coap_msg_mem();
00072 
00073 bool test_sn_nsdl_set_retransmission_parameters();
00074 
00075 bool test_sn_nsdl_set_retransmission_buffer();
00076 
00077 bool test_sn_nsdl_set_block_size();
00078 
00079 bool test_sn_nsdl_set_duplicate_buffer_size();
00080 
00081 #ifdef __cplusplus
00082 }
00083 #endif
00084 
00085 #endif // TEST_SN_NSDL_H
00086