Searched refs:ReportGetDeviceProfile (Results 1 - 4 of 4) sorted by relevance
/foundation/deviceprofile/device_info_manager/radar/include/ |
H A D | dp_radar_helper.h | 115 void ReportGetDeviceProfile(int32_t errCode, const std::string& deviceId, DeviceProfile& deviceProfile);
|
/foundation/deviceprofile/device_info_manager/radar/test/unittest/ |
H A D | dp_radar_helper_test.cpp | 174 DpRadarHelper::GetInstance().ReportGetDeviceProfile(errCode, deviceId, deviceProfile); in HWTEST_F() 176 DpRadarHelper::GetInstance().ReportGetDeviceProfile(errCode, deviceId, deviceProfile); in HWTEST_F()
|
/foundation/deviceprofile/device_info_manager/services/core/src/ |
H A D | distributed_device_profile_service_new.cpp | 396 DpRadarHelper::GetInstance().ReportGetDeviceProfile(ret, deviceId, deviceProfile); in GetDeviceProfile()
|
/foundation/deviceprofile/device_info_manager/radar/src/ |
H A D | dp_radar_helper.cpp | 679 void DpRadarHelper::ReportGetDeviceProfile(int32_t errCode, const std::string& deviceId, DeviceProfile& deviceProfile) in ReportGetDeviceProfile() function in OHOS::DistributedDeviceProfile::DpRadarHelper
|
Completed in 5 milliseconds