Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/test/fuzztest/appaccount_stub/setappaccountsyncenablestub_fuzzer/
H A Dsetappaccountsyncenablestub_fuzzer.cpp43 bool syncEnable = fuzzData.GenerateRandomBool(); in SetAppAccountSyncEnableStubFuzzTest() local
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_manager_service_module_not_mock_test.cpp97 bool syncEnable = false; variable
H A Dapp_account_control_manager_module_test.cpp158 bool syncEnable = false; variable
H A 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
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/app_account/
H A 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
H A Dapp_account_stub_test.cpp306 bool syncEnable = false; variable
/ohos5.0/base/account/os_account/frameworks/appaccount/native/test/moduletest/
H A Dapp_account_manager_module_test.cpp252 bool syncEnable = SYNC_ENABLE_FALSE; variable
/ohos5.0/base/account/os_account/frameworks/appaccount/native/test/unittest/
H A 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
/ohos5.0/base/account/os_account/frameworks/appaccount/native/src/
H A 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()
H A 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()
H A 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()
H A Dapp_account_info.cpp205 void AppAccountInfo::SetSyncEnable(const bool &syncEnable) in SetSyncEnable()
/ohos5.0/base/account/os_account/services/accountmgr/test/mock/app_account/
H A 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()
/ohos5.0/base/account/os_account/services/accountmgr/src/appaccount/
H A 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()
H A Dapp_account_control_manager.cpp421 bool &syncEnable, const uid_t &uid, const std::string &bundleName, const uint32_t &appIndex) in CheckAppAccountSyncEnable()
437 … AppAccountControlManager::SetAppAccountSyncEnable(const std::string &name, const bool &syncEnable, in SetAppAccountSyncEnable()
1276 bool syncEnable = false; in NeedSyncDataStorage() local
H A Dapp_account_manager_service.cpp207 …Code AppAccountManagerService::CheckAppAccountSyncEnable(const std::string &name, bool &syncEnable) in CheckAppAccountSyncEnable()
225 … AppAccountManagerService::SetAppAccountSyncEnable(const std::string &name, const bool &syncEnable) in SetAppAccountSyncEnable()
H A Dapp_account_stub.cpp518 bool syncEnable = false; in ProcCheckAppAccountSyncEnable() local
535 bool syncEnable = data.ReadBool(); in ProcSetAppAccountSyncEnable() local
/ohos5.0/base/account/os_account/frameworks/test/unittest/
H A Daccount_appaccount_proxy_mock_test.cpp214 bool syncEnable = SYNC_ENABLE_FALSE; variable