Home
last modified time | relevance | path

Searched refs:itemSwitchValue (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/contentsensormanager/
H A Dswitch_status_collector.cpp157 std::string itemSwitchValue = std::to_string((switchFromDB >> i) & NUM_1); in AddSwitchStatusToDB() local
163 … CharacteristicProfile oldSwitchProfile = {localUdid, serviceName, SWITCH_STATUS, itemSwitchValue}; in AddSwitchStatusToDB()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/listener/
H A Dkv_data_change_listener.cpp212 std::string itemSwitchValue = std::to_string((switchValue >> i) & NUM_1); in HandleSwitchUpdateChange() local
219 itemSwitchValue, ChangeType::UPDATE); in HandleSwitchUpdateChange()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_control_utils.cpp339 std::string itemSwitchValue = std::to_string((newSwitch >> i) & NUM_1); in RefreshLocalSwitchProfile() local
346 … CharacteristicProfile newSwitchProfile = {localUdid, serviceName, SWITCH_STATUS, itemSwitchValue}; in RefreshLocalSwitchProfile()