Searched refs:GetConsLevel (Results 1 – 2 of 2) sorted by relevance
84 std::pair<bool, uint16_t> GetConsLevel(const std::string &device, LevelType type);
144 auto [dynamicExist, dynamicConsLevel] = GetConsLevel(device, LevelType::DYNAMIC); in IsConsistent()151 auto [staticsExist, staticsConsLevel] = GetConsLevel(device, LevelType::STATICS); in IsConsistent()624 std::pair<bool, uint16_t> DeviceMatrix::GetConsLevel(const std::string &device, LevelType type) in GetConsLevel() function in OHOS::DistributedData::DeviceMatrix