Home
last modified time | relevance | path

Searched refs:GetPeerUdidList (Results 1 - 3 of 3) sorted by relevance

/foundation/deviceprofile/device_info_manager/radar/test/unittest/
H A Ddp_radar_helper_test.cpp45 std::string res = DpRadarHelper::GetInstance().GetPeerUdidList(trustDeviceProfiles); in HWTEST_F()
57 std::string res = DpRadarHelper::GetInstance().GetPeerUdidList(trustDeviceProfiles); in HWTEST_F()
71 std::string res = DpRadarHelper::GetInstance().GetPeerUdidList(trustDeviceProfiles); in HWTEST_F()
82 std::string res = DpRadarHelper::GetInstance().GetPeerUdidList(trustDeviceProfiles); in HWTEST_F()
94 std::string res = DpRadarHelper::GetInstance().GetPeerUdidList(trustDeviceProfiles); in HWTEST_F()
106 std::string res = DpRadarHelper::GetInstance().GetPeerUdidList(trustDeviceProfiles); in HWTEST_F()
117 std::string res = DpRadarHelper::GetInstance().GetPeerUdidList(trustDeviceProfiles); in HWTEST_F()
129 std::string res = DpRadarHelper::GetInstance().GetPeerUdidList(trustDeviceProfiles); in HWTEST_F()
141 std::string res = DpRadarHelper::GetInstance().GetPeerUdidList(trustDeviceProfiles); in HWTEST_F()
153 std::string res = DpRadarHelper::GetInstance().GetPeerUdidList(trustDeviceProfile in HWTEST_F()
[all...]
/foundation/deviceprofile/device_info_manager/radar/include/
H A Ddp_radar_helper.h126 std::string GetPeerUdidList(const std::vector<TrustDeviceProfile>& trustDeviceProfiles);
127 std::string GetPeerUdidList(const std::vector<AccessControlProfile>& accessControlProfiles);
128 std::string GetPeerUdidList(const std::vector<ServiceProfile>& serviceProfiles);
129 std::string GetPeerUdidList(const std::vector<CharacteristicProfile>& characteristicProfiles);
/foundation/deviceprofile/device_info_manager/radar/src/
H A Ddp_radar_helper.cpp323 "PEER_UDID_LIST", GetPeerUdidList(trustDeviceProfiles), in ReportGetAllTrustProfile()
338 "PEER_UDID_LIST", GetPeerUdidList(trustDeviceProfiles), in ReportGetAllTrustProfile()
374 "PEER_UDID_LIST", GetPeerUdidList(accessControlProfiles), in ReportGetAclProfile()
389 "PEER_UDID_LIST", GetPeerUdidList(accessControlProfiles), in ReportGetAclProfile()
425 "PEER_UDID_LIST", GetPeerUdidList(accessControlProfiles), in ReportGetAllAclProfile()
440 "PEER_UDID_LIST", GetPeerUdidList(accessControlProfiles), in ReportGetAllAclProfile()
558 "PEER_UDID_LIST", GetPeerUdidList(serviceProfiles), in ReportPutServiceProfileBatch()
573 "PEER_UDID_LIST", GetPeerUdidList(serviceProfiles), in ReportPutServiceProfileBatch()
653 "PEER_UDID_LIST", GetPeerUdidList(characteristicProfiles), in ReportPutCharProfileBatch()
668 "PEER_UDID_LIST", GetPeerUdidList(characteristicProfile in ReportPutCharProfileBatch()
1066 std::string DpRadarHelper::GetPeerUdidList(const std::vector<TrustDeviceProfile>& trustDeviceProfiles) GetPeerUdidList() function in OHOS::DistributedDeviceProfile::DpRadarHelper
1109 std::string DpRadarHelper::GetPeerUdidList(const std::vector<AccessControlProfile>& accessControlProfiles) GetPeerUdidList() function in OHOS::DistributedDeviceProfile::DpRadarHelper
1152 std::string DpRadarHelper::GetPeerUdidList(const std::vector<ServiceProfile>& serviceProfiles) GetPeerUdidList() function in OHOS::DistributedDeviceProfile::DpRadarHelper
1195 std::string DpRadarHelper::GetPeerUdidList(const std::vector<CharacteristicProfile>& characteristicProfiles) GetPeerUdidList() function in OHOS::DistributedDeviceProfile::DpRadarHelper
[all...]

Completed in 3 milliseconds