Searched refs:g_functions (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_server/source/ |
H A D | samgr_server.c | 76 static ProcFunc g_functions[] = { variable 152 if (server == NULL || resource >= RES_BUTT || g_functions[resource] == NULL) { in Invoke() 156 return g_functions[resource](server, option, origin, req, reply); in Invoke()
|
H A D | samgr_server_rpc.c | 82 static ProcFunc g_functions[] = { variable 249 if (server == NULL || resource >= RES_BUTT || g_functions[resource] == NULL) { in Invoke() 253 return g_functions[resource](server, option, origin, req, reply); in Invoke()
|
/ohos5.0/drivers/peripheral/usb/test/unittest/device_sdk/ |
H A D | usb_device_cdcacm_test.cpp | 289 struct UsbFnFunction *g_functions[] = { variable 303 .functions = g_functions,
|
/ohos5.0/drivers/hdf_core/framework/test/unittest/model/usb/device/src/ |
H A D | usb_device_lite_cdcacm_test.c | 281 static struct UsbFnFunction *g_functions[] = { variable 295 .functions = g_functions,
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-peripherals-usb-des.md | 306 struct UsbFnFunction *g_functions[] = { 319 .functions = g_functions,
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-peripherals-usb-des.md | 307 struct UsbFnFunction *g_functions[] = { 321 .functions = g_functions,
|