Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/test/fuzztest/domainaccount_stub/procupdateaccountinfostub_fuzzer/
H A Dprocupdateaccountinfostub_fuzzer.cpp60 … uint32_t code = static_cast<uint32_t>(DomainAccountInterfaceCode::DOMAIN_UPDATE_ACCOUNT_INFO); in ProcUpdateAccountInfoStubFuzzTest()
/ohos5.0/base/account/os_account/frameworks/common/include/
H A Daccountmgr_service_ipc_interface_code.h192 DOMAIN_UPDATE_ACCOUNT_INFO, enumerator
/ohos5.0/base/account/os_account/services/accountmgr/src/domain_account/
H A Ddomain_account_stub.cpp122 DomainAccountInterfaceCode::DOMAIN_UPDATE_ACCOUNT_INFO,
544 case DomainAccountInterfaceCode::DOMAIN_UPDATE_ACCOUNT_INFO: in CheckPermission()
/ohos5.0/base/account/os_account/frameworks/domain_account/src/
H A Ddomain_account_proxy.cpp422 return SendRequest(DomainAccountInterfaceCode::DOMAIN_UPDATE_ACCOUNT_INFO, data, reply); in UpdateAccountInfo()