Home
last modified time | relevance | path

Searched defs:CheckAppAccountSyncEnable (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/account/os_account/test/systemtest/common/resource/fuzzTest/fuzzconfig/
H A Dconfig.json10 "CheckAppAccountSyncEnable": [], array
/ohos5.0/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_manager.cpp76 ErrCode AppAccountManager::CheckAppAccountSyncEnable(const std::string &name, bool &syncEnable) in CheckAppAccountSyncEnable() function in OHOS::AccountSA::AppAccountManager
H A Dapp_account.cpp183 ErrCode AppAccount::CheckAppAccountSyncEnable(const std::string &name, bool &syncEnable) in CheckAppAccountSyncEnable() function in OHOS::AccountSA::AppAccount
H A Dapp_account_proxy.cpp259 ErrCode AppAccountProxy::CheckAppAccountSyncEnable(const std::string &name, bool &syncEnable) in CheckAppAccountSyncEnable() function in OHOS::AccountSA::AppAccountProxy
/ohos5.0/base/account/os_account/services/accountmgr/test/mock/app_account/
H A Dmock_app_account_stub.cpp132 ErrCode MockAppAccountStub::CheckAppAccountSyncEnable(const std::string &name, bool &syncEnable) in CheckAppAccountSyncEnable() function in OHOS::AccountSA::MockAppAccountStub
/ohos5.0/base/account/os_account/services/accountmgr/src/appaccount/
H A Dinner_app_account_manager.cpp129 ErrCode InnerAppAccountManager::CheckAppAccountSyncEnable(const std::string &name, bool &syncEnable, in CheckAppAccountSyncEnable() function in OHOS::AccountSA::InnerAppAccountManager
H A Dapp_account_manager_service.cpp207 ErrCode AppAccountManagerService::CheckAppAccountSyncEnable(const std::string &name, bool &syncEnab… in CheckAppAccountSyncEnable() function in OHOS::AccountSA::AppAccountManagerService
H A Dapp_account_control_manager.cpp420 ErrCode AppAccountControlManager::CheckAppAccountSyncEnable(const std::string &name, in CheckAppAccountSyncEnable() function in OHOS::AccountSA::AppAccountControlManager
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account.cpp426 napi_value NapiAppAccount::CheckAppAccountSyncEnable(napi_env env, napi_callback_info cbInfo) in CheckAppAccountSyncEnable() function in OHOS::AccountJsKit::NapiAppAccount