Searched refs:autoSync (Results 1 – 12 of 12) sorted by relevance
/base/account/os_account/services/accountmgr/src/osaccount/ |
D | os_account_data_storage.cpp | 28 …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/ |
D | os_account_data_storage.h | 27 … OsAccountDataStorage(const std::string &appId, const std::string &storeId, const bool &autoSync);
|
/base/account/os_account/services/accountmgr/src/appaccount/ |
D | app_account_data_storage.cpp | 26 AppAccountDataStorage::AppAccountDataStorage(const std::string &storeId, const bool &autoSync) in AppAccountDataStorage() argument 27 : AccountDataStorage(Constants::APP_ACCOUNT_APP_ID, storeId, autoSync) in AppAccountDataStorage()
|
D | app_account_control_manager.cpp | 959 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/ |
D | app_account_data_storage.h | 27 explicit AppAccountDataStorage(const std::string &storeId, const bool &autoSync = false);
|
D | app_account_subscribe_manager.h | 46 …std::shared_ptr<AppAccountDataStorage> GetDataStorage(const uid_t &uid, const bool &autoSync = fal…
|
D | app_account_control_manager.h | 109 …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/ |
D | account_data_storage.cpp | 28 …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/ |
D | account_data_storage.h | 31 AccountDataStorage(const std::string &appId, const std::string &storeId, const bool &autoSync);
|
/base/notification/distributed_notification_service/services/distributed/src/ |
D | distributed_preferences_database.cpp | 62 .autoSync = false, in GetKvStore()
|
D | distributed_screen_status_manager.cpp | 119 .autoSync = true, in GetKvStore()
|
D | distributed_database.cpp | 72 .autoSync = true, in GetKvStore()
|