Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/test/systemtest/common/resource/fuzzTest/fuzzconfig/
H A Dconfig.json11 "SetAppAccountSyncEnable": [], array
/ohos5.0/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_manager.cpp81 ErrCode AppAccountManager::SetAppAccountSyncEnable(const std::string &name, const bool &syncEnable) in SetAppAccountSyncEnable() function in OHOS::AccountSA::AppAccountManager
H A Dapp_account.cpp193 ErrCode AppAccount::SetAppAccountSyncEnable(const std::string &name, const bool &syncEnable) in SetAppAccountSyncEnable() function in OHOS::AccountSA::AppAccount
H A Dapp_account_proxy.cpp285 ErrCode AppAccountProxy::SetAppAccountSyncEnable(const std::string &name, const bool &syncEnable) in SetAppAccountSyncEnable() function in OHOS::AccountSA::AppAccountProxy
/ohos5.0/base/account/os_account/services/accountmgr/test/mock/app_account/
H A Dmock_app_account_stub.cpp139 ErrCode MockAppAccountStub::SetAppAccountSyncEnable(const std::string &name, const bool &syncEnable) in SetAppAccountSyncEnable() function in OHOS::AccountSA::MockAppAccountStub
/ohos5.0/base/account/os_account/services/accountmgr/src/appaccount/
H A Dinner_app_account_manager.cpp135 ErrCode InnerAppAccountManager::SetAppAccountSyncEnable(const std::string &name, const bool &syncEn… in SetAppAccountSyncEnable() function in OHOS::AccountSA::InnerAppAccountManager
H A Dapp_account_manager_service.cpp225 ErrCode AppAccountManagerService::SetAppAccountSyncEnable(const std::string &name, const bool &sync… in SetAppAccountSyncEnable() function in OHOS::AccountSA::AppAccountManagerService
H A Dapp_account_control_manager.cpp437 ErrCode AppAccountControlManager::SetAppAccountSyncEnable(const std::string &name, const bool &sync… in SetAppAccountSyncEnable() function in OHOS::AccountSA::AppAccountControlManager
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account.cpp545 napi_value NapiAppAccount::SetAppAccountSyncEnable(napi_env env, napi_callback_info cbInfo) in SetAppAccountSyncEnable() function in OHOS::AccountJsKit::NapiAppAccount