/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | ipc_utils_test.cpp | 70 ret = IpcUtils::UnMarshalling(parcel, profiles); in HWTEST_F() 76 ret = IpcUtils::UnMarshalling(parcel, profiles); in HWTEST_F() 91 ret = IpcUtils::UnMarshalling(parcel, profiles); in HWTEST_F() 97 ret = IpcUtils::UnMarshalling(parcel, profiles); in HWTEST_F() 112 ret = IpcUtils::UnMarshalling(parcel, profiles); in HWTEST_F() 118 ret = IpcUtils::UnMarshalling(parcel, profiles); in HWTEST_F() 133 ret = IpcUtils::UnMarshalling(parcel, profiles); in HWTEST_F() 139 ret = IpcUtils::UnMarshalling(parcel, profiles); in HWTEST_F() 154 ret = IpcUtils::UnMarshalling(parcel, params); in HWTEST_F() 159 ret = IpcUtils::UnMarshalling(parce in HWTEST_F() [all...] |
H A D | dp_subscribe_info_test.cpp | 223 accesser.UnMarshalling(parcel); in HWTEST_F() 225 accessee.UnMarshalling(parcel); in HWTEST_F() 227 aclProfile.UnMarshalling(parcel); in HWTEST_F() 229 profile.UnMarshalling(parcel); in HWTEST_F() 232 ret = subscribeInfo.UnMarshalling(parcel); in HWTEST_F()
|
/foundation/deviceprofile/device_info_manager/common/include/utils/ |
H A D | ipc_utils.h | 48 static bool UnMarshalling(MessageParcel& parcel, std::vector<TrustDeviceProfile>& trustDeviceProfiles); 49 static bool UnMarshalling(MessageParcel& parcel, std::vector<AccessControlProfile>& aclProfiles); 50 static bool UnMarshalling(MessageParcel& parcel, std::vector<ServiceProfile>& serviceProfiles); 51 static bool UnMarshalling(MessageParcel& parcel, std::vector<CharacteristicProfile>& charProfiles); 52 static bool UnMarshalling(MessageParcel& parcel, std::map<std::string, std::string>& params); 53 static bool UnMarshalling(MessageParcel& parcel, std::map<std::string, 55 static bool UnMarshalling(MessageParcel& parcel, std::unordered_set<ProfileChangeType>& changeTypes);
|
/foundation/deviceprofile/device_info_manager/common/src/interfaces/ |
H A D | profile_change_listener_stub.cpp | 115 if (!trustDeviceProfile.UnMarshalling(data)) { in OnTrustDeviceProfileAddInner() 131 if (!trustDeviceProfile.UnMarshalling(data)) { in OnTrustDeviceProfileDeleteInner() 148 if (!oldTrustDeviceProfile.UnMarshalling(data)) { in OnTrustDeviceProfileUpdateInner() 152 if (!newTrustDeviceProfile.UnMarshalling(data)) { in OnTrustDeviceProfileUpdateInner() 168 if (!deviceProfile.UnMarshalling(data)) { in OnDeviceProfileAddInner() 184 if (!deviceProfile.UnMarshalling(data)) { in OnDeviceProfileDeleteInner() 201 if (!oldDeviceProfile.UnMarshalling(data)) { in OnDeviceProfileUpdateInner() 205 if (!newDeviceProfile.UnMarshalling(data)) { in OnDeviceProfileUpdateInner() 221 if (!serviceProfile.UnMarshalling(data)) { in OnServiceProfileAddInner() 237 if (!serviceProfile.UnMarshalling(dat in OnServiceProfileDeleteInner() [all...] |
H A D | access_control_profile.cpp | 220 bool AccessControlProfile::UnMarshalling(MessageParcel& parcel) in UnMarshalling() function in OHOS::DistributedDeviceProfile::AccessControlProfile 235 accesser_.UnMarshalling(parcel); in UnMarshalling() 236 accessee_.UnMarshalling(parcel); in UnMarshalling()
|
H A D | dp_subscribe_info.cpp | 134 bool SubscribeInfo::UnMarshalling(MessageParcel& parcel) in UnMarshalling() function in OHOS::DistributedDeviceProfile::SubscribeInfo 138 IpcUtils::UnMarshalling(parcel, subscribeChangeTypes_); in UnMarshalling()
|
/foundation/deviceprofile/device_info_manager/common/src/utils/ |
H A D | ipc_utils.cpp | 137 bool IpcUtils::UnMarshalling(MessageParcel& parcel, std::vector<TrustDeviceProfile>& trustDeviceProfiles) in UnMarshalling() function in OHOS::DistributedDeviceProfile::IpcUtils 146 if (!trustDeviceProfile.UnMarshalling(parcel)) { in UnMarshalling() 147 HILOGE("Profile UnMarshalling fail!"); in UnMarshalling() 155 bool IpcUtils::UnMarshalling(MessageParcel& parcel, std::vector<AccessControlProfile>& aclProfiles) in UnMarshalling() function in OHOS::DistributedDeviceProfile::IpcUtils 164 if (!aclProfile.UnMarshalling(parcel)) { in UnMarshalling() 165 HILOGE("Profile UnMarshalling fail!"); in UnMarshalling() 173 bool IpcUtils::UnMarshalling(MessageParcel& parcel, std::vector<ServiceProfile>& serviceProfiles) in UnMarshalling() function in OHOS::DistributedDeviceProfile::IpcUtils 182 if (!serviceProfile.UnMarshalling(parcel)) { in UnMarshalling() 183 HILOGE("Profile UnMarshalling fail!"); in UnMarshalling() 191 bool IpcUtils::UnMarshalling(MessageParce function in OHOS::DistributedDeviceProfile::IpcUtils 209 bool IpcUtils::UnMarshalling(MessageParcel& parcel, std::map<std::string, std::string>& params) UnMarshalling() function in OHOS::DistributedDeviceProfile::IpcUtils 231 bool IpcUtils::UnMarshalling(MessageParcel& parcel, std::map<std::string, UnMarshalling() function in OHOS::DistributedDeviceProfile::IpcUtils 251 bool IpcUtils::UnMarshalling(MessageParcel& parcel, std::unordered_set<ProfileChangeType>& changeTypes) UnMarshalling() function in OHOS::DistributedDeviceProfile::IpcUtils [all...] |
/foundation/deviceprofile/device_info_manager/services/core/src/ |
H A D | distributed_device_profile_stub_new.cpp | 198 if (!accessControlProfile.UnMarshalling(data)) { in PutAccessControlProfileInner() 214 if (!accessControlProfile.UnMarshalling(data)) { in UpdateAccessControlProfileInner() 264 if (!IpcUtils::UnMarshalling(data, queryParams)) { in GetAccessControlProfileInner() 314 if (!serviceProfile.UnMarshalling(data)) { in PutServiceProfileInner() 329 if (!IpcUtils::UnMarshalling(data, serviceProfiles)) { in PutServiceProfileBatchInner() 344 if (!charProfile.UnMarshalling(data)) { in PutCharacteristicProfileInner() 359 if (!IpcUtils::UnMarshalling(data, charProfiles)) { in PutCharacteristicProfileBatchInner() 461 if (!subscribeInfo.UnMarshalling(data)) { in SubscribeDeviceProfileInner() 476 if (!subscribeInfo.UnMarshalling(data)) { in UnSubscribeDeviceProfileInner() 491 if (!syncOptions.UnMarshalling(dat in SyncDeviceProfileInner() [all...] |
/foundation/multimodalinput/input/intention/drag/data/src/ |
H A D | drag_params.cpp | 51 (DragDataPacker::UnMarshalling(parcel, *dragDataPtr_) == RET_OK) in Unmarshalling() 230 return (PreviewStylePacker::UnMarshalling(parcel, previewStyle_) == RET_OK); in Unmarshalling() 249 (PreviewStylePacker::UnMarshalling(parcel, previewStyle_) == RET_OK) && in Unmarshalling() 250 (PreviewAnimationPacker::UnMarshalling(parcel, previewAnimation_) == RET_OK) in Unmarshalling() 275 FI_HILOGE("UnMarshalling rsTransaction failed"); in Unmarshalling() 307 return (SummaryPacker::UnMarshalling(parcel, summary_) == RET_OK); in Unmarshalling()
|
/foundation/deviceprofile/device_info_manager/old/services/core/src/ |
H A D | distributed_device_profile_stub.cpp | 349 if (!accessControlProfile.UnMarshalling(data)) { in PutAccessControlProfileInner() 365 if (!accessControlProfile.UnMarshalling(data)) { in UpdateAccessControlProfileInner() 415 if (!IpcUtils::UnMarshalling(data, queryParams)) { in GetAccessControlProfileInner() 466 if (!serviceProfile.UnMarshalling(data)) { in PutServiceProfileInner() 481 if (!IpcUtils::UnMarshalling(data, serviceProfiles)) { in PutServiceProfileBatchInner() 496 if (!charProfile.UnMarshalling(data)) { in PutCharacteristicProfileInner() 511 if (!IpcUtils::UnMarshalling(data, charProfiles)) { in PutCharacteristicProfileBatchInner() 616 if (!subscribeInfo.UnMarshalling(data)) { in SubscribeDeviceProfileInner() 631 subscribeInfo.UnMarshalling(data); in UnSubscribeDeviceProfileInner() 632 if (!subscribeInfo.UnMarshalling(dat in UnSubscribeDeviceProfileInner() [all...] |
/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/ |
H A D | distributed_device_profile_proxy.cpp | 65 if (!trustDeviceProfile.UnMarshalling(reply)) { in GetTrustDeviceProfile() 80 if (!IpcUtils::UnMarshalling(reply, trustDeviceProfiles)) { in GetAllTrustDeviceProfile() 100 if (!IpcUtils::UnMarshalling(reply, accessControlProfiles)) { in GetAccessControlProfile() 116 if (!IpcUtils::UnMarshalling(reply, accessControlProfiles)) { in GetAllAccessControlProfile() 205 if (!deviceProfile.UnMarshalling(reply)) { in GetDeviceProfile() 223 if (!serviceProfile.UnMarshalling(reply)) { in GetServiceProfile() 242 if (!charProfile.UnMarshalling(reply)) { in GetCharacteristicProfile()
|
/foundation/deviceprofile/device_info_manager/common/include/interfaces/ |
H A D | dp_parcel.h | 29 virtual bool UnMarshalling(MessageParcel& parcel) = 0;
|
H A D | dp_sync_options.h | 39 bool UnMarshalling(MessageParcel& parcel) override;
|
H A D | service_profile.h | 38 bool UnMarshalling(MessageParcel& parcel) override;
|
H A D | accesser.h | 48 bool UnMarshalling(MessageParcel& parcel) override;
|
H A D | accessee.h | 49 bool UnMarshalling(MessageParcel& parcel) override;
|
H A D | characteristic_profile.h | 46 bool UnMarshalling(MessageParcel& parcel) override;
|
/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/src/ |
H A D | bundle_active_proxy.cpp | 77 tmp = tmp->UnMarshalling(reply); in QueryBundleStatsInfoByInterval() 115 tmp = tmp->UnMarshalling(reply); in QueryBundleEvents() 165 tmp = tmp->UnMarshalling(reply); in QueryBundleStatsInfos() 204 tmp = tmp->UnMarshalling(reply); in QueryCurrentBundleEvents() 256 tmp = tmp->UnMarshalling(reply); in QueryModuleUsageRecords() 366 tmp = tmp->UnMarshalling(reply); in IPCCommunication()
|
H A D | bundle_active_module_record.cpp | 100 std::shared_ptr<BundleActiveModuleRecord> BundleActiveModuleRecord::UnMarshalling(Parcel &parcel) in UnMarshalling() function in OHOS::DeviceUsageStats::BundleActiveModuleRecord 121 tmp = tmp->UnMarshalling(parcel); in UnMarshalling()
|
/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/include/ |
H A D | bundle_active_event_stats.h | 90 * function: UnMarshalling, Unmashalling event stats object from parcel. 94 static std::shared_ptr<BundleActiveEventStats> UnMarshalling(Parcel &parcel);
|
H A D | bundle_active_form_record.h | 92 * function: UnMarshalling, Unmashalling record object from parcel. 96 static std::shared_ptr<BundleActiveFormRecord> UnMarshalling(Parcel &parcel);
|
H A D | bundle_active_package_stats.h | 85 * function: UnMarshalling, Unmashalling BundleActivePackageStats object from parcel. 89 static std::shared_ptr<BundleActivePackageStats> UnMarshalling(Parcel &parcel);
|
H A D | bundle_active_module_record.h | 34 static std::shared_ptr<BundleActiveModuleRecord> UnMarshalling(Parcel &parcel);
|
/foundation/deviceprofile/device_info_manager/common/test/deviceprofileunittest/ |
H A D | device_profile_test.cpp | 59 auto result = deviceProfile.UnMarshalling(parcel); in HWTEST_F()
|
/foundation/resourceschedule/device_usage_statistics/test/unittest/ |
H A D | device_usage_statistics_test.cpp | 422 auto tempEventStats = bundleActiveEventStats->UnMarshalling(data); in HWTEST_F() 427 auto tempEvent = bundleActiveEvent->UnMarshalling(data); in HWTEST_F() 451 EXPECT_TRUE(bundleActiveFormRecord->UnMarshalling(data) != nullptr); in HWTEST_F() 488 EXPECT_TRUE(bundleActivePackageStats->UnMarshalling(data) != nullptr); in HWTEST_F() 504 EXPECT_TRUE(bundleActiveModuleRecord->UnMarshalling(data) != nullptr); in HWTEST_F()
|