Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/radar/include/
H A Ddp_radar_helper.h111 …void ReportPutServiceProfileBatch(int32_t errCode, const std::vector<ServiceProfile>& serviceProfi…
/ohos5.0/foundation/deviceprofile/device_info_manager/radar/test/unittest/
H A Ddp_radar_helper_test.cpp137 DpRadarHelper::GetInstance().ReportPutServiceProfileBatch(errCode, serviceProfiles);
139 DpRadarHelper::GetInstance().ReportPutServiceProfileBatch(errCode, serviceProfiles);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/
H A Ddistributed_device_profile_service_new.cpp314 DpRadarHelper::GetInstance().ReportPutServiceProfileBatch(ret, serviceProfiles); in PutServiceProfileBatch()
/ohos5.0/foundation/deviceprofile/device_info_manager/radar/src/
H A Ddp_radar_helper.cpp533 void DpRadarHelper::ReportPutServiceProfileBatch(int32_t errCode, const std::vector<ServiceProfile>… in ReportPutServiceProfileBatch() function in OHOS::DistributedDeviceProfile::DpRadarHelper