Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/contentsensormanager/
H A Dswitch_status_collector.cpp171 …f (iter == oldProfileMap.end() || iter->second.GetCharacteristicValue() == profile.GetCharacterist… in AddSwitchStatusToDB()
174 profile.SetCharacteristicValue(iter->second.GetCharacteristicValue()); in AddSwitchStatusToDB()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Dcharacteristic_profile.cpp57 std::string CharacteristicProfile::GetCharacteristicValue() const in GetCharacteristicValue() function in OHOS::DistributedDeviceProfile::CharacteristicProfile
89 characteristicValue_ != charProfile.GetCharacteristicValue()); in operator !=()
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/device/
H A Ddev_profile.cpp124 DevProfile::GetInstance().Notify(newProfile.GetCharacteristicValue() == SUPPORT_STATUS); in OnCharacteristicProfileUpdate()
190 if (ret == HANDLE_OK && profile.GetCharacteristicValue() == SUPPORT_STATUS) { in GetEnabledStatus()
220 const auto &jsonData = profile.GetCharacteristicValue(); in GetRemoteDeviceVersion()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Dcharacteristic_profile.h43 std::string GetCharacteristicValue() const;
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_cache.cpp554 uint32_t value = static_cast<uint32_t>(std::stoi(item.GetCharacteristicValue())); in SetSwitchByProfileBatch()
578 uint32_t value = static_cast<uint32_t>(std::stoi(charProfile.GetCharacteristicValue())); in SetSwitchByProfile()
601 if (charProfile.GetCharacteristicValue().empty() || in IsSwitchValid()
602 (charProfile.GetCharacteristicValue() != SWITCH_OFF && in IsSwitchValid()
603 charProfile.GetCharacteristicValue() != SWITCH_ON)) { in IsSwitchValid()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddms_version_manager.cpp88 appInfoJsonData = profile.GetCharacteristicValue(); in GetAppInfoFromDP()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Dstatic_profile_manager.cpp161 std::string charValue = staticCapabilityProfile.GetCharacteristicValue(); in GenerateStaticInfoProfile()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/listener/
H A Dkv_data_change_listener.cpp254 newSwitchProfile.GetCharacteristicValue()); in GenerateSwitchNotify()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp384 … if (charProfile.GetCharacteristicKey().empty() || charProfile.GetCharacteristicValue().empty()) { in IsCharacteristicProfileValid()
489 values[GenerateDBKey(charProfileKey, CHARACTERISTIC_VALUE)] = profile.GetCharacteristicValue(); in CharacteristicProfileToEntries()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddevice_profile_manager_test.cpp905 outCharProfile.GetCharacteristicValue();