Home
last modified time | relevance | path

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

/base/security/device_auth/frameworks/inc/standard/
Dipc_dev_auth_stub.h50 IpcServiceCall GetCallMethodByMethodId(int32_t methodId);
/base/security/device_auth/frameworks/src/standard/
Dipc_dev_auth_stub.cpp59 IpcServiceCall ServiceDevAuth::GetCallMethodByMethodId(int32_t methodId) in GetCallMethodByMethodId() function in OHOS::ServiceDevAuth
195 serviceCall = GetCallMethodByMethodId(methodId); in OnRemoteRequest()
/base/security/device_auth/frameworks/src/lite/
Dipc_dev_auth_stub.c62 static IpcServiceCall GetCallMethodByMethodId(int32_t methodId) in GetCallMethodByMethodId() function
172 serviceCall = GetCallMethodByMethodId(methodId); in DevAuthRequestCall()