Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_control_utils_test.cpp1176 int32_t ret = profileControlUtils->GetSwitchCharacteristicProfile(appId, deviceId,
1196 int32_t ret = profileControlUtils->GetSwitchCharacteristicProfile(appId, deviceId,
1216 int32_t ret = profileControlUtils->GetSwitchCharacteristicProfile(appId, deviceId,
1236 int32_t ret = profileControlUtils->GetSwitchCharacteristicProfile(appId, deviceId,
1256 int32_t ret = profileControlUtils->GetSwitchCharacteristicProfile(appId, deviceId,
1281 int32_t ret = profileControlUtils->GetSwitchCharacteristicProfile(appId, deviceId,
1305 int32_t ret = profileControlUtils->GetSwitchCharacteristicProfile(appId, deviceId,
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/utils/
H A Dprofile_control_utils.h50 …static int32_t GetSwitchCharacteristicProfile(const std::string& appId, const std::string& deviceI…
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Dswitch_profile_manager.cpp102 …res = ProfileControlUtils::GetSwitchCharacteristicProfile(APP_ID, deviceId, serviceName, character… in GetCharacteristicProfile()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_control_utils.cpp354 int32_t ProfileControlUtils::GetSwitchCharacteristicProfile(const std::string& appId, const std::st… in GetSwitchCharacteristicProfile() function in OHOS::DistributedDeviceProfile::ProfileControlUtils