Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Ddistributed_device_profile_enums.h150 SWITCH_FLAG_MIN = -1, enumerator
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/listener/
H A Dkv_data_change_listener.cpp210 for (int32_t i = (int32_t)SwitchFlag::SWITCH_FLAG_MIN + NUM_1; in HandleSwitchUpdateChange()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_control_utils.cpp336 for (int32_t i = static_cast<int32_t>(SwitchFlag::SWITCH_FLAG_MIN) + NUM_1; in RefreshLocalSwitchProfile()
H A Dprofile_cache.cpp739 … if (pos <= (int32_t)SwitchFlag::SWITCH_FLAG_MIN || pos >= (int32_t)SwitchFlag::SWITCH_FLAG_MAX || in GetServiceNameByPos()