/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/ |
H A D | general_store_test.cpp | 43 HWTEST_F(GeneralStoreTest, GetSyncMode, TestSize.Level1) 48 auto ret = GeneralStore::GetSyncMode(mixMode); 53 ret = GeneralStore::GetSyncMode(mixMode); 58 ret = GeneralStore::GetSyncMode(mixMode);
|
H A D | store_test.cpp | 97 auto syncMode = GeneralStore::GetSyncMode(mixMode);
|
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/ |
H A D | scanner_info_helper.cpp | 86 NapiScanUtils::SetStringPropertyUtf8(env, jsObj, PARAM_INFO_SYNCMODE, info.GetSyncMode()); in MakeJsObject() 92 info.GetSerialNumber().c_str(), info.GetSyncMode().c_str(), in MakeJsObject()
|
H A D | scanner_info.cpp | 459 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 D | dp_sync_options.h | 34 SyncMode GetSyncMode() const;
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/include/ |
H A D | sync_options.h | 38 SyncMode GetSyncMode() const;
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/commonevent/ |
H A D | data_sync_event.h | 37 uint32_t GetSyncMode() const in GetSyncMode() function
|
/ohos5.0/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
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/ |
H A D | sqlite_global_config.h | 76 static std::string GetSyncMode();
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | sync_options_test.cpp | 82 SyncMode mode = syncPtr->GetSyncMode();
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | kvdb_service_impl_test.cpp | 783 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 D | dp_sync_options.cpp | 37 SyncMode DpSyncOptions::GetSyncMode() const in GetSyncMode() function in OHOS::DistributedDeviceProfile::DpSyncOptions
|
/ohos5.0/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 | 84 std::string RdbStoreConfig::GetSyncMode() const in GetSyncMode() function in OHOS::NativeRdb::RdbStoreConfig
|
H A D | sqlite_connection.cpp | 742 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 D | image_component.cpp | 193 bool ImageComponent::GetSyncMode() in GetSyncMode() function in OHOS::Ace::ImageComponent
|
H A D | image_component.h | 69 bool GetSyncMode();
|
/ohos5.0/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
|
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/include/ |
H A D | scanner_info.h | 166 [[nodiscard]] const std::string &GetSyncMode() const;
|
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/ |
H A D | rdb_store_config.h | 144 std::string GetSyncMode() const;
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
H A D | kvdb_service_impl.h | 136 SyncMode GetSyncMode(bool local, bool remote) const;
|
H A D | kvdb_service_impl.cpp | 1130 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 D | rdb_store_config.h | 306 API_EXPORT std::string GetSyncMode() const;
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/ |
H A D | device_profile_storage_manager.cpp | 395 … int32_t result = onlineSyncTbl_->SyncDeviceProfile(devicesVector, syncOptions.GetSyncMode()); in SyncDeviceProfile()
|
/ohos5.0/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()
|