Home
last modified time | relevance | path

Searched defs:parcel (Results 551 - 575 of 1365) sorted by relevance

1...<<21222324252627282930>>...55

/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnet_adj_info.cpp56 sptr<NetAdjInfo> NetAdjInfo::Unmarshalling(Parcel &parcel) in Unmarshalling() argument
[all...]
H A Dnet_interface_config.cpp73 bool NetInterfaceConfiguration::Unmarshalling(Parcel &parcel, NetInterfaceConfiguration &config) in Unmarshalling() argument
[all...]
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/
H A Dinterface_configuration_test.cpp55 Parcel parcel; in HWTEST_F() local
/foundation/communication/dsoftbus/tests/sdk/frame/fuzztest/softbusclientstub2_fuzzer/
H A Dsoftbusclientstub2_fuzzer.cpp108 OHOS::MessageParcel parcel; in LLVMFuzzerTestOneInput() local
/foundation/communication/netmanager_base/frameworks/native/netstatsclient/src/
H A Dnet_stats_info.cpp53 Marshalling(Parcel &parcel, const NetStatsInfo &stats) Marshalling() argument
82 Marshalling(Parcel &parcel, const std::vector<NetStatsInfo> &statsInfos) Marshalling() argument
98 Marshalling(Parcel &parcel, const std::unordered_map<uint32_t, NetStatsInfo> &statsInfos) Marshalling() argument
113 Unmarshalling(Parcel &parcel, std::vector<NetStatsInfo> &statsInfos) Unmarshalling() argument
138 Unmarshalling(Parcel &parcel, std::unordered_map<uint32_t, NetStatsInfo> &statsInfos) Unmarshalling() argument
160 Unmarshalling(Parcel &parcel, NetStatsInfo &stats) Unmarshalling() argument
189 StatsInfoUnmarshallingVector(Parcel &parcel, std::vector<NetStatsInfo> &statsInfos) StatsInfoUnmarshallingVector() argument
[all...]
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_dnsresolv_test/
H A Dnetsys_net_dns_health_data_test.cpp51 ParcelMock parcel; member in OHOS::NetsysNative::NetDnsHealthReportTest
[all...]
/foundation/communication/ipc/interfaces/innerkits/rust/src/
H A Dlib.rs24 pub mod parcel; modules
/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_file_descriptor.cpp73 bool IPCFileDescriptor::Marshalling(Parcel &parcel, const sptr<IPCFileDescriptor> &object) in Marshalling() argument
83 IPCFileDescriptor *IPCFileDescriptor::Unmarshalling(Parcel &parcel) in Unmarshalling() argument
/foundation/communication/netmanager_base/frameworks/native/netpolicyclient/src/
H A Dnet_access_policy.cpp28 int32_t NetworkAccessPolicy::Marshalling(Parcel &parcel, AccessPolicySave& policies, bool flag) in Marshalling() argument
59 int32_t NetworkAccessPolicy::Unmarshalling(Parcel &parcel, AccessPolicySave& policies, bool flag) in Unmarshalling() argument
[all...]
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Duid_range.cpp41 sptr<UidRange> UidRange::Unmarshalling(Parcel &parcel) in Unmarshalling() argument
/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Dprofile_change_notification.cpp63 bool ProfileChangeNotification::Unmarshalling(Parcel& parcel) in Unmarshalling() argument
90 Unmarshalling(Parcel& parcel) Unmarshalling() argument
[all...]
H A Dsync_options.cpp63 bool SyncOptions::Unmarshalling(Parcel& parcel) in Unmarshalling() argument
/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Dservice_profile_test.cpp92 Parcel parcel; in HWTEST_F() local
106 Parcel parcel; in HWTEST_F() local
H A Dsubscribe_info_test.cpp64 Parcel parcel; in HWTEST_F() local
78 Parcel parcel; in HWTEST_F() local
94 Parcel parcel; in HWTEST_F() local
[all...]
H A Dprofile_entry_test.cpp64 Parcel parcel; in HWTEST_F() local
78 Parcel parcel; in HWTEST_F() local
92 Parcel parcel; in HWTEST_F() local
/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/
H A Dnetworkshare_request_parcel_test.cpp59 Parcel parcel; in HWTEST_F() local
H A Dstatic_configuration_test.cpp56 Parcel parcel; in HWTEST_F() local
H A Dinterface_configuration_test.cpp55 Parcel parcel; in HWTEST_F() local
/foundation/communication/nfc/interfaces/inner_api/common/
H A Dce_payment_services_parcelable.cpp43 CePaymentServicesParcelable *CePaymentServicesParcelable::Unmarshalling(Parcel &parcel) in Unmarshalling() argument
H A Dstart_hce_info_parcelable.cpp30 StartHceInfoParcelable::StartHceInfoParcelable(Parcel &parcel) in StartHceInfoParcelable() argument
/foundation/deviceprofile/device_info_manager/old/services/core/test/fuzztest/profilechangenotification_fuzzer/
H A Dprofilechangenotification_fuzzer.cpp55 Parcel parcel; in MarshallingFuzzTest() local
66 Parcel parcel; in UnmarshallingFuzzTest() local
/foundation/communication/netmanager_ext/frameworks/native/netfirewallclient/src/
H A Dnetfirewall_common.cpp39 sptr<NetFirewallPolicy> NetFirewallPolicy::Unmarshalling(Parcel &parcel) in Unmarshalling() argument
89 Unmarshalling(Parcel &parcel) Unmarshalling() argument
143 Unmarshalling(Parcel &parcel) Unmarshalling() argument
205 Unmarshalling(Parcel &parcel) Unmarshalling() argument
[all...]
/foundation/communication/netmanager_ext/frameworks/native/netshareclient/src/
H A Dnetwork_share_request_parcel.cpp49 sptr<NetworkShareRequestParcel> NetworkShareRequestParcel::Unmarshalling(Parcel &parcel) in Unmarshalling() argument
[all...]
/foundation/deviceprofile/device_info_manager/common/test/deviceprofileunittest/
H A Ddevice_profile_test.cpp50 MessageParcel parcel; in HWTEST_F() local
58 MessageParcel parcel; in HWTEST_F() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_row_data_impl.cpp52 int RelationalRowDataImpl::DeSerialize(Parcel &parcel) in DeSerialize() argument
[all...]

Completed in 10 milliseconds

1...<<21222324252627282930>>...55