Home
last modified time | relevance | path

Searched defs:syncEnable (Results 1 – 17 of 17) sorted by relevance

/base/account/os_account/test/fuzztest/appaccount_stub/setappaccountsyncenablestub_fuzzer/
Dsetappaccountsyncenablestub_fuzzer.cpp41 bool syncEnable = true; in SetAppAccountSyncEnableStubFuzzTest() local
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
Dapp_account_control_manager_module_test.cpp179 bool syncEnable = false; variable
Dapp_account_manager_service_module_test.cpp657 bool syncEnable = SYNC_ENABLE_FALSE; variable
677 bool syncEnable = SYNC_ENABLE_FALSE; variable
699 bool syncEnable = SYNC_ENABLE_FALSE; variable
724 bool syncEnable = SYNC_ENABLE_FALSE; variable
/base/account/os_account/services/accountmgr/test/unittest/app_account/
Dapp_account_info_test.cpp337 bool syncEnable = SYNC_ENABLE_TRUE; variable
362 bool syncEnable = SYNC_ENABLE_TRUE; variable
920 bool syncEnable = SYNC_ENABLE_TRUE; variable
/base/account/os_account/frameworks/appaccount/native/test/moduletest/
Dapp_account_manager_module_test.cpp251 bool syncEnable = SYNC_ENABLE_FALSE; variable
/base/account/os_account/frameworks/appaccount/native/test/unittest/
Dapp_account_manager_test.cpp1024 bool syncEnable = SYNC_ENABLE_FALSE; variable
1040 bool syncEnable = SYNC_ENABLE_FALSE; variable
1055 bool syncEnable = SYNC_ENABLE_FALSE; variable
/base/account/os_account/frameworks/appaccount/native/src/
Dapp_account_manager.cpp76 ErrCode AppAccountManager::CheckAppAccountSyncEnable(const std::string &name, bool &syncEnable) in CheckAppAccountSyncEnable()
81 ErrCode AppAccountManager::SetAppAccountSyncEnable(const std::string &name, const bool &syncEnable) in SetAppAccountSyncEnable()
Dapp_account.cpp164 ErrCode AppAccount::CheckAppAccountSyncEnable(const std::string &name, bool &syncEnable) in CheckAppAccountSyncEnable()
171 ErrCode AppAccount::SetAppAccountSyncEnable(const std::string &name, const bool &syncEnable) in SetAppAccountSyncEnable()
Dapp_account_proxy.cpp259 ErrCode AppAccountProxy::CheckAppAccountSyncEnable(const std::string &name, bool &syncEnable) in CheckAppAccountSyncEnable()
285 ErrCode AppAccountProxy::SetAppAccountSyncEnable(const std::string &name, const bool &syncEnable) in SetAppAccountSyncEnable()
Dapp_account_info.cpp163 void AppAccountInfo::SetSyncEnable(const bool &syncEnable) in SetSyncEnable()
/base/account/os_account/services/accountmgr/test/mock/app_account/
Dmock_app_account_stub.cpp132 ErrCode MockAppAccountStub::CheckAppAccountSyncEnable(const std::string &name, bool &syncEnable) in CheckAppAccountSyncEnable()
139 ErrCode MockAppAccountStub::SetAppAccountSyncEnable(const std::string &name, const bool &syncEnable) in SetAppAccountSyncEnable()
/base/account/os_account/services/accountmgr/src/appaccount/
Dinner_app_account_manager.cpp128 ErrCode InnerAppAccountManager::CheckAppAccountSyncEnable(const std::string &name, bool &syncEnable, in CheckAppAccountSyncEnable()
134 …de InnerAppAccountManager::SetAppAccountSyncEnable(const std::string &name, const bool &syncEnable, in SetAppAccountSyncEnable()
Dapp_account_control_manager.cpp238 bool &syncEnable, const uid_t &uid, const std::string &bundleName, const uint32_t &appIndex) in CheckAppAccountSyncEnable()
254 … AppAccountControlManager::SetAppAccountSyncEnable(const std::string &name, const bool &syncEnable, in SetAppAccountSyncEnable()
992 bool syncEnable = false; in NeedSyncDataStorage() local
Dapp_account_stub.cpp499 bool syncEnable = false; in ProcCheckAppAccountSyncEnable() local
516 bool syncEnable = data.ReadBool(); in ProcSetAppAccountSyncEnable() local
Dapp_account_manager_service.cpp233 …Code AppAccountManagerService::CheckAppAccountSyncEnable(const std::string &name, bool &syncEnable) in CheckAppAccountSyncEnable()
251 … AppAccountManagerService::SetAppAccountSyncEnable(const std::string &name, const bool &syncEnable) in SetAppAccountSyncEnable()
/base/account/os_account/frameworks/test/unittest/
Daccount_appaccount_proxy_mock_test.cpp207 bool syncEnable = SYNC_ENABLE_FALSE; variable
/base/account/os_account/test/systemtest/common/resource/fuzzTest/src/
Dfuzz_test_manager.cpp49 bool syncEnable = GetBoolParam(); in RegisterAppAccountManager() local