Searched refs:itemSwitchValue (Results 1 – 3 of 3) sorted by relevance
157 std::string itemSwitchValue = std::to_string((switchFromDB >> i) & NUM_1); in AddSwitchStatusToDB() local163 … CharacteristicProfile oldSwitchProfile = {localUdid, serviceName, SWITCH_STATUS, itemSwitchValue}; in AddSwitchStatusToDB()
212 std::string itemSwitchValue = std::to_string((switchValue >> i) & NUM_1); in HandleSwitchUpdateChange() local219 itemSwitchValue, ChangeType::UPDATE); in HandleSwitchUpdateChange()
339 std::string itemSwitchValue = std::to_string((newSwitch >> i) & NUM_1); in RefreshLocalSwitchProfile() local346 … CharacteristicProfile newSwitchProfile = {localUdid, serviceName, SWITCH_STATUS, itemSwitchValue}; in RefreshLocalSwitchProfile()