Home
last modified time | relevance | path

Searched refs:IDMCallbackInterfaceCode (Results 1 – 5 of 5) sorted by relevance

/base/account/os_account/services/accountmgr/src/account_iam/
Daccount_iam_client_callback_proxy.cpp84 uint32_t code = static_cast<uint32_t>(IDMCallbackInterfaceCode::ON_ACQUIRE_INFO); in OnAcquireInfo()
90 uint32_t code = static_cast<uint32_t>(IDMCallbackInterfaceCode::ON_RESULT); in OnResult()
/base/account/os_account/frameworks/account_iam/src/
Daccount_iam_callback_stub.cpp38 case static_cast<uint32_t>(IDMCallbackInterfaceCode::ON_ACQUIRE_INFO): in OnRemoteRequest()
40 case static_cast<uint32_t>(IDMCallbackInterfaceCode::ON_RESULT): in OnRemoteRequest()
/base/account/os_account/services/accountmgr/include/account_iam/
Daccount_iam_client_callback_proxy.h33 ErrCode SendRequest(IDMCallbackInterfaceCode code, MessageParcel &data, MessageParcel &reply);
/base/account/os_account/frameworks/common/include/
Daccountmgr_service_ipc_interface_code.h224 enum class IDMCallbackInterfaceCode : uint32_t { enum
/base/account/os_account/frameworks/account_iam/test/unittest/src/
Daccount_iam_client_test.cpp609 …int32_t ret = stub->OnRemoteRequest(static_cast<uint32_t>(IDMCallbackInterfaceCode::ON_ACQUIRE_INF…