Searched refs:specInt (Results 1 – 2 of 2) sorted by relevance
173 uint32_t specInt = data.ReadUint32(); in QueryLocalSysSpecInner() local174 if (!ValidQueryLocalSpec(specInt)) { in QueryLocalSysSpecInner()175 DHLOGE("Spec invalid: %{public}" PRIu32, specInt); in QueryLocalSysSpecInner()180 QueryLocalSysSpecType spec = (QueryLocalSysSpecType)specInt; in QueryLocalSysSpecInner()
190 uint32_t specInt = static_cast<uint32_t>(QueryLocalSysSpecType::MIN); variable191 data.WriteUint32(specInt);