Home
last modified time | relevance | path

Searched refs:g_functions (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_server/source/
H A Dsamgr_server.c76 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 Dsamgr_server_rpc.c82 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 Dusb_device_cdcacm_test.cpp289 struct UsbFnFunction *g_functions[] = { variable
303 .functions = g_functions,
/ohos5.0/drivers/hdf_core/framework/test/unittest/model/usb/device/src/
H A Dusb_device_lite_cdcacm_test.c281 static struct UsbFnFunction *g_functions[] = { variable
295 .functions = g_functions,
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-usb-des.md306 struct UsbFnFunction *g_functions[] = {
319 .functions = g_functions,
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-usb-des.md307 struct UsbFnFunction *g_functions[] = {
321 .functions = g_functions,