Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dauto_launch.cpp974 std::shared_ptr<DBProperties> &propertiesPtr) in GetAutoLaunchProperties() argument
979 propertiesPtr = std::make_shared<KvDBProperties>(); in GetAutoLaunchProperties()
994 propertiesPtr->SetIntProp(DBProperties::AUTO_LAUNCH_ID, in GetAutoLaunchProperties()
1015 propertiesPtr->SetBoolProp(KvDBProperties::MEMORY_MODE, false); in GetAutoLaunchKVProperties()
1019 propertiesPtr->SetSchema(schemaObject); in GetAutoLaunchKVProperties()
1026 propertiesPtr->SetIntProp(KvDBProperties::COMPRESSION_RATE, in GetAutoLaunchKVProperties()
1033 DBCommon::SetDatabaseIds(*propertiesPtr, dbIdParam); in GetAutoLaunchKVProperties()
1038 const std::shared_ptr<RelationalDBProperties> &propertiesPtr) in GetAutoLaunchRelationProperties() argument
1355 if (itemIter->second.propertiesPtr == nullptr) { in CloseConnection()
1403 if (item.propertiesPtr == nullptr) { in GetAutoLaunchItemUid()
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dauto_launch.h50 std::shared_ptr<DBProperties> propertiesPtr; member
69 std::shared_ptr<DBProperties> &propertiesPtr);
104 const std::shared_ptr<KvDBProperties> &propertiesPtr, bool checkDir);
107 const std::shared_ptr<RelationalDBProperties> &propertiesPtr);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_mock_sync_module_test.cpp850 item.propertiesPtr = std::make_shared<KvDBProperties>();