Home
last modified time | relevance | path

Searched refs:ReadString (Results 1 - 25 of 594) sorted by relevance

12345678910>>...24

/foundation/communication/netmanager_ext/frameworks/native/netvpnclient/src/
H A Dl2tpvpn_config.cpp54 parcel.ReadString(ptr->ipsecConf_) && in Unmarshalling()
55 parcel.ReadString(ptr->ipsecSecrets_) && in Unmarshalling()
56 parcel.ReadString(ptr->optionsL2tpdClient_) && in Unmarshalling()
57 parcel.ReadString(ptr->xl2tpdConf_) && in Unmarshalling()
58 parcel.ReadString(ptr->l2tpSharedKey_) && in Unmarshalling()
59 parcel.ReadString(ptr->ipsecPreSharedKey_) && in Unmarshalling()
60 parcel.ReadString(ptr->ipsecIdentifier_) && in Unmarshalling()
61 parcel.ReadString(ptr->strongswanConf_) && in Unmarshalling()
62 parcel.ReadString(ptr->ipsecCaCertConf_) && in Unmarshalling()
63 parcel.ReadString(pt in Unmarshalling()
[all...]
H A Dipsecvpn_config.cpp50 parcel.ReadString(ptr->ipsecPreSharedKey_) && in Unmarshalling()
51 parcel.ReadString(ptr->ipsecIdentifier_) && in Unmarshalling()
52 parcel.ReadString(ptr->swanctlConf_) && in Unmarshalling()
53 parcel.ReadString(ptr->strongswanConf_) && in Unmarshalling()
54 parcel.ReadString(ptr->ipsecCaCertConf_) && in Unmarshalling()
55 parcel.ReadString(ptr->ipsecPrivateUserCertConf_) && in Unmarshalling()
56 parcel.ReadString(ptr->ipsecPublicUserCertConf_) && in Unmarshalling()
57 parcel.ReadString(ptr->ipsecPrivateServerCertConf_) && in Unmarshalling()
58 parcel.ReadString(ptr->ipsecPublicServerCertConf_) && in Unmarshalling()
59 parcel.ReadString(pt in Unmarshalling()
[all...]
H A Dopenvpn_config.cpp77 if (!parcel.ReadString(ptr->ovpnPort_)) { in Unmarshalling()
85 if (!parcel.ReadString(ptr->ovpnConfig_)) { in Unmarshalling()
93 if (!parcel.ReadString(ptr->askpass_)) { in Unmarshalling()
97 if (!parcel.ReadString(ptr->ovpnConfigFilePath_)) { in Unmarshalling()
101 if (!parcel.ReadString(ptr->ovpnCaCertFilePath_)) { in Unmarshalling()
105 if (!parcel.ReadString(ptr->ovpnUserCertFilePath_)) { in Unmarshalling()
109 if (!parcel.ReadString(ptr->ovpnPrivateKeyFilePath_)) { in Unmarshalling()
/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_client_callback_stub.cpp116 std::string ifname = data.ReadString(); in RemoteOnIpSuccessChanged()
123 result.strYourCli = data.ReadString(); in RemoteOnIpSuccessChanged()
124 result.strServer = data.ReadString(); in RemoteOnIpSuccessChanged()
125 result.strSubnet = data.ReadString(); in RemoteOnIpSuccessChanged()
126 result.strDns1 = data.ReadString(); in RemoteOnIpSuccessChanged()
127 result.strDns2 = data.ReadString(); in RemoteOnIpSuccessChanged()
128 result.strRouter1 = data.ReadString(); in RemoteOnIpSuccessChanged()
129 result.strRouter2 = data.ReadString(); in RemoteOnIpSuccessChanged()
130 result.strVendor = data.ReadString(); in RemoteOnIpSuccessChanged()
131 result.strLinkIpv6Addr = data.ReadString(); in RemoteOnIpSuccessChanged()
[all...]
H A Ddhcp_client_callback_stub_lite.cpp129 std::string ifname = (char *)ReadString(data, &readLen); in RemoteOnIpSuccessChanged()
137 result.strYourCli = (char *)ReadString(data, &readLen); in RemoteOnIpSuccessChanged()
138 result.strServer = (char *)ReadString(data, &readLen); in RemoteOnIpSuccessChanged()
139 result.strSubnet = (char *)ReadString(data, &readLen); in RemoteOnIpSuccessChanged()
140 result.strDns1 = (char *)ReadString(data, &readLen); in RemoteOnIpSuccessChanged()
141 result.strDns2 = (char *)ReadString(data, &readLen); in RemoteOnIpSuccessChanged()
142 result.strRouter1 = (char *)ReadString(data, &readLen); in RemoteOnIpSuccessChanged()
143 result.strRouter2 = (char *)ReadString(data, &readLen); in RemoteOnIpSuccessChanged()
144 result.strVendor = (char *)ReadString(data, &readLen); in RemoteOnIpSuccessChanged()
145 result.strLinkIpv6Addr = (char *)ReadString(dat in RemoteOnIpSuccessChanged()
[all...]
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Ddhcp_result_parcel.cpp38 ptr->iface_ = parcel.ReadString(); in Unmarshalling()
39 ptr->ipAddr_ = parcel.ReadString(); in Unmarshalling()
40 ptr->gateWay_ = parcel.ReadString(); in Unmarshalling()
41 ptr->subNet_ = parcel.ReadString(); in Unmarshalling()
42 ptr->route1_ = parcel.ReadString(); in Unmarshalling()
43 ptr->route2_ = parcel.ReadString(); in Unmarshalling()
44 ptr->dns1_ = parcel.ReadString(); in Unmarshalling()
45 ptr->dns2_ = parcel.ReadString(); in Unmarshalling()
H A Dnetsys_net_diag_data.cpp72 if (!parcel.ReadString(pingOption.destination_)) { in Unmarshalling()
75 if (!parcel.ReadString(pingOption.source_)) { in Unmarshalling()
139 if (!parcel.ReadString(icmpSeq.from_)) { in Unmarshalling()
183 if (!parcel.ReadString(pingResult.host_)) { in Unmarshalling()
186 if (!parcel.ReadString(pingResult.ipAddr_)) { in Unmarshalling()
247 if (!parcel.ReadString(routeTable.destination_)) { in Unmarshalling()
250 if (!parcel.ReadString(routeTable.gateway_)) { in Unmarshalling()
253 if (!parcel.ReadString(routeTable.mask_)) { in Unmarshalling()
256 if (!parcel.ReadString(routeTable.iface_)) { in Unmarshalling()
259 if (!parcel.ReadString(routeTabl in Unmarshalling()
[all...]
/foundation/bundlemanager/app_domain_verify/interfaces/inner_api/common/src/
H A Dskill_uri.cpp35 if (parcel.ReadString(scheme) && parcel.ReadString(host)) { in ReadFromParcel()
37 port = parcel.ReadString(); in ReadFromParcel()
38 path = parcel.ReadString(); in ReadFromParcel()
39 pathStartWith = parcel.ReadString(); in ReadFromParcel()
40 pathRegex = parcel.ReadString(); in ReadFromParcel()
41 type = parcel.ReadString(); in ReadFromParcel()
/foundation/ability/dmsfwk/interfaces/innerkits/distributed_event/src/
H A Ddms_listener_stub.cpp75 eventNotify.srcNetworkId_ = data.ReadString(); in DSchedEventNotifyInner()
76 eventNotify.dstNetworkId_ = data.ReadString(); in DSchedEventNotifyInner()
77 eventNotify.srcBundleName_ = data.ReadString(); in DSchedEventNotifyInner()
78 eventNotify.srcModuleName_ = data.ReadString(); in DSchedEventNotifyInner()
79 eventNotify.srcAbilityName_ = data.ReadString(); in DSchedEventNotifyInner()
80 eventNotify.destBundleName_ = data.ReadString(); in DSchedEventNotifyInner()
81 eventNotify.destModuleName_ = data.ReadString(); in DSchedEventNotifyInner()
82 eventNotify.destAbilityName_ = data.ReadString(); in DSchedEventNotifyInner()
83 eventNotify.developerId_ = data.ReadString(); in DSchedEventNotifyInner()
H A Ddms_client.cpp116 continueInfo.dstNetworkId_ = reply.ReadString(); in GetContinueInfo()
117 continueInfo.srcNetworkId_ = reply.ReadString(); in GetContinueInfo()
128 event.srcNetworkId_ = reply.ReadString(); in GetDecodeDSchedEventNotify()
129 event.dstNetworkId_ = reply.ReadString(); in GetDecodeDSchedEventNotify()
130 event.srcBundleName_ = reply.ReadString(); in GetDecodeDSchedEventNotify()
131 event.srcModuleName_ = reply.ReadString(); in GetDecodeDSchedEventNotify()
132 event.srcAbilityName_ = reply.ReadString(); in GetDecodeDSchedEventNotify()
133 event.destBundleName_ = reply.ReadString(); in GetDecodeDSchedEventNotify()
134 event.destModuleName_ = reply.ReadString(); in GetDecodeDSchedEventNotify()
135 event.destAbilityName_ = reply.ReadString(); in GetDecodeDSchedEventNotify()
[all...]
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_server_stub.cpp124 std::string ifName = data.ReadString(); in OnRegisterCallBack()
138 std::string ifName = data.ReadString(); in OnStartDhcpServer()
151 std::string ifName = data.ReadString(); in OnStopDhcpServer()
161 std::string tagName = data.ReadString(); in OnSetDhcpName()
162 std::string ifname = data.ReadString(); in OnSetDhcpName()
176 range.strTagName = data.ReadString(); in OnSetDhcpRange()
177 range.strStartip = data.ReadString(); in OnSetDhcpRange()
178 range.strEndip = data.ReadString(); in OnSetDhcpRange()
179 range.strSubnet = data.ReadString(); in OnSetDhcpRange()
180 std::string ifname = data.ReadString(); in OnSetDhcpRange()
[all...]
H A Ddhcp_server_stub_lite.cpp101 std::string ifName = (char *)ReadString(req, &readLen); in OnRegisterCallBack()
118 std::string ifName = (char *)ReadString(req, &readLen); in OnStartDhcpServer()
132 std::string ifName = (char *)ReadString(req, &readLen); in OnStopDhcpServer()
143 std::string tagName = (char *)ReadString(req, &readLen); in OnSetDhcpName()
144 std::string ifName = (char *)ReadString(req, &readLen); in OnSetDhcpName()
158 range.strTagName = (char *)ReadString(req, &readLen); in OnSetDhcpRange()
159 range.strStartip = (char *)ReadString(req, &readLen); in OnSetDhcpRange()
160 range.strEndip = (char *)ReadString(req, &readLen); in OnSetDhcpRange()
161 range.strSubnet = (char *)ReadString(req, &readLen); in OnSetDhcpRange()
162 std::string ifname = (char *)ReadString(re in OnSetDhcpRange()
[all...]
/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/audio_source/src/
H A Ddaudio_ipc_callback_stub.cpp63 std::string networkId = data.ReadString(); in OnNotifyRegResultInner()
64 std::string dhId = data.ReadString(); in OnNotifyRegResultInner()
65 std::string reqId = data.ReadString(); in OnNotifyRegResultInner()
67 std::string resultData = data.ReadString(); in OnNotifyRegResultInner()
75 std::string networkId = data.ReadString(); in OnNotifyUnregResultInner()
76 std::string dhId = data.ReadString(); in OnNotifyUnregResultInner()
77 std::string reqId = data.ReadString(); in OnNotifyUnregResultInner()
79 std::string resultData = data.ReadString(); in OnNotifyUnregResultInner()
87 std::string networkId = data.ReadString(); in OnHardwareStateChangedInner()
88 std::string dhId = data.ReadString(); in OnHardwareStateChangedInner()
[all...]
/foundation/distributedhardware/distributed_input/interfaces/ipc/src/
H A Dinput_node_listener_stub.cpp41 std::string srcDevId = data.ReadString(); in OnRemoteRequest()
42 std::string sinkDevId = data.ReadString(); in OnRemoteRequest()
43 std::string sinkNodeId = data.ReadString(); in OnRemoteRequest()
44 std::string sinkNodeDesc = data.ReadString(); in OnRemoteRequest()
49 std::string srcDevId = data.ReadString(); in OnRemoteRequest()
50 std::string sinkDevId = data.ReadString(); in OnRemoteRequest()
51 std::string sinkNodeId = data.ReadString(); in OnRemoteRequest()
H A Dstart_stop_result_call_back_stub.cpp41 std::string srcId = data.ReadString(); in OnRemoteRequest()
42 std::string sinkId = data.ReadString(); in OnRemoteRequest()
50 std::string dhId = data.ReadString(); in OnRemoteRequest()
58 std::string srcId = data.ReadString(); in OnRemoteRequest()
59 std::string sinkId = data.ReadString(); in OnRemoteRequest()
67 std::string dhId = data.ReadString(); in OnRemoteRequest()
/foundation/filemanagement/app_file_service/frameworks/native/backup_kit_inner/src/
H A Dservice_reverse_stub.cpp116 auto bundleName = data.ReadString(); in CmdBackupOnFileReady()
117 auto fileName = data.ReadString(); in CmdBackupOnFileReady()
130 std::string result = data.ReadString(); in CmdBackupOnResultReport()
131 std::string bundleName = data.ReadString(); in CmdBackupOnResultReport()
139 auto bundleName = data.ReadString(); in CmdBackupOnBundleStarted()
147 auto bundleName = data.ReadString(); in CmdBackupOnBundleFinished()
161 std::string bundleName = data.ReadString(); in CmdBackupOnProcessInfo()
162 std::string processInfo = data.ReadString(); in CmdBackupOnProcessInfo()
170 auto bundleName = data.ReadString(); in CmdRestoreOnBundleStarted()
178 auto bundleName = data.ReadString(); in CmdRestoreOnBundleFinished()
[all...]
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dpage_state_data.cpp25 bundleName = parcel.ReadString(); in ReadFromParcel()
26 moduleName = parcel.ReadString(); in ReadFromParcel()
27 abilityName = parcel.ReadString(); in ReadFromParcel()
28 pageName = parcel.ReadString(); in ReadFromParcel()
29 targetBundleName = parcel.ReadString(); in ReadFromParcel()
30 targetModuleName = parcel.ReadString(); in ReadFromParcel()
/foundation/distributedhardware/distributed_audio/services/audiomanager/servicesource/src/
H A Ddaudio_source_stub.cpp96 std::string param = data.ReadString(); in InitSourceInner()
123 std::string networkId = data.ReadString(); in RegisterDistributedHardwareInner()
124 std::string dhId = data.ReadString(); in RegisterDistributedHardwareInner()
125 std::string version = data.ReadString(); in RegisterDistributedHardwareInner()
126 std::string attrs = data.ReadString(); in RegisterDistributedHardwareInner()
127 std::string reqId = data.ReadString(); in RegisterDistributedHardwareInner()
144 std::string networkId = data.ReadString(); in UnregisterDistributedHardwareInner()
145 std::string dhId = data.ReadString(); in UnregisterDistributedHardwareInner()
146 std::string reqId = data.ReadString(); in UnregisterDistributedHardwareInner()
160 std::string networkId = data.ReadString(); in ConfigDistributedHardwareInner()
[all...]
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/camera_source/src/callback/
H A Ddcamera_source_callback_stub.cpp69 std::string devId = data.ReadString(); in NotifyRegResultInner()
70 std::string dhId = data.ReadString(); in NotifyRegResultInner()
71 std::string reqId = data.ReadString(); in NotifyRegResultInner()
73 std::string result = data.ReadString(); in NotifyRegResultInner()
90 std::string devId = data.ReadString(); in NotifyUnregResultInner()
91 std::string dhId = data.ReadString(); in NotifyUnregResultInner()
92 std::string reqId = data.ReadString(); in NotifyUnregResultInner()
94 std::string result = data.ReadString(); in NotifyUnregResultInner()
109 std::string devId = data.ReadString(); in OnHardwareStateChangedInner()
110 std::string dhId = data.ReadString(); in OnHardwareStateChangedInner()
[all...]
/foundation/distributedhardware/device_manager/services/service/src/ipc/standard/
H A Dipc_cmd_parser.cpp95 targetId.deviceId = parcel.ReadString(); in DecodePeerTargetId()
96 targetId.brMac = parcel.ReadString(); in DecodePeerTargetId()
97 targetId.bleMac = parcel.ReadString(); in DecodePeerTargetId()
98 targetId.wifiIp = parcel.ReadString(); in DecodePeerTargetId()
104 caller.accountId = parcel.ReadString(); in DecodeDmAccessCaller()
105 caller.pkgName = parcel.ReadString(); in DecodeDmAccessCaller()
106 caller.networkId = parcel.ReadString(); in DecodeDmAccessCaller()
109 caller.extra = parcel.ReadString(); in DecodeDmAccessCaller()
114 callee.accountId = parcel.ReadString(); in DecodeDmAccessCallee()
115 callee.networkId = parcel.ReadString(); in DecodeDmAccessCallee()
[all...]
/foundation/arkui/ace_engine/adapter/ohos/services/uiservice/src/
H A Dui_service_stub.cpp56 const std::string& name = data.ReadString(); in OnPushCallBackInner()
57 const std::string& jsonPath = data.ReadString(); in OnPushCallBackInner()
58 const std::string& dataStr = data.ReadString(); in OnPushCallBackInner()
59 const std::string& extraData = data.ReadString(); in OnPushCallBackInner()
70 const std::string& source = data.ReadString(); in OnReturnRequestInner()
71 const std::string& dataStr = data.ReadString(); in OnReturnRequestInner()
72 const std::string& extraData = data.ReadString(); in OnReturnRequestInner()
83 const std::string& name = data.ReadString(); in OnRequestCallBackInner()
84 const std::string& dataStr = data.ReadString(); in OnRequestCallBackInner()
/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnotify_callback_stub.cpp69 std::string addr = data.ReadString(); in CmdOnInterfaceAddressUpdated()
70 std::string ifName = data.ReadString(); in CmdOnInterfaceAddressUpdated()
85 std::string addr = data.ReadString(); in CmdOnInterfaceAddressRemoved()
86 std::string ifName = data.ReadString(); in CmdOnInterfaceAddressRemoved()
101 std::string ifName = data.ReadString(); in CmdOnInterfaceAdded()
113 std::string ifName = data.ReadString(); in CmdOnInterfaceRemoved()
126 std::string ifName = data.ReadString(); in CmdOnInterfaceChanged()
140 std::string ifName = data.ReadString(); in CmdOnInterfaceLinkStateChanged()
155 std::string route = data.ReadString(); in CmdOnRouteChanged()
156 std::string gateway = data.ReadString(); in CmdOnRouteChanged()
[all...]
/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_source/src/callback/
H A Ddscreen_source_callback_stub.cpp59 std::string devId = data.ReadString(); in OnNotifyRegResultInner()
60 std::string dhId = data.ReadString(); in OnNotifyRegResultInner()
61 std::string reqId = data.ReadString(); in OnNotifyRegResultInner()
63 std::string resultDataStr = data.ReadString(); in OnNotifyRegResultInner()
77 std::string devId = data.ReadString(); in OnNotifyUnregResultInner()
78 std::string dhId = data.ReadString(); in OnNotifyUnregResultInner()
79 std::string reqId = data.ReadString(); in OnNotifyUnregResultInner()
81 std::string resultData = data.ReadString(); in OnNotifyUnregResultInner()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcamera/
H A Ddistributed_camera_source_stub.cpp92 std::string params = data.ReadString(); in InitSourceInner()
145 std::string devId = data.ReadString(); in RegisterDistributedHardwareInner()
146 std::string dhId = data.ReadString(); in RegisterDistributedHardwareInner()
147 std::string reqId = data.ReadString(); in RegisterDistributedHardwareInner()
149 params.sinkVersion = data.ReadString(); in RegisterDistributedHardwareInner()
150 params.sinkAttrs = data.ReadString(); in RegisterDistributedHardwareInner()
194 std::string devId = data.ReadString(); in UnregisterDistributedHardwareInner()
195 std::string dhId = data.ReadString(); in UnregisterDistributedHardwareInner()
196 std::string reqId = data.ReadString(); in UnregisterDistributedHardwareInner()
227 std::string devId = data.ReadString(); in DCameraNotifyInner()
[all...]
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dfree_install_observer_stub.cpp32 std::string bundleName = data.ReadString(); in OnInstallFinishedInner()
33 std::string abilityName = data.ReadString(); in OnInstallFinishedInner()
34 std::string startTime = data.ReadString(); in OnInstallFinishedInner()
43 std::string startTime = data.ReadString(); in OnInstallFinishedByUrlInner()
44 std::string url = data.ReadString(); in OnInstallFinishedByUrlInner()

Completed in 19 milliseconds

12345678910>>...24