Searched refs:func (Results 1 - 5 of 5) sorted by relevance
/vendor/hihope/neptune_iotlink_demo/ble/source/ |
H A D | ble_server_demo.c | 91 BleGattOperateFunc func;
in test_add_service3() local 104 func.write = char_write;
in test_add_service3() 105 func.read = char_read;
in test_add_service3() 106 attr[ATTR_NUM_1].func = func;
in test_add_service3() 114 func.write = char_write;
in test_add_service3() 115 func.read = char_read;
in test_add_service3() 116 attr[ATTR_NUM_2].func = func;
in test_add_service3() 159 BleGattOperateFunc func;
in test_add_service() local 220 BleGattOperateFunc func; test_add_service2() local [all...] |
/vendor/hisilicon/hispark_pegasus/demo/mutex_demo/ |
H A D | mutex.c | 49 osThreadId_t newThread(char *name, osThreadFunc_t func, int *arg) in newThread() argument 54 osThreadId_t tid = osThreadNew(func, arg, &attr); in newThread()
|
/vendor/hisilicon/hispark_pegasus/demo/thread_demo/00_thread/ |
H A D | thread.c | 26 osThreadId_t newThread(char *name, osThreadFunc_t func, int*arg) in newThread() argument 31 osThreadId_t tid = osThreadNew(func, arg, &attr); in newThread()
|
/vendor/hisilicon/hispark_pegasus/demo/message_demo/ |
H A D | message.c | 64 osThreadId_t newThread(char *name, osThreadFunc_t func, int *arg) in newThread() argument 69 osThreadId_t tid = osThreadNew(func, arg, &attr); in newThread()
|
/vendor/hisilicon/hispark_pegasus/demo/semaphore_demo/ |
H A D | semp.c | 61 osThreadId_t newThread(char *name, osThreadFunc_t func, int *arg) in newThread() argument 66 osThreadId_t tid = osThreadNew(func, arg, &attr); in newThread()
|
Completed in 3 milliseconds