Home
last modified time | relevance | path

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

/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 !=()
/foundation/deviceprofile/device_info_manager/services/core/src/contentsensormanager/
H A Dswitch_status_collector.cpp171 if (iter == oldProfileMap.end() || iter->second.GetCharacteristicValue() == profile.GetCharacteristicValue()) { in AddSwitchStatusToDB()
174 profile.SetCharacteristicValue(iter->second.GetCharacteristicValue()); in AddSwitchStatusToDB()
/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Dcharacteristic_profile.h43 std::string GetCharacteristicValue() const;
/foundation/distributeddatamgr/pasteboard/framework/framework/device/
H A Ddev_profile.cpp119 DevProfile::GetInstance().Notify(newProfile.GetCharacteristicValue() == SUPPORT_STATUS); in OnCharacteristicProfileUpdate()
180 if (ret == HANDLE_OK && profile.GetCharacteristicValue() == SUPPORT_STATUS) { in GetEnabledStatus()
209 const auto &jsonData = profile.GetCharacteristicValue(); in GetRemoteDeviceVersion()
/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_cache.cpp562 uint32_t value = static_cast<uint32_t>(std::stoi(item.GetCharacteristicValue())); in SetSwitchByProfileBatch()
586 uint32_t value = static_cast<uint32_t>(std::stoi(charProfile.GetCharacteristicValue())); in SetSwitchByProfile()
609 if (charProfile.GetCharacteristicValue().empty() || in IsSwitchValid()
610 (charProfile.GetCharacteristicValue() != SWITCH_OFF && in IsSwitchValid()
611 charProfile.GetCharacteristicValue() != SWITCH_ON)) { in IsSwitchValid()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddms_version_manager.cpp88 appInfoJsonData = profile.GetCharacteristicValue(); in GetAppInfoFromDP()
/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/listener/
H A Dkv_data_change_listener.cpp254 newSwitchProfile.GetCharacteristicValue()); in GenerateSwitchNotify()
/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Dstatic_profile_manager.cpp161 std::string charValue = staticCapabilityProfile.GetCharacteristicValue(); in GenerateStaticInfoProfile()
/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()
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddevice_profile_manager_test.cpp905 outCharProfile.GetCharacteristicValue(); in HWTEST_F()

Completed in 9 milliseconds