Home
last modified time | relevance | path

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

12

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dgeneral_store_test.cpp43 HWTEST_F(GeneralStoreTest, GetSyncMode, TestSize.Level1)
48 auto ret = GeneralStore::GetSyncMode(mixMode);
53 ret = GeneralStore::GetSyncMode(mixMode);
58 ret = GeneralStore::GetSyncMode(mixMode);
H A Dstore_test.cpp97 auto syncMode = GeneralStore::GetSyncMode(mixMode);
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscanner_info_helper.cpp86 NapiScanUtils::SetStringPropertyUtf8(env, jsObj, PARAM_INFO_SYNCMODE, info.GetSyncMode()); in MakeJsObject()
92 info.GetSerialNumber().c_str(), info.GetSyncMode().c_str(), in MakeJsObject()
H A Dscanner_info.cpp459 const std::string& ScanDeviceInfoSync::GetSyncMode() const in GetSyncMode() function in OHOS::Scan::ScanDeviceInfoSync
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Ddp_sync_options.h34 SyncMode GetSyncMode() const;
/ohos5.0/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/include/
H A Dsync_options.h38 SyncMode GetSyncMode() const;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/commonevent/
H A Ddata_sync_event.h37 uint32_t GetSyncMode() const in GetSyncMode() function
/ohos5.0/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
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dsqlite_global_config.h76 static std::string GetSyncMode();
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dsync_options_test.cpp82 SyncMode mode = syncPtr->GetSyncMode();
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dkvdb_service_impl_test.cpp783 HWTEST_F(KvdbServiceImplTest, GetSyncMode, TestSize.Level0)
785 auto status = kvdbServiceImpl_->GetSyncMode(true, true);
787 status = kvdbServiceImpl_->GetSyncMode(true, false);
789 status = kvdbServiceImpl_->GetSyncMode(false, true);
791 status = kvdbServiceImpl_->GetSyncMode(false, false);
/ohos5.0/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
/ohos5.0/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.cpp84 std::string RdbStoreConfig::GetSyncMode() const in GetSyncMode() function in OHOS::NativeRdb::RdbStoreConfig
H A Dsqlite_connection.cpp742 errCode = SetWalSyncMode(config.GetSyncMode()); in SetJournalMode()
812 std::string targetValue = SqliteGlobalConfig::GetSyncMode(); in SetWalSyncMode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Dimage_component.cpp193 bool ImageComponent::GetSyncMode() in GetSyncMode() function in OHOS::Ace::ImageComponent
H A Dimage_component.h69 bool GetSyncMode();
/ohos5.0/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
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dscanner_info.h166 [[nodiscard]] const std::string &GetSyncMode() const;
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/
H A Drdb_store_config.h144 std::string GetSyncMode() const;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_service_impl.h136 SyncMode GetSyncMode(bool local, bool remote) const;
H A Dkvdb_service_impl.cpp1130 if (GeneralStore::GetSyncMode(mode) < KVDBGeneralStore::NEARBY_END) { in DoSyncBegin()
1376 SyncMode KVDBServiceImpl::GetSyncMode(bool local, bool remote) const in GetSyncMode() function in OHOS::DistributedKv::KVDBServiceImpl
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_store_config.h306 API_EXPORT std::string GetSyncMode() const;
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/
H A Ddevice_profile_storage_manager.cpp395 … int32_t result = onlineSyncTbl_->SyncDeviceProfile(devicesVector, syncOptions.GetSyncMode()); in SyncDeviceProfile()
/ohos5.0/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()

12