Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_control_utils.cpp139 uint32_t newSwitch = curSwitch; in PutSwitchCharacteristicProfile() local
145 HILOGD("PutSwitchCharacteristicProfile newSwitch:%{public}d", newSwitch); in PutSwitchCharacteristicProfile()
146 res = SwitchAdapter::GetInstance().PutSwitch(appId, newSwitch, CUR_SWITCH_LEN); in PutSwitchCharacteristicProfile()
151 ProfileCache::GetInstance().SetCurSwitch(newSwitch); in PutSwitchCharacteristicProfile()
167 uint32_t newSwitch = curSwitch; in PutSwitchCharacteristicProfileBatch() local
183 HILOGD("newSwitch:%{public}d", newSwitch); in PutSwitchCharacteristicProfileBatch()
189 ProfileCache::GetInstance().SetCurSwitch(newSwitch); in PutSwitchCharacteristicProfileBatch()
328 uint32_t newSwitch = 0; in RefreshLocalSwitchProfile() local
335 HILOGI("GetSwitch, newSwitch: %{public}d", newSwitch); in RefreshLocalSwitchProfile()
339 std::string itemSwitchValue = std::to_string((newSwitch >> i) & NUM_1); in RefreshLocalSwitchProfile()
[all …]
H A Dprofile_cache.cpp633 void ProfileCache::SetCurSwitch(uint32_t newSwitch) in SetCurSwitch() argument
636 curLocalSwitch_ = newSwitch; in SetCurSwitch()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/utils/
H A Dprofile_cache.h84 void SetCurSwitch(uint32_t newSwitch);