/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/ |
H A D | general_store_test.cpp | 39 * @tc.name: GetSyncMode 43 HWTEST_F(GeneralStoreTest, GetSyncMode, TestSize.Level1) in HWTEST_F() 48 auto ret = GeneralStore::GetSyncMode(mixMode); in HWTEST_F() 53 ret = GeneralStore::GetSyncMode(mixMode); in HWTEST_F() 58 ret = GeneralStore::GetSyncMode(mixMode); in HWTEST_F()
|
H A D | store_test.cpp | 97 auto syncMode = GeneralStore::GetSyncMode(mixMode); in HWTEST_F()
|
/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/include/ |
H A D | sync_options.h | 38 SyncMode GetSyncMode() const;
|
/foundation/deviceprofile/device_info_manager/common/include/interfaces/ |
H A D | dp_sync_options.h | 34 SyncMode GetSyncMode() const;
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/commonevent/ |
H A D | data_sync_event.h | 37 uint32_t GetSyncMode() const
in GetSyncMode() function in OHOS::DistributedData::DataSyncEvent
|
/foundation/deviceprofile/device_info_manager/old/services/core/src/ |
H A D | sync_options.cpp | 43 SyncMode SyncOptions::GetSyncMode() const in GetSyncMode() function in OHOS::DeviceProfile::SyncOptions
|
/foundation/deviceprofile/device_info_manager/common/src/interfaces/ |
H A D | dp_sync_options.cpp | 37 SyncMode DpSyncOptions::GetSyncMode() const in GetSyncMode() function in OHOS::DistributedDeviceProfile::DpSyncOptions
|
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | sync_options_test.cpp | 75 * @tc.desc: SetSyncMode and GetSyncMode succeed. 82 SyncMode mode = syncPtr->GetSyncMode(); in HWTEST_F()
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/ |
H A D | sqlite_global_config.h | 75 static std::string GetSyncMode();
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | kvdb_service_impl_test.cpp | 780 * @tc.name: GetSyncMode 781 * @tc.desc: GetSyncMode test the return result of input with different values. 785 HWTEST_F(KvdbServiceImplTest, GetSyncMode, TestSize.Level0) in HWTEST_F() 787 auto status = kvdbServiceImpl_->GetSyncMode(true, true); in HWTEST_F() 789 status = kvdbServiceImpl_->GetSyncMode(true, false); in HWTEST_F() 791 status = kvdbServiceImpl_->GetSyncMode(false, true); in HWTEST_F() 793 status = kvdbServiceImpl_->GetSyncMode(false, false); in HWTEST_F()
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | sqlite_global_config.cpp | 87 std::string SqliteGlobalConfig::GetSyncMode() in GetSyncMode() function in OHOS::NativeRdb::SqliteGlobalConfig
|
H A D | rdb_store_config.cpp | 78 std::string RdbStoreConfig::GetSyncMode() const in GetSyncMode() function in OHOS::NativeRdb::RdbStoreConfig
|
H A D | sqlite_connection.cpp | 733 errCode = SetWalSyncMode(config.GetSyncMode()); in SetJournalMode() 803 std::string targetValue = SqliteGlobalConfig::GetSyncMode(); in SetWalSyncMode()
|
/foundation/arkui/ace_engine/frameworks/core/components/image/ |
H A D | image_component.h | 69 bool GetSyncMode();
|
H A D | image_component.cpp | 193 bool ImageComponent::GetSyncMode() in GetSyncMode() function in OHOS::Ace::ImageComponent
|
H A D | render_image.cpp | 66 syncMode_ = image->GetSyncMode(); in Update()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/ |
H A D | general_store.h | 80 static inline uint32_t GetSyncMode(uint32_t mixMode) in GetSyncMode() function in OHOS::DistributedData::GeneralStore
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
H A D | kvdb_service_impl.h | 137 SyncMode GetSyncMode(bool local, bool remote) const;
|
H A D | kvdb_service_impl.cpp | 1089 if (GeneralStore::GetSyncMode(mode) < KVDBGeneralStore::NEARBY_END) { in DoSyncBegin() 1305 SyncMode KVDBServiceImpl::GetSyncMode(bool local, bool remote) const in GetSyncMode() function in OHOS::DistributedKv::KVDBServiceImpl
|
H A D | kvdb_general_store.cpp | 380 auto syncMode = GeneralStore::GetSyncMode(syncParam.mode); in Sync()
|
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/ |
H A D | rdb_store_config.h | 145 std::string GetSyncMode() const;
|
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
H A D | rdb_store_config.h | 311 API_EXPORT std::string GetSyncMode() const;
|
/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/ |
H A D | device_profile_storage_manager.cpp | 398 int32_t result = onlineSyncTbl_->SyncDeviceProfile(devicesVector, syncOptions.GetSyncMode()); in SyncDeviceProfile()
|
/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/ |
H A D | device_profile_manager.cpp | 407 int32_t syncResult = deviceProfileStore_->Sync(ohBasedDevices, syncOptions.GetSyncMode()); in SyncDeviceProfile()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_general_store.cpp | 516 auto syncMode = GeneralStore::GetSyncMode(syncParam.mode); in Sync()
|