Home
last modified time | relevance | path

Searched refs:GetSyncMode (Results 1 - 25 of 25) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dgeneral_store_test.cpp39 * @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 Dstore_test.cpp97 auto syncMode = GeneralStore::GetSyncMode(mixMode); in HWTEST_F()
/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/include/
H A Dsync_options.h38 SyncMode GetSyncMode() const;
/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Ddp_sync_options.h34 SyncMode GetSyncMode() const;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/commonevent/
H A Ddata_sync_event.h37 uint32_t GetSyncMode() const in GetSyncMode() function in OHOS::DistributedData::DataSyncEvent
/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Dsync_options.cpp43 SyncMode SyncOptions::GetSyncMode() const in GetSyncMode() function in OHOS::DeviceProfile::SyncOptions
/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Ddp_sync_options.cpp37 SyncMode DpSyncOptions::GetSyncMode() const in GetSyncMode() function in OHOS::DistributedDeviceProfile::DpSyncOptions
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dsync_options_test.cpp75 * @tc.desc: SetSyncMode and GetSyncMode succeed.
82 SyncMode mode = syncPtr->GetSyncMode(); in HWTEST_F()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dsqlite_global_config.h75 static std::string GetSyncMode();
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dkvdb_service_impl_test.cpp780 * @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 Dsqlite_global_config.cpp87 std::string SqliteGlobalConfig::GetSyncMode() in GetSyncMode() function in OHOS::NativeRdb::SqliteGlobalConfig
H A Drdb_store_config.cpp78 std::string RdbStoreConfig::GetSyncMode() const in GetSyncMode() function in OHOS::NativeRdb::RdbStoreConfig
H A Dsqlite_connection.cpp733 errCode = SetWalSyncMode(config.GetSyncMode()); in SetJournalMode()
803 std::string targetValue = SqliteGlobalConfig::GetSyncMode(); in SetWalSyncMode()
/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Dimage_component.h69 bool GetSyncMode();
H A Dimage_component.cpp193 bool ImageComponent::GetSyncMode() in GetSyncMode() function in OHOS::Ace::ImageComponent
H A Drender_image.cpp66 syncMode_ = image->GetSyncMode(); in Update()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H A Dgeneral_store.h80 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 Dkvdb_service_impl.h137 SyncMode GetSyncMode(bool local, bool remote) const;
H A Dkvdb_service_impl.cpp1089 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 Dkvdb_general_store.cpp380 auto syncMode = GeneralStore::GetSyncMode(syncParam.mode); in Sync()
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/
H A Drdb_store_config.h145 std::string GetSyncMode() const;
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_store_config.h311 API_EXPORT std::string GetSyncMode() const;
/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/
H A Ddevice_profile_storage_manager.cpp398 int32_t result = onlineSyncTbl_->SyncDeviceProfile(devicesVector, syncOptions.GetSyncMode()); in SyncDeviceProfile()
/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Ddevice_profile_manager.cpp407 int32_t syncResult = deviceProfileStore_->Sync(ohBasedDevices, syncOptions.GetSyncMode()); in SyncDeviceProfile()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_general_store.cpp516 auto syncMode = GeneralStore::GetSyncMode(syncParam.mode); in Sync()

Completed in 22 milliseconds