/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | ipc_utils_test.cpp | 70 ret = IpcUtils::UnMarshalling(parcel, profiles); 76 ret = IpcUtils::UnMarshalling(parcel, profiles); 91 ret = IpcUtils::UnMarshalling(parcel, profiles); 97 ret = IpcUtils::UnMarshalling(parcel, profiles); 112 ret = IpcUtils::UnMarshalling(parcel, profiles); 118 ret = IpcUtils::UnMarshalling(parcel, profiles); 133 ret = IpcUtils::UnMarshalling(parcel, profiles); 139 ret = IpcUtils::UnMarshalling(parcel, profiles); 154 ret = IpcUtils::UnMarshalling(parcel, params); 159 ret = IpcUtils::UnMarshalling(parcel, params); [all …]
|
H A D | dp_subscribe_info_test.cpp | 223 accesser.UnMarshalling(parcel); 225 accessee.UnMarshalling(parcel); 227 aclProfile.UnMarshalling(parcel); 229 profile.UnMarshalling(parcel); 232 ret = subscribeInfo.UnMarshalling(parcel);
|
/ohos5.0/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() 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(data)) { in OnServiceProfileDeleteInner() 254 if (!oldServiceProfile.UnMarshalling(data)) { in OnServiceProfileUpdateInner() [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()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/utils/ |
H A D | ipc_utils.h | 48 …static bool UnMarshalling(MessageParcel& parcel, std::vector<TrustDeviceProfile>& trustDeviceProfi… 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>& changeType…
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/ |
H A D | ipc_utils.cpp | 146 if (!trustDeviceProfile.UnMarshalling(parcel)) { 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() 173 bool IpcUtils::UnMarshalling(MessageParcel& parcel, std::vector<ServiceProfile>& serviceProfiles) in UnMarshalling() function in OHOS::DistributedDeviceProfile::IpcUtils 182 if (!serviceProfile.UnMarshalling(parcel)) { in UnMarshalling() 191 bool IpcUtils::UnMarshalling(MessageParcel& parcel, std::vector<CharacteristicProfile>& charProfile… in UnMarshalling() function in OHOS::DistributedDeviceProfile::IpcUtils 200 if (!charProfile.UnMarshalling(parcel)) { in UnMarshalling() 209 bool IpcUtils::UnMarshalling(MessageParcel& parcel, std::map<std::string, std::string>& params) in UnMarshalling() function in OHOS::DistributedDeviceProfile::IpcUtils 231 bool IpcUtils::UnMarshalling(MessageParcel& parcel, std::map<std::string, in UnMarshalling() function in OHOS::DistributedDeviceProfile::IpcUtils 241 if (!subscribeInfo.UnMarshalling(parcel)) { in UnMarshalling() [all …]
|
/ohos5.0/drivers/external_device_manager/interfaces/innerkits/ |
H A D | driver_ext_mgr_types.h | 36 static bool UnMarshalling(MessageParcel &parcel, ErrMsg &data); 47 static std::shared_ptr<DeviceData> UnMarshalling(MessageParcel &parcel); 60 static std::shared_ptr<DeviceData> UnMarshalling(MessageParcel &parcel); 71 static std::shared_ptr<DeviceInfoData> UnMarshalling(MessageParcel &parcel); 86 static std::shared_ptr<USBInterfaceDesc> UnMarshalling(MessageParcel &parcel); 99 static std::shared_ptr<USBDeviceInfoData> UnMarshalling(MessageParcel &parcel); 110 static std::shared_ptr<DriverInfoData> UnMarshalling(MessageParcel &parcel); 127 static std::shared_ptr<USBDriverInfoData> UnMarshalling(MessageParcel &parcel);
|
/ohos5.0/drivers/external_device_manager/services/zidl/src/ |
H A D | driver_ext_mgr_types.cpp | 36 bool ErrMsg::UnMarshalling(MessageParcel &parcel, ErrMsg &data) in UnMarshalling() function in OHOS::ExternalDeviceManager::ErrMsg 91 std::shared_ptr<DeviceData> DeviceData::UnMarshalling(MessageParcel &parcel) in UnMarshalling() function in OHOS::ExternalDeviceManager::DeviceData 109 device = USBDevice::UnMarshalling(parcel); in UnMarshalling() 131 std::shared_ptr<DeviceData> USBDevice::UnMarshalling(MessageParcel &parcel) in UnMarshalling() function in OHOS::ExternalDeviceManager::USBDevice 251 std::shared_ptr<DeviceInfoData> DeviceInfoData::UnMarshalling(MessageParcel &parcel) in UnMarshalling() function in OHOS::ExternalDeviceManager::DeviceInfoData 279 deviceInfo = USBDeviceInfoData::UnMarshalling(parcel); in UnMarshalling() 323 std::shared_ptr<USBDeviceInfoData> USBDeviceInfoData::UnMarshalling(MessageParcel &parcel) in UnMarshalling() function in OHOS::ExternalDeviceManager::USBDeviceInfoData 341 std::shared_ptr<USBInterfaceDesc> desc = USBInterfaceDesc::UnMarshalling(parcel); in UnMarshalling() 351 std::shared_ptr<USBInterfaceDesc> USBInterfaceDesc::UnMarshalling(MessageParcel &parcel) in UnMarshalling() function in OHOS::ExternalDeviceManager::USBInterfaceDesc 469 std::shared_ptr<DriverInfoData> DriverInfoData::UnMarshalling(MessageParcel &parcel) in UnMarshalling() function in OHOS::ExternalDeviceManager::DriverInfoData [all …]
|
H A D | driver_ext_mgr_callback_stub.cpp | 45 if (!ErrMsg::UnMarshalling(data, errMsg)) { in StubOnConnect() 72 if (!ErrMsg::UnMarshalling(data, errMsg)) { in StubOnDisconnect() 92 if (!ErrMsg::UnMarshalling(data, errMsg)) { in StubOnUnBind()
|
/ohos5.0/base/msdp/device_status/utils/common/include/ |
H A D | drag_data_packer.h | 35 static int32_t UnMarshalling(Parcel &data, DragData &dragData, bool isCross = false); 42 …static int32_t UnMarshalling(Parcel &data, std::vector<ShadowInfo> &shadowInfos, bool isCross = fa… 51 static int32_t UnMarshalling(Parcel &parcel, SummaryMap &val); 57 static int32_t UnMarshalling(Parcel &parcel, ShadowOffset &shadowOffset);
|
H A D | preview_style_packer.h | 30 static int32_t UnMarshalling(Parcel &data, PreviewStyle &previewStyle); 36 static int32_t UnMarshalling(Parcel &data, PreviewAnimation &previewAnimation);
|
/ohos5.0/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(data)) { in SyncDeviceProfileInner() [all …]
|
/ohos5.0/base/msdp/device_status/utils/common/src/ |
H A D | drag_data_packer.cpp | 56 int32_t DragDataPacker::UnMarshalling(Parcel &data, DragData &dragData, bool isCross) in UnMarshalling() function in OHOS::Msdp::DeviceStatus::DragDataPacker 59 if (ShadowPacker::UnMarshalling(data, dragData.shadowInfos, isCross) != RET_OK) { in UnMarshalling() 76 if (SummaryPacker::UnMarshalling(data, dragData.summarys) != RET_OK) { in UnMarshalling() 123 int32_t ShadowPacker::UnMarshalling(Parcel &data, std::vector<ShadowInfo> &shadowInfos, bool isCros… in UnMarshalling() function in OHOS::Msdp::DeviceStatus::ShadowPacker 210 int32_t SummaryPacker::UnMarshalling(Parcel &parcel, SummaryMap &val) in UnMarshalling() function in OHOS::Msdp::DeviceStatus::SummaryPacker 236 int32_t ShadowOffsetPacker::UnMarshalling(Parcel &parcel, ShadowOffset&shadowOffset) in UnMarshalling() function in OHOS::Msdp::DeviceStatus::ShadowOffsetPacker
|
H A D | preview_style_packer.cpp | 43 int32_t PreviewStylePacker::UnMarshalling(Parcel &data, PreviewStyle &previewStyle) in UnMarshalling() function in OHOS::Msdp::DeviceStatus::PreviewStylePacker 65 int32_t PreviewAnimationPacker::UnMarshalling(Parcel &data, PreviewAnimation &previewAnimation) in UnMarshalling() function in OHOS::Msdp::DeviceStatus::PreviewAnimationPacker
|
/ohos5.0/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() 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(data)) { in UnSubscribeDeviceProfileInner() 647 if (!syncOptions.UnMarshalling(data)) { in SyncDeviceProfileNewInner() [all …]
|
/ohos5.0/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()
|
/ohos5.0/base/msdp/device_status/frameworks/native/interaction/src/ |
H A D | drag_data_util.cpp | 31 int32_t DragDataUtil::UnMarshalling(Parcel &data, DragData &dragData, bool isCross) in UnMarshalling() function in OHOS::Msdp::DeviceStatus::DragDataUtil 33 return DragDataPacker::UnMarshalling(data, dragData, isCross); in UnMarshalling()
|
/ohos5.0/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() 307 return (SummaryPacker::UnMarshalling(parcel, summary_) == RET_OK); in Unmarshalling()
|
/ohos5.0/base/msdp/device_status/intention/drag/data/src/ |
H A D | drag_params.cpp | 51 (DragDataPacker::UnMarshalling(parcel, *dragDataPtr_) == RET_OK) in Unmarshalling() 216 return (PreviewStylePacker::UnMarshalling(parcel, previewStyle_) == RET_OK); in Unmarshalling() 235 (PreviewStylePacker::UnMarshalling(parcel, previewStyle_) == RET_OK) && in Unmarshalling() 236 (PreviewAnimationPacker::UnMarshalling(parcel, previewAnimation_) == RET_OK) in Unmarshalling() 335 return (SummaryPacker::UnMarshalling(parcel, summary_) == RET_OK); in Unmarshalling()
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/src/ |
H A D | bundle_active_proxy.cpp | 93 tmp = tmp->UnMarshalling(reply); in QueryBundleStatsInfoByInterval() 131 tmp = tmp->UnMarshalling(reply); in QueryBundleEvents() 181 tmp = tmp->UnMarshalling(reply); in QueryBundleStatsInfos() 220 tmp = tmp->UnMarshalling(reply); in QueryCurrentBundleEvents() 272 tmp = tmp->UnMarshalling(reply); in QueryModuleUsageRecords() 382 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()
|
/ohos5.0/base/msdp/device_status/utils/common/ |
H A D | libdevicestatus_util_map | 51 …"OHOS::Msdp::DeviceStatus::DragDataPacker::UnMarshalling(OHOS::Parcel&, OHOS::Msdp::DeviceStatus::… 57 …"OHOS::Msdp::DeviceStatus::ShadowOffsetPacker::UnMarshalling(OHOS::Parcel&, OHOS::Msdp::DeviceStat… 58 …"OHOS::Msdp::DeviceStatus::SummaryPacker::UnMarshalling(OHOS::Parcel&, std::__h::map<std::__h::bas… 60 …"OHOS::Msdp::DeviceStatus::SummaryPacker::UnMarshalling(OHOS::Parcel&, std::__h::map<std::__h::bas… 63 …"OHOS::Msdp::DeviceStatus::PreviewStylePacker::UnMarshalling(OHOS::Parcel&, OHOS::Msdp::DeviceStat… 65 …"OHOS::Msdp::DeviceStatus::PreviewAnimationPacker::UnMarshalling(OHOS::Parcel&, OHOS::Msdp::Device…
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/test/unittest/ |
H A D | device_usage_statistics_test.cpp | 457 auto tempEventStats = bundleActiveEventStats->UnMarshalling(data); 462 auto tempEvent = bundleActiveEvent->UnMarshalling(data); 486 EXPECT_TRUE(bundleActiveFormRecord->UnMarshalling(data) != nullptr); 523 EXPECT_TRUE(bundleActivePackageStats->UnMarshalling(data) != nullptr); 539 EXPECT_TRUE(bundleActiveModuleRecord->UnMarshalling(data) != nullptr);
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/ |
H A D | dp_parcel.h | 29 virtual bool UnMarshalling(MessageParcel& parcel) = 0;
|