Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/radar/include/
H A Ddp_radar_helper.h121 void ReportDeleteCharProfile(int32_t errCode, const std::string& deviceId);
/ohos5.0/foundation/deviceprofile/device_info_manager/radar/test/unittest/
H A Ddp_radar_helper_test.cpp225 DpRadarHelper::GetInstance().ReportDeleteCharProfile(errCode, deviceId);
227 DpRadarHelper::GetInstance().ReportDeleteCharProfile(errCode, deviceId);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/
H A Ddistributed_device_profile_service_new.cpp460 DpRadarHelper::GetInstance().ReportDeleteCharProfile(ret, deviceId); in DeleteCharacteristicProfile()
/ohos5.0/foundation/deviceprofile/device_info_manager/radar/src/
H A Ddp_radar_helper.cpp851 void DpRadarHelper::ReportDeleteCharProfile(int32_t errCode, const std::string& deviceId) in ReportDeleteCharProfile() function in OHOS::DistributedDeviceProfile::DpRadarHelper