Searched refs:kStoreType (Results 1 – 3 of 3) sorted by relevance
31 if (!recovery_config.contains(kStoreType)) { in Initialize()32 MS_LOG(WARNING) << "The " << kStoreType << " is not existed."; in Initialize()36 std::string type = recovery_config.at(kStoreType).dump(); in Initialize()
50 uint32_t storage_type = JsonGetKeyWithException<uint32_t>(value_json, ps::kStoreType); in Initialize()
117 constexpr char kStoreType[] = "storage_type"; variable