Home
last modified time | relevance | path

Searched refs:SetCallMap (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/security/device_auth/frameworks/inc/lite/
H A Dipc_dev_auth_stub.h39 int32_t SetCallMap(IpcServiceCall method, int32_t methodId);
/ohos5.0/base/security/device_auth/frameworks/inc/standard/
H A Dipc_dev_auth_stub.h39 int32_t SetCallMap(IpcServiceCall method, int32_t methodId);
/ohos5.0/base/security/device_auth/frameworks/src/lite/
H A Dipc_dev_auth_stub.c235 int32_t SetCallMap(IpcServiceCall method, int32_t methodId) in SetCallMap() function
H A Dipc_adapt.c1439 return (uint32_t)SetCallMap(method, methodId); in SetIpcCallMap()
/ohos5.0/base/security/device_auth/frameworks/src/standard/
H A Dipc_dev_auth_stub.cpp289 int32_t ServiceDevAuth::SetCallMap(IpcServiceCall method, int32_t methodId) in SetCallMap() function in OHOS::ServiceDevAuth
H A Dipc_adapt.cpp1309 return static_cast<uint32_t>(service->SetCallMap(method, methodId)); in SetIpcCallMap()