Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_cache.cpp548 if (!IsSwitchValid(item, switchServiceMap, SWITCH_OPERATE_PUT)) { in SetSwitchByProfileBatch()
572 if (!IsSwitchValid(charProfile, switchServiceMap, SWITCH_OPERATE_PUT)) { in SetSwitchByProfile()
591 bool ProfileCache::IsSwitchValid(const CharacteristicProfile& charProfile, in IsSwitchValid() function in OHOS::DistributedDeviceProfile::ProfileCache
618 if (!IsSwitchValid(charProfile, SWITCH_SERVICE_MAP, SWITCH_OPERATE_GET)) { in SetSwitchProfile()
H A Dprofile_control_utils.cpp370 … if (!ProfileCache::GetInstance().IsSwitchValid(profile, SWITCH_SERVICE_MAP, SWITCH_OPERATE_GET)) { in GetSwitchCharacteristicProfile()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/utils/
H A Dprofile_cache.h78 bool IsSwitchValid(const CharacteristicProfile& charProfile,