Home
last modified time | relevance | path

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

/base/account/os_account/test/fuzztest/appaccount_stub/setappaccountsyncenablestub_fuzzer/
Dsetappaccountsyncenablestub_fuzzer.cpp43 bool syncEnable = fuzzData.GenerateRandomBool(); in SetAppAccountSyncEnableStubFuzzTest() local
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
Dapp_account_manager_service_module_not_mock_test.cpp97 bool syncEnable = false; variable
Dapp_account_control_manager_module_test.cpp158 bool syncEnable = false; variable
Dapp_account_manager_service_module_test.cpp655 bool syncEnable = SYNC_ENABLE_FALSE; variable
675 bool syncEnable = SYNC_ENABLE_FALSE; variable
697 bool syncEnable = SYNC_ENABLE_FALSE; variable
722 bool syncEnable = SYNC_ENABLE_FALSE; variable
/base/account/os_account/services/accountmgr/test/unittest/app_account/
Dapp_account_info_test.cpp344 bool syncEnable = SYNC_ENABLE_TRUE; variable
369 bool syncEnable = SYNC_ENABLE_TRUE; variable
927 bool syncEnable = SYNC_ENABLE_TRUE; variable
Dapp_account_stub_test.cpp306 bool syncEnable = false; variable
/base/account/os_account/frameworks/appaccount/native/test/moduletest/
Dapp_account_manager_module_test.cpp252 bool syncEnable = SYNC_ENABLE_FALSE; variable
/base/account/os_account/frameworks/appaccount/native/test/unittest/
Dapp_account_manager_test.cpp936 bool syncEnable = SYNC_ENABLE_FALSE; variable
952 bool syncEnable = SYNC_ENABLE_FALSE; variable
967 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.cpp183 ErrCode AppAccount::CheckAppAccountSyncEnable(const std::string &name, bool &syncEnable) in CheckAppAccountSyncEnable()
193 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.cpp198 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.cpp129 ErrCode InnerAppAccountManager::CheckAppAccountSyncEnable(const std::string &name, bool &syncEnable, in CheckAppAccountSyncEnable()
135 …de InnerAppAccountManager::SetAppAccountSyncEnable(const std::string &name, const bool &syncEnable, in SetAppAccountSyncEnable()
Dapp_account_control_manager.cpp422 bool &syncEnable, const uid_t &uid, const std::string &bundleName, const uint32_t &appIndex) in CheckAppAccountSyncEnable()
438 … AppAccountControlManager::SetAppAccountSyncEnable(const std::string &name, const bool &syncEnable, in SetAppAccountSyncEnable()
1277 bool syncEnable = false; in NeedSyncDataStorage() local
Dapp_account_manager_service.cpp234 …Code AppAccountManagerService::CheckAppAccountSyncEnable(const std::string &name, bool &syncEnable) in CheckAppAccountSyncEnable()
252 … AppAccountManagerService::SetAppAccountSyncEnable(const std::string &name, const bool &syncEnable) in SetAppAccountSyncEnable()
Dapp_account_stub.cpp518 bool syncEnable = false; in ProcCheckAppAccountSyncEnable() local
535 bool syncEnable = data.ReadBool(); in ProcSetAppAccountSyncEnable() local
/base/account/os_account/frameworks/test/unittest/
Daccount_appaccount_proxy_mock_test.cpp214 bool syncEnable = SYNC_ENABLE_FALSE; variable