/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | trust_device_profile_test.cpp | 62 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 D | dp_profile_service_test.cpp | 149 TrustDeviceProfile trustDeviceProfile; in HWTEST_F() local 150 int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().GetTrustDeviceProfile(devid, trustDeviceProfile); in HWTEST_F()
|
H A D | distributed_device_profile_stub_new_test.cpp | 39 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 D | profile_change_listener_stub.cpp | 114 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 D | subscribe_profile_manager.h | 38 int32_t NotifyTrustDeviceProfileAdd(const TrustDeviceProfile& trustDeviceProfile); 41 int32_t NotifyTrustDeviceProfileDelete(const TrustDeviceProfile& trustDeviceProfile);
|
/foundation/deviceprofile/device_info_manager/services/core/src/subscribeprofilemanager/ |
H A D | subscribe_profile_manager.cpp | 101 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 D | ipc_utils.cpp | 145 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 D | mock_distributed_device_profile_client.cpp | 34 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 D | trust_profile_manager.cpp | 793 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 D | dp_radar_helper_test.cpp | 63 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 D | distributed_device_profile_client.h | 48 int32_t GetTrustDeviceProfile(const std::string& deviceId, TrustDeviceProfile& trustDeviceProfile);
|
H A D | distributed_device_profile_proxy.h | 44 int32_t GetTrustDeviceProfile(const std::string& deviceId, TrustDeviceProfile& trustDeviceProfile) override;
|
/foundation/deviceprofile/device_info_manager/common/include/interfaces/ |
H A D | i_distributed_device_profile.h | 40 virtual int32_t GetTrustDeviceProfile(const std::string& deviceId, TrustDeviceProfile& trustDeviceProfile) = 0;
|
/foundation/deviceprofile/device_info_manager/services/core/include/trustprofilemanager/ |
H A D | trust_profile_manager.h | 72 TrustDeviceProfile& trustDeviceProfile); 100 TrustDeviceProfile& trustDeviceProfile);
|
/foundation/deviceprofile/device_info_manager/radar/include/ |
H A D | dp_radar_helper.h | 105 const TrustDeviceProfile& trustDeviceProfile);
|
/foundation/deviceprofile/device_info_manager/services/core/include/ |
H A D | distributed_device_profile_service_new.h | 46 int32_t GetTrustDeviceProfile(const std::string& deviceId, TrustDeviceProfile& trustDeviceProfile) override;
|
/foundation/deviceprofile/device_info_manager/services/core/src/ |
H A D | distributed_device_profile_stub_new.cpp | 231 TrustDeviceProfile trustDeviceProfile; in GetTrustDeviceProfileInner() local 232 int32_t ret = GetTrustDeviceProfile(deviceId, trustDeviceProfile); in GetTrustDeviceProfileInner() 237 if (!trustDeviceProfile.Marshalling(reply)) { in GetTrustDeviceProfileInner()
|
H A D | distributed_device_profile_service_new.cpp | 230 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 D | distributed_device_profile_client.cpp | 151 TrustDeviceProfile& trustDeviceProfile) in GetTrustDeviceProfile() 158 return dpService->GetTrustDeviceProfile(deviceId, trustDeviceProfile); in GetTrustDeviceProfile() 150 GetTrustDeviceProfile(const std::string& deviceId, TrustDeviceProfile& trustDeviceProfile) GetTrustDeviceProfile() argument
|
H A D | distributed_device_profile_proxy.cpp | 56 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 D | distributed_device_profile_stub.cpp | 382 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 D | dp_radar_helper.cpp | 255 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 D | mock_distributed_device_profile_client.cpp | 599 TrustDeviceProfile& trustDeviceProfile) in GetTrustDeviceProfile() 598 GetTrustDeviceProfile(const std::string& deviceId, TrustDeviceProfile& trustDeviceProfile) GetTrustDeviceProfile() argument
|