Home
last modified time | relevance | path

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

/base/security/device_auth/frameworks/src/lite/
H A Dipc_dev_auth_stub.c169 IpcServiceCall serviceCall = NULL; in DevAuthRequestCall() local
177 serviceCall = GetCallMethodByMethodId(methodId); in DevAuthRequestCall()
178 if (serviceCall == NULL) { in DevAuthRequestCall()
188 return serviceCall(reqParams, reqParamNum, (uintptr_t)(reply)); in DevAuthRequestCall()
/base/security/device_auth/frameworks/src/standard/
H A Dipc_dev_auth_stub.cpp235 IpcServiceCall serviceCall = nullptr; in HandleDeviceAuthCall() local
246 serviceCall = GetCallMethodByMethodId(methodId); in HandleDeviceAuthCall()
247 if (serviceCall == nullptr) { in HandleDeviceAuthCall()
259 ret = serviceCall(reqParams, reqParamNum, reinterpret_cast<uintptr_t>(&replyCache)); in HandleDeviceAuthCall()

Completed in 2 milliseconds