Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/utils/
H A Dprofile_cache.h76 int32_t SetSwitchByProfile(const CharacteristicProfile& charProfile,
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_control_utils.cpp140 …int32_t res = ProfileCache::GetInstance().SetSwitchByProfile(charProfile, SWITCH_SERVICE_MAP, newS… in PutSwitchCharacteristicProfile()
178 res = ProfileCache::GetInstance().SetSwitchByProfile(item, SWITCH_SERVICE_MAP, newSwitch); in PutSwitchCharacteristicProfileBatch()
H A Dprofile_cache.cpp568 int32_t ProfileCache::SetSwitchByProfile(const CharacteristicProfile& charProfile, in SetSwitchByProfile() function in OHOS::DistributedDeviceProfile::ProfileCache