Home
last modified time | relevance | path

Searched refs:profileIts (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dpower_spec.cpp224 auto profileIts = POWER_MODE_SPEC.find(profileName); in GetPowerSpec() local
225 if (profileIts != POWER_MODE_SPEC.end()) { in GetPowerSpec()
226 auto its = profileIts->second.find(status); in GetPowerSpec()
227 if (its != profileIts->second.end()) { in GetPowerSpec()
245 auto profileIts = SSR_SPEC.find(profileName); in GetPowerSsrLevel() local
246 if (profileIts != SSR_SPEC.end()) { in GetPowerSsrLevel()
247 auto its = profileIts->second.find(status); in GetPowerSsrLevel()
248 if (its != profileIts->second.end()) { in GetPowerSsrLevel()