Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/test/fuzztest/domainaccount_stub/procremoveserverconfigstub_fuzzer/
H A Dprocremoveserverconfigstub_fuzzer.cpp50 uint32_t code = static_cast<uint32_t>(DomainAccountInterfaceCode::REMOVE_SERVER_CONFIG); in ProcRemoveServerConfigStubFuzzTest()
/ohos5.0/base/account/os_account/interfaces/innerkits/domain_account/native/include/
H A Ddomain_plugin.h111 REMOVE_SERVER_CONFIG, enumerator
/ohos5.0/base/account/os_account/frameworks/common/include/
H A Daccountmgr_service_ipc_interface_code.h190 REMOVE_SERVER_CONFIG, enumerator
/ohos5.0/base/account/os_account/services/accountmgr/src/domain_account/
H A Ddomain_account_stub.cpp112 DomainAccountInterfaceCode::REMOVE_SERVER_CONFIG,
542 case DomainAccountInterfaceCode::REMOVE_SERVER_CONFIG: in CheckPermission()
H A Dinner_domain_account_manager.cpp219 case PluginMethodEnum::REMOVE_SERVER_CONFIG: in GetMethodNameByEnum()
531 auto iter = methodMap_.find(PluginMethodEnum::REMOVE_SERVER_CONFIG); in RemoveServerConfig()
533 ACCOUNT_LOGE("Caller method=%{public}d not exsit.", PluginMethodEnum::REMOVE_SERVER_CONFIG); in RemoveServerConfig()
/ohos5.0/base/account/os_account/frameworks/domain_account/src/
H A Ddomain_account_proxy.cpp371 ErrCode result = SendRequest(DomainAccountInterfaceCode::REMOVE_SERVER_CONFIG, data, reply); in RemoveServerConfig()