Home
last modified time | relevance | path

Searched refs:GetCharacteristicKey (Results 1 - 9 of 9) sorted by relevance

/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Dcharacteristic_profile.cpp47 std::string CharacteristicProfile::GetCharacteristicKey() const in GetCharacteristicKey() function in OHOS::DistributedDeviceProfile::CharacteristicProfile
88 characteristicKey_ != charProfile.GetCharacteristicKey() || in operator !=()
/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_cache.cpp141 !ProfileUtils::IsKeyValid(charProfile.GetCharacteristicKey())) { in AddCharProfile()
146 charProfile.GetServiceName(), charProfile.GetCharacteristicKey()); in AddCharProfile()
162 !ProfileUtils::IsKeyValid(charProfile.GetCharacteristicKey())) { in AddStaticCharProfile()
167 charProfile.GetServiceName(), charProfile.GetCharacteristicKey()); in AddStaticCharProfile()
364 !ProfileUtils::IsKeyValid(charProfile.GetCharacteristicKey())) { in IsCharProfileExist()
369 charProfile.GetServiceName(), charProfile.GetCharacteristicKey()); in IsCharProfileExist()
407 charProfile.GetServiceName(), charProfile.GetCharacteristicKey()); in RefreshCharProfileCache()
603 if (charProfile.GetCharacteristicKey() != SWITCH_STATUS || switchServiceMap.empty()) { in IsSwitchValid()
/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Dcharacteristic_profile.h41 std::string GetCharacteristicKey() const;
/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp363 IsKeyValid(charProfile.GetServiceName()) && IsKeyValid(charProfile.GetCharacteristicKey()); in IsCharProfileValid()
384 if (charProfile.GetCharacteristicKey().empty() || charProfile.GetCharacteristicValue().empty()) { in IsCharacteristicProfileValid()
487 profile.GetCharacteristicKey()); in CharacteristicProfileToEntries()
488 values[GenerateDBKey(charProfileKey, CHARACTERISTIC_KEY)] = profile.GetCharacteristicKey(); in CharacteristicProfileToEntries()
804 profile.GetCharacteristicKey().empty()) { in GetDbKeyByProfile()
810 SEPARATOR + profile.GetCharacteristicKey() + SEPARATOR + CHARACTERISTIC_VALUE; in GetDbKeyByProfile()
/foundation/deviceprofile/device_info_manager/services/core/src/
H A Ddistributed_device_profile_service_new.cpp327 if (charProfile.GetCharacteristicKey() == SWITCH_STATUS) { in PutCharacteristicProfile()
359 if (profile.GetCharacteristicKey() == SWITCH_STATUS) { in PutCharacteristicProfileBatch()
663 if (item.GetCharacteristicKey() == SWITCH_STATUS) { in AddCharProfilesToCache()
681 item.GetServiceName(), item.GetCharacteristicKey()); in AddCharProfilesToCache()
/foundation/deviceprofile/device_info_manager/services/core/src/contentsensormanager/
H A Dswitch_status_collector.cpp169 profile.GetCharacteristicKey()); in AddSwitchStatusToDB()
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddistributed_device_profile_client_kv_test.cpp334 characteristicProfile.GetCharacteristicKey(); in HWTEST_F()
H A Ddevice_profile_manager_test.cpp904 outCharProfile.GetCharacteristicKey(); in HWTEST_F()
H A Dprofile_utils_test.cpp1671 EXPECT_EQ("", profile.GetCharacteristicKey()); in HWTEST_F()

Completed in 12 milliseconds