Home
last modified time | relevance | path

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

/base/account/os_account/frameworks/common/include/
Daccountmgr_service_ipc_interface_code.h190 ON_RESULT = 0, enumerator
221 ON_RESULT, enumerator
226 ON_RESULT, enumerator
234 ON_RESULT = 0, enumerator
/base/account/os_account/services/accountmgr/src/account_iam/
Daccount_iam_client_callback_proxy.cpp90 uint32_t code = static_cast<uint32_t>(IDMCallbackInterfaceCode::ON_RESULT); in OnResult()
139 uint32_t code = static_cast<uint32_t>(GetSetPropCallbackInterfaceCode::ON_RESULT); in OnResult()
/base/account/os_account/frameworks/account_iam/src/
Daccount_iam_callback_stub.cpp40 case static_cast<uint32_t>(IDMCallbackInterfaceCode::ON_RESULT): in OnRemoteRequest()
157 case static_cast<uint32_t>(GetSetPropCallbackInterfaceCode::ON_RESULT): in OnRemoteRequest()
/base/account/os_account/frameworks/appaccount/native/src/
Dapp_account_authorization_extension_callback_proxy.cpp70 …ErrCode result = SendRequest(AppAccountAuthorizationExtensionCallbackInterfaceCode::ON_RESULT, dat… in OnResult()
Dapp_account_authorization_extension_callback_stub.cpp41 … case static_cast<uint32_t>(AppAccountAuthorizationExtensionCallbackInterfaceCode::ON_RESULT): in OnRemoteRequest()