Home
last modified time | relevance | path

Searched defs:srv (Results 1 – 10 of 10) sorted by relevance

/AliOS-Things-master/components/uservice/src/
A Duservice.c15 void uservice_lock(uservice_t *srv) in uservice_lock()
22 void uservice_unlock(uservice_t *srv) in uservice_unlock()
29 int uservice_call(uservice_t *srv, rpc_t *rpc) in uservice_call()
58 int uservice_call_sync(uservice_t *srv, int cmd, void *param, void *resp, size_t size) in uservice_call_sync()
88 int uservice_call_async(uservice_t *srv, int cmd, void *param, size_t param_size) in uservice_call_async()
111 uservice_t *srv = aos_zalloc(sizeof(uservice_t)); in uservice_new() local
123 void uservice_destroy(uservice_t *srv) in uservice_destroy()
145 uservice_t *srv = (uservice_t*)context; in uservice_event_process() local
157 void uservice_subscribe(uservice_t *srv, uint32_t event_id) in uservice_subscribe()
A Dutask.c167 void utask_add(utask_t *task, uservice_t *srv) in utask_add()
179 void utask_remove(utask_t *task, uservice_t *srv) in utask_remove()
A Dinternal.h29 struct uservice *srv; member
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dhealth_srv.c47 struct bt_mesh_health_srv *srv = mod->user_data; in health_get_registered() local
79 struct bt_mesh_health_srv *srv = mod->user_data; in health_get_current() local
138 struct bt_mesh_health_srv *srv = model->user_data; in health_fault_clear_unrel() local
155 struct bt_mesh_health_srv *srv = model->user_data; in health_fault_clear() local
177 struct bt_mesh_health_srv *srv = model->user_data; in health_fault_test_unrel() local
196 struct bt_mesh_health_srv *srv = model->user_data; in health_fault_test() local
229 struct bt_mesh_health_srv *srv = model->user_data; in send_attention_status() local
388 struct bt_mesh_health_srv *srv = CONTAINER_OF(work, in attention_off() local
399 struct bt_mesh_health_srv *srv = model->user_data; in bt_mesh_health_srv_init() local
433 struct bt_mesh_health_srv *srv; in bt_mesh_attention() local
/AliOS-Things-master/components/uservice/include/uservice/
A Duservice.h34 uservice_t *srv; member
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/api/mesh/
A Dhealth_srv.h104 #define BT_MESH_MODEL_HEALTH_SRV(srv, pub) \ argument
/AliOS-Things-master/components/netmgr/include_inner/
A Dnetmgr_service.h133 uservice_t *srv; member
/AliOS-Things-master/components/ble_mesh/bt_mesh/aos/
A Dmesh.c315 struct bt_mesh_health_srv srv; in ble_stack_mesh_init() member
/AliOS-Things-master/components/mbedtls/library/
A Decjpake.c1009 mbedtls_ecjpake_context srv; in mbedtls_ecjpake_self_test() local
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/mdns/
A Dmdns.c1968 struct mdns_service *srv; in mdns_resp_add_service() local

Completed in 26 milliseconds