Home
last modified time | relevance | path

Searched refs:GetSetPropCallbackInterfaceCode (Results 1 – 4 of 4) sorted by relevance

/base/account/os_account/services/accountmgr/include/account_iam/
Daccount_iam_client_callback_proxy.h57 …ErrCode SendRequest(GetSetPropCallbackInterfaceCode code, MessageParcel &data, MessageParcel &repl…
/base/account/os_account/frameworks/common/include/
Daccountmgr_service_ipc_interface_code.h233 enum class GetSetPropCallbackInterfaceCode : uint32_t { enum
/base/account/os_account/services/accountmgr/src/account_iam/
Daccount_iam_client_callback_proxy.cpp139 uint32_t code = static_cast<uint32_t>(GetSetPropCallbackInterfaceCode::ON_RESULT); in OnResult()
/base/account/os_account/frameworks/account_iam/src/
Daccount_iam_callback_stub.cpp157 case static_cast<uint32_t>(GetSetPropCallbackInterfaceCode::ON_RESULT): in OnRemoteRequest()