Home
last modified time | relevance | path

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

/base/account/os_account/test/systemtest/common/resource/fuzzTest/fuzzconfig/
Dconfig.json11 "SetAppAccountSyncEnable": [], array
/base/account/os_account/frameworks/appaccount/native/src/
Dapp_account_manager.cpp82 ErrCode AppAccountManager::SetAppAccountSyncEnable(const std::string &name, const bool &syncEnable) in SetAppAccountSyncEnable() function in OHOS::AccountSA::AppAccountManager
Dapp_account.cpp173 ErrCode AppAccount::SetAppAccountSyncEnable(const std::string &name, const bool &syncEnable) in SetAppAccountSyncEnable() function in OHOS::AccountSA::AppAccount
Dapp_account_proxy.cpp348 ErrCode AppAccountProxy::SetAppAccountSyncEnable(const std::string &name, const bool &syncEnable) in SetAppAccountSyncEnable() function in OHOS::AccountSA::AppAccountProxy
/base/account/os_account/services/accountmgr/test/mock/app_account/
Dmock_app_account_stub.cpp139 ErrCode MockAppAccountStub::SetAppAccountSyncEnable(const std::string &name, const bool &syncEnable) in SetAppAccountSyncEnable() function in OHOS::AccountSA::MockAppAccountStub
/base/account/os_account/services/accountmgr/src/appaccount/
Dinner_app_account_manager.cpp208 ErrCode InnerAppAccountManager::SetAppAccountSyncEnable(const std::string &name, const bool &syncEn… in SetAppAccountSyncEnable() function in OHOS::AccountSA::InnerAppAccountManager
Dapp_account_manager_service.cpp247 ErrCode AppAccountManagerService::SetAppAccountSyncEnable(const std::string &name, const bool &sync… in SetAppAccountSyncEnable() function in OHOS::AccountSA::AppAccountManagerService
Dapp_account_control_manager.cpp246 ErrCode AppAccountControlManager::SetAppAccountSyncEnable(const std::string &name, const bool &sync… in SetAppAccountSyncEnable() function in OHOS::AccountSA::AppAccountControlManager
/base/account/os_account/interfaces/kits/napi/appaccount/src/
Dnapi_app_account.cpp651 napi_value NapiAppAccount::SetAppAccountSyncEnable(napi_env env, napi_callback_info cbInfo) in SetAppAccountSyncEnable() function in OHOS::AccountJsKit::NapiAppAccount