Home
last modified time | relevance | path

Searched refs:trustDeviceProfile (Results 1 - 23 of 23) sorted by relevance

/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dtrust_device_profile_test.cpp62 TrustDeviceProfile trustDeviceProfile; in HWTEST_F() local
63 trustDeviceProfile.SetDeviceId(deviceId); in HWTEST_F()
64 std::string ret = trustDeviceProfile.GetDeviceId(); in HWTEST_F()
77 TrustDeviceProfile trustDeviceProfile; in HWTEST_F() local
78 trustDeviceProfile.SetDeviceIdType(deviceType); in HWTEST_F()
79 int32_t ret = trustDeviceProfile.GetDeviceIdType(); in HWTEST_F()
92 TrustDeviceProfile trustDeviceProfile; in HWTEST_F() local
93 trustDeviceProfile.SetDeviceIdHash(deviceIdHash); in HWTEST_F()
94 std::string ret = trustDeviceProfile.GetDeviceIdHash(); in HWTEST_F()
107 TrustDeviceProfile trustDeviceProfile; in HWTEST_F() local
122 TrustDeviceProfile trustDeviceProfile; HWTEST_F() local
[all...]
H A Ddp_profile_service_test.cpp149 TrustDeviceProfile trustDeviceProfile; in HWTEST_F() local
150 int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().GetTrustDeviceProfile(devid, trustDeviceProfile); in HWTEST_F()
H A Ddistributed_device_profile_stub_new_test.cpp39 int32_t GetTrustDeviceProfile(const std::string& deviceId, TrustDeviceProfile& trustDeviceProfile) override;
107 TrustDeviceProfile& trustDeviceProfile) in GetTrustDeviceProfile()
110 (void)trustDeviceProfile; in GetTrustDeviceProfile()
106 GetTrustDeviceProfile(const std::string& deviceId, TrustDeviceProfile& trustDeviceProfile) GetTrustDeviceProfile() argument
/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Dprofile_change_listener_stub.cpp114 TrustDeviceProfile trustDeviceProfile; in OnTrustDeviceProfileAddInner() local
115 if (!trustDeviceProfile.UnMarshalling(data)) { in OnTrustDeviceProfileAddInner()
119 OnTrustDeviceProfileAdd(trustDeviceProfile); in OnTrustDeviceProfileAddInner()
130 TrustDeviceProfile trustDeviceProfile; in OnTrustDeviceProfileDeleteInner() local
131 if (!trustDeviceProfile.UnMarshalling(data)) { in OnTrustDeviceProfileDeleteInner()
135 OnTrustDeviceProfileDelete(trustDeviceProfile); in OnTrustDeviceProfileDeleteInner()
/foundation/deviceprofile/device_info_manager/services/core/include/subscribeprofilemanager/
H A Dsubscribe_profile_manager.h38 int32_t NotifyTrustDeviceProfileAdd(const TrustDeviceProfile& trustDeviceProfile);
41 int32_t NotifyTrustDeviceProfileDelete(const TrustDeviceProfile& trustDeviceProfile);
/foundation/deviceprofile/device_info_manager/services/core/src/subscribeprofilemanager/
H A Dsubscribe_profile_manager.cpp101 int32_t SubscribeProfileManager::NotifyTrustDeviceProfileAdd(const TrustDeviceProfile& trustDeviceProfile) in NotifyTrustDeviceProfileAdd() argument
107 HILOGI("%{public}s!", trustDeviceProfile.dump().c_str()); in NotifyTrustDeviceProfileAdd()
115 listenerProxy->OnTrustDeviceProfileAdd(trustDeviceProfile); in NotifyTrustDeviceProfileAdd()
142 int32_t SubscribeProfileManager::NotifyTrustDeviceProfileDelete(const TrustDeviceProfile& trustDeviceProfile) in NotifyTrustDeviceProfileDelete() argument
148 HILOGI("%{public}s!", trustDeviceProfile.dump().c_str()); in NotifyTrustDeviceProfileDelete()
156 listenerProxy->OnTrustDeviceProfileDelete(trustDeviceProfile); in NotifyTrustDeviceProfileDelete()
/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dipc_utils.cpp145 TrustDeviceProfile trustDeviceProfile; in UnMarshalling() local
146 if (!trustDeviceProfile.UnMarshalling(parcel)) { in UnMarshalling()
150 trustDeviceProfiles.emplace_back(trustDeviceProfile); in UnMarshalling()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_base_test/
H A Dmock_distributed_device_profile_client.cpp34 TrustDeviceProfile& trustDeviceProfile) in GetTrustDeviceProfile()
33 GetTrustDeviceProfile(const std::string& deviceId, TrustDeviceProfile& trustDeviceProfile) GetTrustDeviceProfile() argument
/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/
H A Dtrust_profile_manager.cpp793 const AccessControlProfile& accessControlProfile, TrustDeviceProfile& trustDeviceProfile) in ConvertToTrustDeviceProfile()
795 trustDeviceProfile.SetDeviceId(accessControlProfile.GetTrustDeviceId()); in ConvertToTrustDeviceProfile()
796 trustDeviceProfile.SetDeviceIdType(accessControlProfile.GetDeviceIdType()); in ConvertToTrustDeviceProfile()
797 trustDeviceProfile.SetDeviceIdHash(accessControlProfile.GetDeviceIdHash()); in ConvertToTrustDeviceProfile()
798 trustDeviceProfile.SetStatus(accessControlProfile.GetStatus()); in ConvertToTrustDeviceProfile()
799 trustDeviceProfile.SetBindType(accessControlProfile.GetBindType()); in ConvertToTrustDeviceProfile()
1438 std::shared_ptr<ResultSet> trustResultSet, TrustDeviceProfile& trustDeviceProfile) in ConvertToTrustDeviceProfile()
1454 trustDeviceProfile.SetDeviceId(deviceId); in ConvertToTrustDeviceProfile()
1455 trustDeviceProfile.SetDeviceIdType(deviceIdType); in ConvertToTrustDeviceProfile()
1456 trustDeviceProfile in ConvertToTrustDeviceProfile()
792 ConvertToTrustDeviceProfile( const AccessControlProfile& accessControlProfile, TrustDeviceProfile& trustDeviceProfile) ConvertToTrustDeviceProfile() argument
1437 ConvertToTrustDeviceProfile( std::shared_ptr<ResultSet> trustResultSet, TrustDeviceProfile& trustDeviceProfile) ConvertToTrustDeviceProfile() argument
1981 TrustDeviceProfile trustDeviceProfile; DeleteTrustDeviceCheck() local
[all...]
/foundation/deviceprofile/device_info_manager/radar/test/unittest/
H A Ddp_radar_helper_test.cpp63 TrustDeviceProfile trustDeviceProfile; in HWTEST_F() local
66 DpRadarHelper::GetInstance().ReportGetTrustProfile(errCode, deviceId, trustDeviceProfile); in HWTEST_F()
68 DpRadarHelper::GetInstance().ReportGetTrustProfile(errCode, deviceId, trustDeviceProfile); in HWTEST_F()
/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/include/
H A Ddistributed_device_profile_client.h48 int32_t GetTrustDeviceProfile(const std::string& deviceId, TrustDeviceProfile& trustDeviceProfile);
H A Ddistributed_device_profile_proxy.h44 int32_t GetTrustDeviceProfile(const std::string& deviceId, TrustDeviceProfile& trustDeviceProfile) override;
/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Di_distributed_device_profile.h40 virtual int32_t GetTrustDeviceProfile(const std::string& deviceId, TrustDeviceProfile& trustDeviceProfile) = 0;
/foundation/deviceprofile/device_info_manager/services/core/include/trustprofilemanager/
H A Dtrust_profile_manager.h72 TrustDeviceProfile& trustDeviceProfile);
100 TrustDeviceProfile& trustDeviceProfile);
/foundation/deviceprofile/device_info_manager/radar/include/
H A Ddp_radar_helper.h105 const TrustDeviceProfile& trustDeviceProfile);
/foundation/deviceprofile/device_info_manager/services/core/include/
H A Ddistributed_device_profile_service_new.h46 int32_t GetTrustDeviceProfile(const std::string& deviceId, TrustDeviceProfile& trustDeviceProfile) override;
/foundation/deviceprofile/device_info_manager/services/core/src/
H A Ddistributed_device_profile_stub_new.cpp231 TrustDeviceProfile trustDeviceProfile; in GetTrustDeviceProfileInner() local
232 int32_t ret = GetTrustDeviceProfile(deviceId, trustDeviceProfile); in GetTrustDeviceProfileInner()
237 if (!trustDeviceProfile.Marshalling(reply)) { in GetTrustDeviceProfileInner()
H A Ddistributed_device_profile_service_new.cpp230 TrustDeviceProfile& trustDeviceProfile) in GetTrustDeviceProfile()
236 int32_t ret = TrustProfileManager::GetInstance().GetTrustDeviceProfile(deviceId, trustDeviceProfile); in GetTrustDeviceProfile()
237 DpRadarHelper::GetInstance().ReportGetTrustProfile(ret, deviceId, trustDeviceProfile); in GetTrustDeviceProfile()
229 GetTrustDeviceProfile(const std::string& deviceId, TrustDeviceProfile& trustDeviceProfile) GetTrustDeviceProfile() argument
/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/
H A Ddistributed_device_profile_client.cpp151 TrustDeviceProfile& trustDeviceProfile) in GetTrustDeviceProfile()
158 return dpService->GetTrustDeviceProfile(deviceId, trustDeviceProfile); in GetTrustDeviceProfile()
150 GetTrustDeviceProfile(const std::string& deviceId, TrustDeviceProfile& trustDeviceProfile) GetTrustDeviceProfile() argument
H A Ddistributed_device_profile_proxy.cpp56 TrustDeviceProfile& trustDeviceProfile) in GetTrustDeviceProfile()
65 if (!trustDeviceProfile.UnMarshalling(reply)) { in GetTrustDeviceProfile()
55 GetTrustDeviceProfile(const std::string& deviceId, TrustDeviceProfile& trustDeviceProfile) GetTrustDeviceProfile() argument
/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_stub.cpp382 TrustDeviceProfile trustDeviceProfile; in GetTrustDeviceProfileInner() local
383 int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().GetTrustDeviceProfile(deviceId, trustDeviceProfile); in GetTrustDeviceProfileInner()
388 if (!trustDeviceProfile.Marshalling(reply)) { in GetTrustDeviceProfileInner()
/foundation/deviceprofile/device_info_manager/radar/src/
H A Ddp_radar_helper.cpp255 const TrustDeviceProfile& trustDeviceProfile) in ReportGetTrustProfile()
274 "EXTRA_INFO", trustDeviceProfile.dump()); in ReportGetTrustProfile()
290 "EXTRA_INFO", trustDeviceProfile.dump()); in ReportGetTrustProfile()
254 ReportGetTrustProfile(int32_t errCode, const std::string& deviceId, const TrustDeviceProfile& trustDeviceProfile) ReportGetTrustProfile() argument
/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Dmock_distributed_device_profile_client.cpp599 TrustDeviceProfile& trustDeviceProfile) in GetTrustDeviceProfile()
598 GetTrustDeviceProfile(const std::string& deviceId, TrustDeviceProfile& trustDeviceProfile) GetTrustDeviceProfile() argument

Completed in 19 milliseconds