Home
last modified time | relevance | path

Searched refs:autoSync (Results 1 – 12 of 12) sorted by relevance

/base/account/os_account/services/accountmgr/src/osaccount/
Dos_account_data_storage.cpp28 …e::OsAccountDataStorage(const std::string &appId, const std::string &storeId, const bool &autoSync) in OsAccountDataStorage() argument
29 : AccountDataStorage(appId, storeId, autoSync) in OsAccountDataStorage()
/base/account/os_account/services/accountmgr/include/osaccount/
Dos_account_data_storage.h27 … OsAccountDataStorage(const std::string &appId, const std::string &storeId, const bool &autoSync);
/base/account/os_account/services/accountmgr/src/appaccount/
Dapp_account_data_storage.cpp26 AppAccountDataStorage::AppAccountDataStorage(const std::string &storeId, const bool &autoSync) in AppAccountDataStorage() argument
27 : AccountDataStorage(Constants::APP_ACCOUNT_APP_ID, storeId, autoSync) in AppAccountDataStorage()
Dapp_account_control_manager.cpp959 int32_t userId, const bool &autoSync) in GetDataStorageByUserId() argument
962 if (autoSync == true) { in GetDataStorageByUserId()
970 auto storePtr = std::make_shared<AppAccountDataStorage>(storeId, autoSync); in GetDataStorageByUserId()
975 …ccountDataStorage> AppAccountControlManager::GetDataStorage(const uid_t &uid, const bool &autoSync) in GetDataStorage() argument
977 return GetDataStorageByUserId(uid / UID_TRANSFORM_DIVISOR, autoSync); in GetDataStorage()
/base/account/os_account/services/accountmgr/include/appaccount/
Dapp_account_data_storage.h27 explicit AppAccountDataStorage(const std::string &storeId, const bool &autoSync = false);
Dapp_account_subscribe_manager.h46 …std::shared_ptr<AppAccountDataStorage> GetDataStorage(const uid_t &uid, const bool &autoSync = fal…
Dapp_account_control_manager.h109 …std::shared_ptr<AppAccountDataStorage> GetDataStorage(const uid_t &uid, const bool &autoSync = fal…
121 …ed_ptr<AppAccountDataStorage> GetDataStorageByUserId(int32_t userId, const bool &autoSync = false);
/base/account/os_account/services/accountmgr/src/
Daccount_data_storage.cpp28 …age::AccountDataStorage(const std::string &appId, const std::string &storeId, const bool &autoSync) in AccountDataStorage() argument
32 autoSync_ = autoSync; in AccountDataStorage()
56 .autoSync = autoSync_, in GetKvStore()
/base/account/os_account/services/accountmgr/include/
Daccount_data_storage.h31 AccountDataStorage(const std::string &appId, const std::string &storeId, const bool &autoSync);
/base/notification/distributed_notification_service/services/distributed/src/
Ddistributed_preferences_database.cpp62 .autoSync = false, in GetKvStore()
Ddistributed_screen_status_manager.cpp119 .autoSync = true, in GetKvStore()
Ddistributed_database.cpp72 .autoSync = true, in GetKvStore()