Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/utils/
H A Dprofile_cache.h80 int32_t SetSwitchProfile(CharacteristicProfile& charProfile, uint32_t switchValue);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_control_utils.cpp391 res = ProfileCache::GetInstance().SetSwitchProfile(charProfile, switchValue); in GetSwitchCharacteristicProfile()
H A Dprofile_cache.cpp615 int32_t ProfileCache::SetSwitchProfile(CharacteristicProfile& charProfile, uint32_t switchValue) in SetSwitchProfile() function in OHOS::DistributedDeviceProfile::ProfileCache