Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/frameworks/src/
H A Dipc_service.c37 static DeviceAuthCallback g_bindCbAdt = {NULL}; variable
100 InitDeviceAuthCbCtx(&g_bindCbAdt, CB_TYPE_DEV_AUTH); in IpcServiceGmRegCallback()
101 callRet = g_devGroupMgrMethod.regCallback(appId, &g_bindCbAdt); in IpcServiceGmRegCallback()