Home
last modified time | relevance | path

Searched refs:ReadString (Results 1 – 25 of 105) sorted by relevance

12345

/base/account/os_account/services/accountmgr/src/appaccount/
Dapp_account_stub.cpp306 std::string name = data.ReadString(); in ProcAddAccount()
309 std::string extraInfo = data.ReadString(); in ProcAddAccount()
321 std::string owner = data.ReadString(); in ProcAddAccountImplicitly()
323 std::string authType = data.ReadString(); in ProcAddAccountImplicitly()
345 std::string name = data.ReadString(); in ProcCreateAccount()
370 std::string owner = data.ReadString(); in ProcCreateAccountImplicitly()
395 std::string name = data.ReadString(); in ProcDeleteAccount()
408 std::string name = data.ReadString(); in ProcGetAccountExtraInfo()
426 std::string name = data.ReadString(); in ProcSetAccountExtraInfo()
429 std::string extraInfo = data.ReadString(); in ProcSetAccountExtraInfo()
[all …]
/base/hiviewdfx/hiview/plugins/faultlogger/service/idl/src/
Dfaultlog_info_ohos.cpp94 if (!parcel.ReadString(ret->module)) { in Unmarshalling()
98 if (!parcel.ReadString(ret->reason)) { in Unmarshalling()
102 if (!parcel.ReadString(ret->summary)) { in Unmarshalling()
106 if (!parcel.ReadString(ret->logPath)) { in Unmarshalling()
121 if (!parcel.ReadString(key)) { in Unmarshalling()
125 if (!parcel.ReadString(value)) { in Unmarshalling()
/base/startup/init/services/param/watcher/agent/
Dwatcher_stub.cpp31 std::string key = data.ReadString(); in OnRemoteRequest()
32 std::string name = data.ReadString(); in OnRemoteRequest()
33 std::string value = data.ReadString(); in OnRemoteRequest()
/base/request/request/download/services/src/
Ddownload_service_stub.cpp81 config.SetUrl(data.ReadString()); in OnRequest()
84 config.SetDescription(data.ReadString()); in OnRequest()
86 config.SetFilePath(data.ReadString()); in OnRequest()
87 config.SetTitle(data.ReadString()); in OnRequest()
88 config.SetDescription(data.ReadString()); in OnRequest()
90 config.SetBundleName(data.ReadString()); in OnRequest()
101 config.SetHeader(data.ReadString(), data.ReadString()); in OnRequest()
209 std::string type = data.ReadString(); in OnEventOn()
245 std::string type = data.ReadString(); in OnEventOff()
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
Dsys_event_rule.cpp46 if (!parcel.ReadString(ret->domain)) { in Unmarshalling()
49 if (!parcel.ReadString(ret->eventName)) { in Unmarshalling()
52 if (!parcel.ReadString(ret->tag)) { in Unmarshalling()
Dsys_event_query_rule.cpp52 if (!parcel.ReadString(ret->domain)) { in Unmarshalling()
55 if (!parcel.ReadString(ret->condition)) { in Unmarshalling()
/base/hiviewdfx/hisysevent/adapter/native/idl/src/
Dsys_event_rule.cpp46 if (!parcel.ReadString(ret->domain)) { in Unmarshalling()
49 if (!parcel.ReadString(ret->eventName)) { in Unmarshalling()
52 if (!parcel.ReadString(ret->tag)) { in Unmarshalling()
Dsys_event_query_rule.cpp52 if (!parcel.ReadString(ret->domain)) { in Unmarshalling()
55 if (!parcel.ReadString(ret->condition)) { in Unmarshalling()
/base/account/os_account/frameworks/appaccount/native/src/
Dapp_account_authenticator_stub.cpp85 std::string authType = data.ReadString(); in ProcAddAccountImplicitly()
86 std::string callerBundleName = data.ReadString(); in ProcAddAccountImplicitly()
105 std::string name = data.ReadString(); in ProcAuthenticate()
106 std::string authType = data.ReadString(); in ProcAuthenticate()
107 std::string callerBundleName = data.ReadString(); in ProcAuthenticate()
144 std::string name = data.ReadString(); in ProcAuth()
145 std::string authType = data.ReadString(); in ProcAuth()
164 std::string name = data.ReadString(); in ProcVerifyCredential()
183 std::string name = data.ReadString(); in ProcCheckAccountLabels()
221 std::string name = data.ReadString(); in ProcIsAccountRemovable()
Dapp_account_common.cpp72 if ((!parcel.ReadString(name)) || (!parcel.ReadString(type))) { in ReadFromParcel()
98 if ((!parcel.ReadString(credentialType)) || (!parcel.ReadString(credential))) { in ReadFromParcel()
184 if (!parcel.ReadString(key)) { in ReadFromParcel()
189 if (!parcel.ReadString(value)) { in ReadFromParcel()
217 …arcel.ReadBool(hasAuthType) && parcel.ReadBool(hasRequiredLabels) && parcel.ReadString(authType) && in ReadFromParcel()
/base/security/access_token/frameworks/accesstoken/src/
Dpermission_def_parcel.cpp46 permissionDefParcel->permissionDef.permissionName = in.ReadString(); in Unmarshalling()
47 permissionDefParcel->permissionDef.bundleName = in.ReadString(); in Unmarshalling()
56 permissionDefParcel->permissionDef.label = in.ReadString(); in Unmarshalling()
58 permissionDefParcel->permissionDef.description = in.ReadString(); in Unmarshalling()
Dhap_token_info_parcel.cpp52 hapTokenInfoParcel->hapTokenInfoParams.bundleName = in.ReadString(); in Unmarshalling()
56 hapTokenInfoParcel->hapTokenInfoParams.appID = in.ReadString(); in Unmarshalling()
57 hapTokenInfoParcel->hapTokenInfoParams.deviceID = in.ReadString(); in Unmarshalling()
Dhap_info_parcel.cpp40 hapInfoParcel->hapInfoParameter.bundleName = in.ReadString(); in Unmarshalling()
43 hapInfoParcel->hapInfoParameter.appIDDesc = in.ReadString(); in Unmarshalling()
Dnative_token_info_parcel.cpp72 nativeTokenInfoParcel->nativeTokenInfoParams.processName = in.ReadString(); in Unmarshalling()
82 RELEASE_IF_FALSE(in.ReadString(dcapsItem), nativeTokenInfoParcel); in Unmarshalling()
92 RELEASE_IF_FALSE(in.ReadString(item), nativeTokenInfoParcel); in Unmarshalling()
/base/security/permission_lite/services/pms/src/
Dpms_server_internal.c133 char *permName = (char *)ReadString(req, &permLen); in ReplyCheckPermission()
146 char *identifier = (char *)ReadString(req, &idLen); in ReplyGrantPermission()
147 char *permName = (char *)ReadString(req, &permLen); in ReplyGrantPermission()
160 char *identifier = (char *)ReadString(req, &idLen); in ReplyRevokePermission()
161 char *permName = (char *)ReadString(req, &permLen); in ReplyRevokePermission()
175 char *permName = (char *)ReadString(req, &permLen); in ReplyGrantRuntimePermission()
189 char *permName = (char *)ReadString(req, &permLen); in ReplyRevokeRuntimePermission()
202 char *identifier = (char *)ReadString(req, &idLen); in ReplyUpdatePermissionFlags()
203 char *permName = (char *)ReadString(req, &permLen); in ReplyUpdatePermissionFlags()
/base/account/os_account/frameworks/domain_account/src/
Ddomain_account_plugin_stub.cpp64 if (!data.ReadString(info.accountName_)) { in ProcAuth()
68 if (!data.ReadString(info.domain_)) { in ProcAuth()
101 if (!data.ReadString(info.accountName_)) { in ProcGetAuthProperty()
105 if (!data.ReadString(info.domain_)) { in ProcGetAuthProperty()
/base/startup/init/services/param/watcher/proxy/
Dwatcher_manager_stub.cpp32 std::string key = data.ReadString(); in OnRemoteRequest()
38 std::string key = data.ReadString(); in OnRemoteRequest()
60 std::string key = data.ReadString(); in OnRemoteRequest()
/base/theme/screenlock_mgr/frameworks/kitsimpl/src/
Dscreenlock_system_ability_stub.cpp41 SystemEvent systemEvent(data.ReadString(), data.ReadString()); in OnRemoteRequest()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_basic_content.cpp111 if (!parcel.ReadString(text_)) { in ReadFromParcel()
116 if (!parcel.ReadString(title_)) { in ReadFromParcel()
121 if (!parcel.ReadString(additionalText_)) { in ReadFromParcel()
Dnotification_long_text_content.cpp168 if (!parcel.ReadString(expandedTitle_)) { in ReadFromParcel()
173 if (!parcel.ReadString(briefText_)) { in ReadFromParcel()
178 if (!parcel.ReadString(longText_)) { in ReadFromParcel()
/base/telephony/core_service/frameworks/native/src/
Doperator_config_types.cpp259 std::string first = parcel.ReadString(); in ReadFromStringMap()
260 std::string second = parcel.ReadString(); in ReadFromStringMap()
276 std::string first = parcel.ReadString(); in ReadFromIntMap()
293 std::string first = parcel.ReadString(); in ReadFromBoolMap()
309 std::string first = parcel.ReadString(); in ReadFromLongMap()
325 std::string first = parcel.ReadString(); in ReadFromStringArrayMap()
342 std::string first = parcel.ReadString(); in ReadFromIntArrayMap()
359 std::string first = parcel.ReadString(); in ReadFromLongArrayMap()
/base/security/access_token/frameworks/privacy/src/
Dpermission_used_request_parcel.cpp48 RELEASE_IF_FALSE(in.ReadString(requestParcel->request.deviceId), requestParcel); in Unmarshalling()
49 RELEASE_IF_FALSE(in.ReadString(requestParcel->request.bundleName), requestParcel); in Unmarshalling()
56 RELEASE_IF_FALSE(in.ReadString(perm), requestParcel); in Unmarshalling()
Dperm_active_response_parcel.cpp39 RELEASE_IF_FALSE(in.ReadString(activeChangeResponseParcel->changeResponse.permissionName), in Unmarshalling()
41 …RELEASE_IF_FALSE(in.ReadString(activeChangeResponseParcel->changeResponse.deviceId), activeChangeR… in Unmarshalling()
/base/security/access_token/services/privacymanager/src/service/
Dprivacy_manager_stub.cpp90 std::string permissionName = data.ReadString(); in AddPermissionUsedRecordInner()
104 std::string permissionName = data.ReadString(); in StartUsingPermissionInner()
116 std::string permissionName = data.ReadString(); in StartUsingPermissionCallbackInner()
134 std::string permissionName = data.ReadString(); in StopUsingPermissionInner()
147 std::string deviceID = data.ReadString(); in RemovePermissionUsedRecordsInner()
201 std::string perm = data.ReadString(); in RegisterPermActiveStatusCallbackInner()
239 std::string permissionName = data.ReadString(); in IsAllowedUsingPermissionInner()
/base/sensors/sensor/utils/src/
Dsensor.cpp246 sensorName_ = parcel.ReadString(); in ReadFromParcel()
247 vendorName_ = parcel.ReadString(); in ReadFromParcel()
248 firmwareVersion_ = parcel.ReadString(); in ReadFromParcel()
249 hardwareVersion_ = parcel.ReadString(); in ReadFromParcel()

12345