Home
last modified time | relevance | path

Searched refs:GetRemoteCompressAlgoStr (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_sync_task_context.h121 std::string GetRemoteCompressAlgoStr() const;
H A Dsingle_ver_sync_task_context.cpp421 std::string SingleVerSyncTaskContext::GetRemoteCompressAlgoStr() const in GetRemoteCompressAlgoStr() function in DistributedDB::SingleVerSyncTaskContext
449 STR_MASK(GetDeviceId()), GetRemoteCompressAlgoStr().c_str(), in SetDbAbility()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_mock_sync_module_test.cpp261 EXPECT_EQ(context->GetRemoteCompressAlgoStr(), "none"); in AbilitySync004()