Home
last modified time | relevance | path

Searched refs:cbType (Results 1 - 2 of 2) sorted by relevance

/base/security/device_auth/frameworks/src/standard/
H A Dipc_adapt.cpp59 int32_t cbType; member
164 if ((ret == 0) && (g_ipcCallBackList.ctx[i].cbType == type)) { in GetIpcCallBackByAppId()
176 if ((g_ipcCallBackList.ctx[i].appId[0] == 0) && (g_ipcCallBackList.ctx[i].cbType == 0)) { in GetFreeIpcCallBackNode()
253 node->cbType = type; in AddIpcCallBackByAppId()
268 LOGI("callback add success, appid: %s, type %d", node->appId, node->cbType); in AddIpcCallBackByAppId()
295 (g_ipcCallBackList.ctx[i].cbType == type)) { in GetIpcCallBackByReqId()
384 node->cbType = type; in AddIpcCallBackByReqId()
972 if (g_ipcCallBackList.ctx[i].cbType == CB_TYPE_LISTENER) { in IpcOnGroupCreated()
1011 if (g_ipcCallBackList.ctx[i].cbType == CB_TYPE_LISTENER) { in IpcOnGroupDeleted()
1052 if (g_ipcCallBackList.ctx[i].cbType in IpcOnDeviceBound()
[all...]
/base/security/device_auth/frameworks/src/lite/
H A Dipc_adapt.c52 int32_t cbType; member
163 if ((ret == 0) && (g_ipcCallBackList.ctx[i].cbType == type)) { in GetIpcCallBackByAppId()
175 if ((g_ipcCallBackList.ctx[i].appId[0] == 0) && (g_ipcCallBackList.ctx[i].cbType == 0)) { in GetFreeIpcCallBackNode()
252 node->cbType = type; in AddIpcCallBackByAppId()
295 (g_ipcCallBackList.ctx[i].cbType == type)) { in GetIpcCallBackByReqId()
389 node->cbType = type; in AddIpcCallBackByReqId()
1011 if (g_ipcCallBackList.ctx[i].cbType == CB_TYPE_LISTENER) { in IpcOnGroupCreated()
1058 if (g_ipcCallBackList.ctx[i].cbType == CB_TYPE_LISTENER) { in IpcOnGroupDeleted()
1106 if (g_ipcCallBackList.ctx[i].cbType == CB_TYPE_LISTENER) { in IpcOnDeviceBound()
1154 if (g_ipcCallBackList.ctx[i].cbType in IpcOnDeviceUnBound()
[all...]

Completed in 4 milliseconds