Lines Matching refs:mProductConfigFile
98 …while (mProductConfigFile.Get(kKeyRegionDomainMapping, iterator, value, sizeof(value)) == OT_ERROR… in GetDomain()
133 while (mProductConfigFile.Get(aKey, iterator, value, sizeof(value)) == OT_ERROR_NONE) in GetChannelMask()
157 if (mProductConfigFile.HasKey(kKeySupportedChannelMask)) in UpdateChannelMasks()
162 if (mProductConfigFile.HasKey(kKeySupportedChannelMask)) in UpdateChannelMasks()
183 VerifyOrExit(mProductConfigFile.HasKey(kKeyTargetPower)); in UpdateTargetPower()
217 calibrationFile = &mProductConfigFile; in UpdateCalibratedPower()
255 … while (mProductConfigFile.Get(kKeyTargetPower, aIterator, value, sizeof(value)) == OT_ERROR_NONE) in GetNextTargetPower()
277 VerifyOrExit(mProductConfigFile.DoesExist(), ret = false); in IsValid()
279 …ret = mProductConfigFile.HasKey(kKeySupportedChannelMask) || mProductConfigFile.HasKey(kKeyPreferr… in IsValid()
280 mProductConfigFile.HasKey(kKeyRegionDomainMapping); in IsValid()
284 …ret = (mProductConfigFile.HasKey(kKeyCalibratedPower) || mProductConfigFile.HasKey(kKeyTargetPower… in IsValid()