Searched defs:srv (Results 1 – 10 of 10) sorted by relevance
/AliOS-Things-master/components/uservice/src/ |
A D | uservice.c | 15 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 D | utask.c | 167 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 D | internal.h | 29 struct uservice *srv; member
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | health_srv.c | 47 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 D | uservice.h | 34 uservice_t *srv; member
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/api/mesh/ |
A D | health_srv.h | 104 #define BT_MESH_MODEL_HEALTH_SRV(srv, pub) \ argument
|
/AliOS-Things-master/components/netmgr/include_inner/ |
A D | netmgr_service.h | 133 uservice_t *srv; member
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/aos/ |
A D | mesh.c | 315 struct bt_mesh_health_srv srv; in ble_stack_mesh_init() member
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | ecjpake.c | 1009 mbedtls_ecjpake_context srv; in mbedtls_ecjpake_self_test() local
|
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/mdns/ |
A D | mdns.c | 1968 struct mdns_service *srv; in mdns_resp_add_service() local
|
Completed in 13 milliseconds