Home
last modified time | relevance | path

Searched refs:SetCurSwitch (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_control_utils.cpp151 ProfileCache::GetInstance().SetCurSwitch(newSwitch); in PutSwitchCharacteristicProfile()
189 ProfileCache::GetInstance().SetCurSwitch(newSwitch); in PutSwitchCharacteristicProfileBatch()
349 ProfileCache::GetInstance().SetCurSwitch(newSwitch); in RefreshLocalSwitchProfile()
H A Dprofile_cache.cpp633 void ProfileCache::SetCurSwitch(uint32_t newSwitch) in SetCurSwitch() function in OHOS::DistributedDeviceProfile::ProfileCache
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/utils/
H A Dprofile_cache.h84 void SetCurSwitch(uint32_t newSwitch);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/listener/
H A Dkv_data_change_listener.cpp225 ProfileCache::GetInstance().SetCurSwitch(switchValue); in HandleSwitchUpdateChange()