Home
last modified time | relevance | path

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

/base/account/os_account/test/fuzztest/appaccount_stub/setappaccountsyncenablestub_fuzzer/
Dsetappaccountsyncenablestub_fuzzer.cpp43 bool syncEnable = fuzzData.GenerateBool(); in SetAppAccountSyncEnableStubFuzzTest() local
/base/account/os_account/services/accountmgr/test/unittest/app_account/
Dapp_account_info_test.cpp345 bool syncEnable = SYNC_ENABLE_TRUE; variable
370 bool syncEnable = SYNC_ENABLE_TRUE; variable
932 bool syncEnable = SYNC_ENABLE_TRUE; variable
1013 bool syncEnable = SYNC_ENABLE_TRUE; variable
Dapp_account_stub_test.cpp305 bool syncEnable = false; variable
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
Dapp_account_manager_service_module_not_mock_test.cpp96 bool syncEnable = false; variable
Dapp_account_control_manager_module_test.cpp158 bool syncEnable = false; variable
Dapp_account_manager_service_check_test.cpp271 bool syncEnable = true; variable
Dapp_account_manager_service_module_test.cpp692 bool syncEnable = SYNC_ENABLE_FALSE; variable
718 bool syncEnable = SYNC_ENABLE_FALSE; variable
746 bool syncEnable = SYNC_ENABLE_TRUE; 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/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.cpp278 ErrCode AppAccount::CheckAppAccountSyncEnable(const std::string &name, bool &syncEnable) in CheckAppAccountSyncEnable()
291 ErrCode AppAccount::SetAppAccountSyncEnable(const std::string &name, const bool &syncEnable) in SetAppAccountSyncEnable()
Dapp_account_info.cpp339 void AppAccountInfo::SetSyncEnable(const bool &syncEnable) in SetSyncEnable()
/base/account/os_account/services/accountmgr/src/appaccount/
Dinner_app_account_manager.cpp151 ErrCode InnerAppAccountManager::CheckAppAccountSyncEnable(const std::string &name, bool &syncEnable, in CheckAppAccountSyncEnable()
157 …de InnerAppAccountManager::SetAppAccountSyncEnable(const std::string &name, const bool &syncEnable, in SetAppAccountSyncEnable()
Dapp_account_control_manager.cpp462 bool &syncEnable, const uid_t &uid, const std::string &bundleName, const uint32_t &appIndex) in CheckAppAccountSyncEnable()
478 … AppAccountControlManager::SetAppAccountSyncEnable(const std::string &name, const bool &syncEnable, in SetAppAccountSyncEnable()
1351 bool syncEnable = false; in GetDataStorageByUserId() local
Dapp_account_manager_service.cpp301 const std::string &name, bool &syncEnable, int32_t &funcResult) in CheckAppAccountSyncEnable()
324 const std::string &name, bool syncEnable, int32_t &funcResult) in SetAppAccountSyncEnable()
/base/account/os_account/services/accountmgr/test/mock/app_account/
Dmock_app_account_stub.cpp153 ErrCode MockAppAccountStub::CheckAppAccountSyncEnable(const std::string &name, bool &syncEnable, in… in CheckAppAccountSyncEnable()
161 ErrCode MockAppAccountStub::SetAppAccountSyncEnable(const std::string &name, bool syncEnable, int32… in SetAppAccountSyncEnable()
/base/account/os_account/frameworks/appaccount/native/test/unittest/
Dapp_account_manager_test.cpp910 bool syncEnable = true; variable