Searched refs:propertiesPtr (Results 1 – 3 of 3) sorted by relevance
974 std::shared_ptr<DBProperties> &propertiesPtr) in GetAutoLaunchProperties() argument979 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() argument1355 if (itemIter->second.propertiesPtr == nullptr) { in CloseConnection()1403 if (item.propertiesPtr == nullptr) { in GetAutoLaunchItemUid()[all …]
50 std::shared_ptr<DBProperties> propertiesPtr; member69 std::shared_ptr<DBProperties> &propertiesPtr);104 const std::shared_ptr<KvDBProperties> &propertiesPtr, bool checkDir);107 const std::shared_ptr<RelationalDBProperties> &propertiesPtr);
850 item.propertiesPtr = std::make_shared<KvDBProperties>();