Home
last modified time | relevance | path

Searched defs:newSwitch (Results 1 – 2 of 2) 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
167 uint32_t newSwitch = curSwitch; in PutSwitchCharacteristicProfileBatch() local
328 uint32_t newSwitch = 0; in RefreshLocalSwitchProfile() local
H A Dprofile_cache.cpp633 void ProfileCache::SetCurSwitch(uint32_t newSwitch) in SetCurSwitch()