Searched refs:SWITCH_STATUS (Results 1 - 8 of 8) sorted by relevance
/foundation/deviceprofile/device_info_manager/services/core/src/contentsensormanager/ |
H A D | switch_status_collector.cpp | 116 cJSON* abilityValueItem = cJSON_GetObjectItemCaseSensitive(abilityItem, SWITCH_STATUS.c_str()); in GenerateSwitchProfiles() 123 std::string charKey = ProfileUtils::GenerateCharProfileKey(deviceId, serviceId, SWITCH_STATUS); in GenerateSwitchProfiles() 129 CharacteristicProfile characteristicProfile(deviceId, serviceId, SWITCH_STATUS, charValue); in GenerateSwitchProfiles() 163 const CharacteristicProfile oldSwitchProfile = {localUdid, serviceName, SWITCH_STATUS, itemSwitchValue}; in AddSwitchStatusToDB() 164 std::string charKey = ProfileUtils::GenerateCharProfileKey(localUdid, serviceName, SWITCH_STATUS); in AddSwitchStatusToDB()
|
/foundation/deviceprofile/device_info_manager/common/src/interfaces/ |
H A D | characteristic_profile.cpp | 107 if (characteristicKey_ == SWITCH_STATUS) { in dump()
|
/foundation/deviceprofile/device_info_manager/services/core/src/ |
H A D | distributed_device_profile_service_new.cpp | 327 if (charProfile.GetCharacteristicKey() == SWITCH_STATUS) { in PutCharacteristicProfile() 359 if (profile.GetCharacteristicKey() == SWITCH_STATUS) { in PutCharacteristicProfileBatch() 420 if (characteristicKey == SWITCH_STATUS) { in GetCharacteristicProfile() 663 if (item.GetCharacteristicKey() == SWITCH_STATUS) { in AddCharProfilesToCache()
|
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | profile_control_utils_test.cpp | 512 charProfile.SetCharacteristicKey(SWITCH_STATUS); in HWTEST_F() 534 charProfile.SetCharacteristicKey(SWITCH_STATUS); in HWTEST_F() 570 charProfile.SetCharacteristicKey(SWITCH_STATUS); in HWTEST_F() 634 charProfile.SetCharacteristicKey(SWITCH_STATUS); in HWTEST_F() 684 charProfile.SetCharacteristicKey(SWITCH_STATUS); in HWTEST_F() 708 charProfile.SetCharacteristicKey(SWITCH_STATUS); in HWTEST_F()
|
/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/listener/ |
H A D | kv_data_change_listener.cpp | 218 res = GenerateSwitchNotify(udid, serviceName, SWITCH_STATUS, in HandleSwitchUpdateChange()
|
/foundation/deviceprofile/device_info_manager/common/include/constants/ |
H A D | distributed_device_profile_constants.h | 355 const std::string SWITCH_STATUS = "SwitchStatus"; member
|
/foundation/deviceprofile/device_info_manager/services/core/src/utils/ |
H A D | profile_control_utils.cpp | 359 const CharacteristicProfile newSwitchProfile = {localUdid, serviceName, SWITCH_STATUS, itemSwitchValue}; in RefreshLocalSwitchProfile()
|
H A D | profile_cache.cpp | 603 if (charProfile.GetCharacteristicKey() != SWITCH_STATUS || switchServiceMap.empty()) { in IsSwitchValid()
|
Completed in 9 milliseconds