Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/listener/
H A Dkv_data_change_listener.cpp242 CharacteristicProfile newSwitchProfile = {udid, serviceName, characteristicProfileKey, in GenerateSwitchNotify() local
244 HILOGI("Gen SwitchProfile :%{public}s", newSwitchProfile.dump().c_str()); in GenerateSwitchNotify()
245 if (ProfileCache::GetInstance().IsCharProfileExist(newSwitchProfile)) { in GenerateSwitchNotify()
249 const CharacteristicProfile cacheProfile = newSwitchProfile; in GenerateSwitchNotify()
251 std::string dbKey = ProfileUtils::GetDbKeyByProfile(newSwitchProfile); in GenerateSwitchNotify()
254 newSwitchProfile.GetCharacteristicValue()); in GenerateSwitchNotify()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_control_utils.cpp346 …const CharacteristicProfile newSwitchProfile = {localUdid, serviceName, SWITCH_STATUS, itemSwitchV… in RefreshLocalSwitchProfile() local
347 ProfileCache::GetInstance().AddCharProfile(newSwitchProfile); in RefreshLocalSwitchProfile()