Home
last modified time | relevance | path

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

/base/security/device_auth/frameworks/inc/lite/
Dipc_dev_auth_stub.h39 int32_t SetCallMap(IpcServiceCall method, int32_t methodId);
/base/security/device_auth/frameworks/inc/standard/
Dipc_dev_auth_stub.h39 int32_t SetCallMap(IpcServiceCall method, int32_t methodId);
/base/security/device_auth/frameworks/src/standard/
Dipc_dev_auth_stub.cpp223 int32_t ServiceDevAuth::SetCallMap(IpcServiceCall method, int32_t methodId) in SetCallMap() function in OHOS::ServiceDevAuth
Dipc_adapt.cpp1303 return static_cast<uint32_t>(service->SetCallMap(method, methodId)); in SetIpcCallMap()
/base/security/device_auth/frameworks/src/lite/
Dipc_dev_auth_stub.c233 int32_t SetCallMap(IpcServiceCall method, int32_t methodId) in SetCallMap() function
Dipc_adapt.c1416 return (uint32_t)SetCallMap(method, methodId); in SetIpcCallMap()