Searched refs:ActCallback (Results 1 - 6 of 6) sorted by relevance
/base/security/device_auth/frameworks/inc/lite/ |
H A D | ipc_dev_auth_stub.h | 43 void ActCallback(int32_t objIdx, int32_t callbackId, uintptr_t cbHook, IpcIo *dataParcel, IpcIo *reply);
|
/base/security/device_auth/frameworks/inc/standard/ |
H A D | ipc_dev_auth_stub.h | 43 static void ActCallback(int32_t objIdx, int32_t callbackId, bool sync,
|
/base/security/device_auth/frameworks/src/lite/ |
H A D | ipc_adapt.c | 720 ActCallback(node->proxyId, CB_ID_ON_TRANS, (uintptr_t)(node->cbCtx.devAuth.onTransmit), dataParcel, &reply); in GaCbOnTransmitWithType() 769 ActCallback(node->proxyId, CB_ID_SESS_KEY_DONE, in GaCbOnSessionKeyRetWithType() 820 ActCallback(node->proxyId, CB_ID_ON_FINISH, (uintptr_t)(node->cbCtx.devAuth.onFinish), dataParcel, NULL); in GaCbOnFinishWithType() 874 ActCallback(node->proxyId, CB_ID_ON_ERROR, (uintptr_t)(node->cbCtx.devAuth.onError), dataParcel, NULL); in GaCbOnErrorWithType() 931 ActCallback(node->proxyId, CB_ID_ON_REQUEST, (uintptr_t)(node->cbCtx.devAuth.onRequest), dataParcel, &reply); in GaCbOnRequestWithType() 1016 ActCallback(g_ipcCallBackList.ctx[i].proxyId, CB_ID_ON_GROUP_CREATED, in IpcOnGroupCreated() 1063 ActCallback(g_ipcCallBackList.ctx[i].proxyId, CB_ID_ON_GROUP_DELETED, in IpcOnGroupDeleted() 1111 ActCallback(g_ipcCallBackList.ctx[i].proxyId, CB_ID_ON_DEV_BOUND, in IpcOnDeviceBound() 1159 ActCallback(g_ipcCallBackList.ctx[i].proxyId, CB_ID_ON_DEV_UNBOUND, in IpcOnDeviceUnBound() 1206 ActCallback(g_ipcCallBackLis in IpcOnDeviceNotTrusted() [all...] |
H A D | ipc_dev_auth_stub.c | 348 void ActCallback(int32_t objIdx, int32_t callbackId, uintptr_t cbHook, IpcIo *dataParcel, IpcIo *reply) in ActCallback() function
|
/base/security/device_auth/frameworks/src/standard/ |
H A D | ipc_adapt.cpp | 700 ServiceDevAuth::ActCallback(node->proxyId, CB_ID_ON_TRANS, true, in GaCbOnTransmitWithType() 740 ServiceDevAuth::ActCallback(node->proxyId, CB_ID_SESS_KEY_DONE, false, in GaCbOnSessionKeyRetWithType() 783 ServiceDevAuth::ActCallback(node->proxyId, CB_ID_ON_FINISH, false, in GaCbOnFinishWithType() 844 ServiceDevAuth::ActCallback(node->proxyId, CB_ID_ON_ERROR, false, in GaCbOnErrorWithType() 894 ServiceDevAuth::ActCallback(node->proxyId, CB_ID_ON_REQUEST, true, in GaCbOnRequestWithType() 977 ServiceDevAuth::ActCallback(g_ipcCallBackList.ctx[i].proxyId, CB_ID_ON_GROUP_CREATED, in IpcOnGroupCreated() 1016 ServiceDevAuth::ActCallback(g_ipcCallBackList.ctx[i].proxyId, CB_ID_ON_GROUP_DELETED, in IpcOnGroupDeleted() 1057 ServiceDevAuth::ActCallback(g_ipcCallBackList.ctx[i].proxyId, CB_ID_ON_DEV_BOUND, in IpcOnDeviceBound() 1098 ServiceDevAuth::ActCallback(g_ipcCallBackList.ctx[i].proxyId, CB_ID_ON_DEV_UNBOUND, in IpcOnDeviceUnBound() 1137 ServiceDevAuth::ActCallback(g_ipcCallBackLis in IpcOnDeviceNotTrusted() [all...] |
H A D | ipc_dev_auth_stub.cpp | 371 void ServiceDevAuth::ActCallback(int32_t objIdx, int32_t callbackId, bool sync, in ActCallback() function in OHOS::ServiceDevAuth
|
Completed in 8 milliseconds