Searched refs:kvPtr (Results 1 – 2 of 2) sorted by relevance
580 std::shared_ptr<KvDBProperties> kvPtr = std::static_pointer_cast<KvDBProperties>(ptr); in EnableKvStoreAutoLaunch() local581 errCode = RuntimeContext::GetInstance()->EnableKvStoreAutoLaunch(*kvPtr, notifier, option); in EnableKvStoreAutoLaunch()
980 … std::shared_ptr<KvDBProperties> kvPtr = std::static_pointer_cast<KvDBProperties>(propertiesPtr); in GetAutoLaunchProperties() local981 errCode = GetAutoLaunchKVProperties(param, kvPtr, checkDir); in GetAutoLaunchProperties()