Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/frameworks/src/lite/
H A Dipc_dev_auth_stub.c113 static int32_t GetMethodId(IpcIo *data, int32_t *methodId) in GetMethodId() function
169 ret = GetMethodId(req, &methodId); in DevAuthRequestCall()
/ohos5.0/base/security/device_auth/frameworks/src/standard/
H A Dipc_dev_auth_stub.cpp154 static int32_t GetMethodId(MessageParcel &data, int32_t &methodId) in GetMethodId() function
239 ret = GetMethodId(data, methodId); in HandleDeviceAuthCall()