Home
last modified time | relevance | path

Searched defs:parcel (Results 1 – 25 of 322) sorted by relevance

12345678910>>...13

/base/security/device_auth/common_lib/impl/src/
Dhc_parcel.c25 HcParcel parcel; in CreateParcel() local
40 void DeleteParcel(HcParcel *parcel) in DeleteParcel()
55 void ClearParcel(HcParcel *parcel) in ClearParcel()
63 void ResetParcel(HcParcel *parcel, uint32_t size, uint32_t allocUnit) in ResetParcel()
72 uint32_t GetParcelDataSize(const HcParcel *parcel) in GetParcelDataSize()
83 const char *GetParcelData(const HcParcel *parcel) in GetParcelData()
91 const char *GetParcelLastChar(const HcParcel *parcel) in GetParcelLastChar()
99 HcBool ParcelReadWithoutPopData(HcParcel *parcel, void *dst, uint32_t dataSize) in ParcelReadWithoutPopData()
112 HcBool ParcelRead(HcParcel *parcel, void *dst, uint32_t dataSize) in ParcelRead()
132 HcBool ParcelEraseBlock(HcParcel *parcel, uint32_t start, uint32_t dataSize, void *dst) in ParcelEraseBlock()
[all …]
/base/telephony/ril_adapter/frameworks/src/
Dhril_base_parcel.cpp21 bool Read(Parcel &parcel, int8_t &value) in Read()
26 bool Read(Parcel &parcel, uint8_t &value) in Read()
31 bool Read(Parcel &parcel, int32_t &value) in Read()
36 bool Read(Parcel &parcel, uint32_t &value) in Read()
41 bool Read(Parcel &parcel, int64_t &value) in Read()
46 bool Read(Parcel &parcel, uint64_t &value) in Read()
51 bool Read(Parcel &parcel, bool &value) in Read()
56 bool Read(Parcel &parcel, std::string &value) in Read()
61 bool Write(Parcel &parcel, const int8_t &value) in Write()
66 bool Write(Parcel &parcel, const uint8_t &value) in Write()
[all …]
/base/security/crypto_framework/common/src/
Dhcf_parcel.c26 HcParcel parcel; in CreateParcel() local
41 void DeleteParcel(HcParcel *parcel) in DeleteParcel()
56 uint32_t GetParcelDataSize(const HcParcel *parcel) in GetParcelDataSize()
67 const char *GetParcelData(const HcParcel *parcel) in GetParcelData()
75 static bool ParcelRealloc(HcParcel *parcel, uint32_t size) in ParcelRealloc()
94 static bool ParcelIncrease(HcParcel *parcel, uint32_t size) in ParcelIncrease()
114 static void ParcelRecycle(HcParcel *parcel) in ParcelRecycle()
133 static uint32_t GetParcelIncreaseSize(HcParcel *parcel, uint32_t newSize) in GetParcelIncreaseSize()
145 bool ParcelWrite(HcParcel *parcel, const void *src, uint32_t dataSize) in ParcelWrite()
171 bool ParcelWriteInt8(HcParcel *parcel, char src) in ParcelWriteInt8()
[all …]
/base/msdp/device_status/utils/common/include/
Ddevicestatus_common.h38 #define WRITEBOOL(parcel, data, ...) \ argument
46 #define WRITEINT32(parcel, data, ...) \ argument
54 #define WRITEINT64(parcel, data, ...) \ argument
62 #define WRITEUINT32(parcel, data, ...) \ argument
70 #define WRITEDOUBLE(parcel, data, ...) \ argument
78 #define WRITEFLOAT(parcel, data, ...) \ argument
86 #define WRITESTRING(parcel, data, ...) \ argument
94 #define WRITESTRING16(parcel, data, ...) \ argument
102 #define WRITEREMOTEOBJECT(parcel, data, ...) \ argument
110 #define WRITEUINT8VECTOR(parcel, data, ...) \ argument
[all …]
/base/sensors/sensor/utils/common/include/
Dsensor_parcel.h23 #define WRITEBOOL(parcel, data, ...) \ argument
31 #define WRITEINT32(parcel, data, ...) \ argument
39 #define WRITEINT64(parcel, data, ...) \ argument
47 #define WRITEUINT32(parcel, data, ...) \ argument
55 #define WRITEDOUBLE(parcel, data, ...) \ argument
63 #define WRITESTRING(parcel, data, ...) \ argument
71 #define WRITESTRING16(parcel, data, ...) \ argument
79 #define WRITEREMOTEOBJECT(parcel, data, ...) \ argument
87 #define WRITEUINT8VECTOR(parcel, data, ...) \ argument
95 #define READBOOL(parcel, data, ...) \ argument
[all …]
/base/useriam/user_auth_framework/test/fuzztest/services/servicecore_fuzzer/src/
Dschedule_node_fuzzer.cpp33 std::shared_ptr<ScheduleNode> GetScheduleNode(Parcel &parcel) in GetScheduleNode()
56 void FuzzScheduleNodeGetScheduleId(Parcel &parcel) in FuzzScheduleNodeGetScheduleId()
66 void FuzzScheduleNodeGetContextId(Parcel &parcel) in FuzzScheduleNodeGetContextId()
76 void FuzzScheduleNodeGetAuthType(Parcel &parcel) in FuzzScheduleNodeGetAuthType()
86 void FuzzScheduleNodeGetExecutorMatcher(Parcel &parcel) in FuzzScheduleNodeGetExecutorMatcher()
96 void FuzzScheduleNodeGetScheduleMode(Parcel &parcel) in FuzzScheduleNodeGetScheduleMode()
106 void FuzzScheduleNodeGetCollectorExecutor(Parcel &parcel) in FuzzScheduleNodeGetCollectorExecutor()
116 void FuzzScheduleNodeGetVerifyExecutor(Parcel &parcel) in FuzzScheduleNodeGetVerifyExecutor()
126 void FuzzScheduleNodeGetTemplateIdList(Parcel &parcel) in FuzzScheduleNodeGetTemplateIdList()
136 void FuzzScheduleNodeGetCurrentScheduleState(Parcel &parcel) in FuzzScheduleNodeGetCurrentScheduleState()
[all …]
Dresource_node_pool_fuzzer.cpp31 void FuzzResourcePoolInsert(Parcel &parcel) in FuzzResourcePoolInsert()
40 void FuzzResourcePoolDelete(Parcel &parcel) in FuzzResourcePoolDelete()
48 void FuzzResourcePoolDeleteAll(Parcel &parcel) in FuzzResourcePoolDeleteAll()
56 void FuzzResourcePoolSelect(Parcel &parcel) in FuzzResourcePoolSelect()
64 void FuzzResourcePoolGetPoolSize(Parcel &parcel) in FuzzResourcePoolGetPoolSize()
72 void FuzzRegisterResourceNodePoolListener(Parcel &parcel) in FuzzRegisterResourceNodePoolListener()
80 void FuzzDeregisterResourceNodePoolListener(Parcel &parcel) in FuzzDeregisterResourceNodePoolListener()
100 void ResourceNodePoolFuzzTest(Parcel &parcel) in ResourceNodePoolFuzzTest()
Dresource_node_fuzzer.cpp80 std::shared_ptr<ResourceNode> GetResourceNode(Parcel &parcel) in GetResourceNode()
104 void FuzzResourceNodeGetExecutorIndex(Parcel &parcel) in FuzzResourceNodeGetExecutorIndex()
114 void FuzzResourceNodeGetOwnerDeviceId(Parcel &parcel) in FuzzResourceNodeGetOwnerDeviceId()
124 void FuzzResourceNodeGetOwnerPid(Parcel &parcel) in FuzzResourceNodeGetOwnerPid()
134 void FuzzResourceNodeGetAuthType(Parcel &parcel) in FuzzResourceNodeGetAuthType()
144 void FuzzResourceNodeGetExecutorRole(Parcel &parcel) in FuzzResourceNodeGetExecutorRole()
154 void FuzzResourceNodeGetExecutorSensorHint(Parcel &parcel) in FuzzResourceNodeGetExecutorSensorHint()
164 void FuzzResourceNodeGetExecutorMatcher(Parcel &parcel) in FuzzResourceNodeGetExecutorMatcher()
174 void FuzzResourceNodeGetExecutorEsl(Parcel &parcel) in FuzzResourceNodeGetExecutorEsl()
184 void FuzzResourceNodeGetExecutorPublicKey(Parcel &parcel) in FuzzResourceNodeGetExecutorPublicKey()
[all …]
/base/location/test/location_gnss/source/
Dgnss_ability_stub_test.cpp51 MessageParcel parcel; variable
68 MessageParcel parcel; variable
85 MessageParcel parcel; variable
102 MessageParcel parcel; variable
119 MessageParcel parcel; variable
136 MessageParcel parcel; variable
153 MessageParcel parcel; variable
170 MessageParcel parcel; variable
187 MessageParcel parcel; variable
204 MessageParcel parcel; variable
[all …]
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
Dinput_data_channel_proxy.cpp33 …return SendRequest(INSERT_TEXT, [&text](MessageParcel &parcel) { return ITypesUtil::Marshal(parcel… in InsertText()
38 …return SendRequest(DELETE_FORWARD, [length](MessageParcel &parcel) { return ITypesUtil::Marshal(pa… in DeleteForward()
44 … DELETE_BACKWARD, [length](MessageParcel &parcel) { return ITypesUtil::Marshal(parcel, length); }); in DeleteBackward()
50 …GET_TEXT_BEFORE_CURSOR, [number](MessageParcel &parcel) { return ITypesUtil::Marshal(parcel, numbe… in GetTextBeforeCursor()
51 [&text](MessageParcel &parcel) { return ITypesUtil::Unmarshal(parcel, text); }); in GetTextBeforeCursor()
57 …GET_TEXT_AFTER_CURSOR, [number](MessageParcel &parcel) { return ITypesUtil::Marshal(parcel, number… in GetTextAfterCursor()
58 [&text](MessageParcel &parcel) { return ITypesUtil::Unmarshal(parcel, text); }); in GetTextAfterCursor()
64 …[status](MessageParcel &parcel) { return ITypesUtil::Marshal(parcel, static_cast<int32_t>(status))… in SendKeyboardStatus()
69 …SendRequest(NOTIFY_PANEL_STATUS_INFO, [&info](MessageParcel &parcel) { return ITypesUtil::Marshal(… in NotifyPanelStatusInfo()
75 …SEND_FUNCTION_KEY, [funcKey](MessageParcel &parcel) { return ITypesUtil::Marshal(parcel, funcKey);… in SendFunctionKey()
[all …]
/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
Dprint_margin_test.cpp197 Parcel parcel; variable
213 Parcel parcel; variable
229 Parcel parcel; variable
245 Parcel parcel; variable
261 Parcel parcel; variable
278 Parcel parcel; variable
296 Parcel parcel; variable
314 Parcel parcel; variable
332 Parcel parcel; variable
350 Parcel parcel; variable
/base/useriam/user_auth_framework/test/fuzztest/services/useridmservice_fuzzer/
Duser_idm_service_fuzzer.cpp92 int32_t GetFuzzOptionalUserId(Parcel &parcel) in GetFuzzOptionalUserId()
100 sptr<IdmGetCredInfoCallbackInterface> GetFuzzIdmGetCredentialInfoCallback(Parcel &parcel) in GetFuzzIdmGetCredentialInfoCallback()
109 sptr<IdmGetSecureUserInfoCallbackInterface> GetFuzzIdmGetSecureUserInfoCallback(Parcel &parcel) in GetFuzzIdmGetSecureUserInfoCallback()
118 sptr<IdmCallbackInterface> GetFuzzIdmCallback(Parcel &parcel) in GetFuzzIdmCallback()
129 void FuzzOpenSession(Parcel &parcel) in FuzzOpenSession()
139 void FuzzCloseSession(Parcel &parcel) in FuzzCloseSession()
147 void FuzzGetCredentialInfo(Parcel &parcel) in FuzzGetCredentialInfo()
157 void FuzzGetSecInfo(Parcel &parcel) in FuzzGetSecInfo()
166 void FuzzAddCredential(Parcel &parcel) in FuzzAddCredential()
179 void FuzzUpdateCredential(Parcel &parcel) in FuzzUpdateCredential()
[all …]
/base/account/os_account/frameworks/domain_account/src/
Ddomain_account_common.cpp44 bool DomainAccountInfo::ReadFromParcel(Parcel &parcel) in ReadFromParcel()
78 DomainAccountInfo *DomainAccountInfo::Unmarshalling(Parcel &parcel) in Unmarshalling()
101 bool GetAccessTokenOptions::ReadFromParcel(Parcel &parcel) in ReadFromParcel()
130 GetAccessTokenOptions *GetAccessTokenOptions::Unmarshalling(Parcel &parcel) in Unmarshalling()
146 bool GetDomainAccountInfoOptions::ReadFromParcel(Parcel &parcel) in ReadFromParcel()
174 GetDomainAccountInfoOptions *GetDomainAccountInfoOptions::Unmarshalling(Parcel &parcel) in Unmarshalling()
190 bool AuthStatusInfo::ReadFromParcel(Parcel &parcel) in ReadFromParcel()
216 AuthStatusInfo *AuthStatusInfo::Unmarshalling(Parcel &parcel) in Unmarshalling()
231 bool DomainAuthResult::ReadFromParcel(Parcel &parcel) in ReadFromParcel()
259 DomainAuthResult *DomainAuthResult::Unmarshalling(Parcel &parcel) in Unmarshalling()
/base/location/test/location_passive/source/
Dpassive_ability_stub_test.cpp51 MessageParcel parcel; variable
68 MessageParcel parcel; variable
85 MessageParcel parcel; variable
102 MessageParcel parcel; variable
119 MessageParcel parcel; variable
135 MessageParcel parcel; variable
150 MessageParcel parcel; variable
/base/useriam/user_auth_framework/test/fuzztest/clients/useridmclient_fuzzer/
Duser_idm_client_fuzzer.cpp68 void FuzzClientOpenSession(Parcel &parcel) in FuzzClientOpenSession()
76 void FuzzClientCloseSession(Parcel &parcel) in FuzzClientCloseSession()
84 void FuzzClientAddCredential(Parcel &parcel) in FuzzClientAddCredential()
96 void FuzzClientUpdateCredential(Parcel &parcel) in FuzzClientUpdateCredential()
108 void FuzzClientCancel(Parcel &parcel) in FuzzClientCancel()
116 void FuzzClientDeleteCredential(Parcel &parcel) in FuzzClientDeleteCredential()
128 void FuzzClientDeleteUser(Parcel &parcel) in FuzzClientDeleteUser()
139 void FuzzClientEraseUser(Parcel &parcel) in FuzzClientEraseUser()
148 void FuzzClientGetCredentialInfo(Parcel &parcel) in FuzzClientGetCredentialInfo()
158 void FuzzClientGetSecUserInfo(Parcel &parcel) in FuzzClientGetSecUserInfo()
[all …]
/base/account/os_account/frameworks/appaccount/native/src/
Dapp_account_common.cpp45 SelectAccountsOptions *SelectAccountsOptions::Unmarshalling(Parcel &parcel) in Unmarshalling()
56 bool SelectAccountsOptions::ReadFromParcel(Parcel &parcel) in ReadFromParcel()
93 VerifyCredentialOptions *VerifyCredentialOptions::Unmarshalling(Parcel &parcel) in Unmarshalling()
104 bool VerifyCredentialOptions::ReadFromParcel(Parcel &parcel) in ReadFromParcel()
122 SetPropertiesOptions *SetPropertiesOptions::Unmarshalling(Parcel &parcel) in Unmarshalling()
133 bool SetPropertiesOptions::ReadFromParcel(Parcel &parcel) in ReadFromParcel()
167 CreateAccountOptions *CreateAccountOptions::Unmarshalling(Parcel &parcel) in Unmarshalling()
178 bool CreateAccountOptions::ReadFromParcel(Parcel &parcel) in ReadFromParcel()
212 CreateAccountImplicitlyOptions *CreateAccountImplicitlyOptions::Unmarshalling(Parcel &parcel) in Unmarshalling()
223 bool CreateAccountImplicitlyOptions::ReadFromParcel(Parcel &parcel) in ReadFromParcel()
[all …]
/base/useriam/face_auth/test/fuzztest/faceauthexecutorhdi_fuzzer/
Dface_auth_executor_hdi_fuzzer.cpp144 void SetParcel(Parcel &parcel) in SetParcel()
154 void FuzzTriggerSaCommandCallback(Parcel &parcel) in FuzzTriggerSaCommandCallback()
166 void FillFuzzHdiExecutorInfo(Parcel &parcel, ExecutorInfo &executorInfo) in FillFuzzHdiExecutorInfo()
178 void FillFuzzHdiTemplateInfo(Parcel &parcel, TemplateInfo &templateInfo) in FillFuzzHdiTemplateInfo()
187 void FillFuzzHdiProperty(Parcel &parcel, Property &property) in FillFuzzHdiProperty()
198 void FillFuzzSaCommand(Parcel &parcel, SaCommand &command) in FillFuzzSaCommand()
204 void FillFuzzSaCommandVector(Parcel &parcel, std::vector<SaCommand> &commands) in FillFuzzSaCommandVector()
238 void FillFuzzExecutorInfo(Parcel &parcel, UserAuth::ExecutorInfo &executorInfo) in FillFuzzExecutorInfo()
249 void FillFuzzIExecuteCallback(Parcel &parcel, std::shared_ptr<UserAuth::IExecuteCallback> &callback) in FillFuzzIExecuteCallback()
261 void FillFuzzAttributeKeyVector(Parcel &parcel, std::vector<UserAuth::Attributes::AttributeKey> &ke… in FillFuzzAttributeKeyVector()
[all …]
/base/location/test/location_network/source/
Dnetwork_ability_stub_test.cpp54 MessageParcel parcel; variable
71 MessageParcel parcel; variable
88 MessageParcel parcel; variable
105 MessageParcel parcel; variable
122 MessageParcel parcel; variable
139 MessageParcel parcel; variable
155 MessageParcel parcel; variable
170 MessageParcel parcel; variable
/base/useriam/fingerprint_auth/test/fuzztest/fingerprintauthexecutorhdi_fuzzer/
Dfingerprint_auth_executor_hdi_fuzzer.cpp141 void SetParcel(Parcel &parcel) in SetParcel()
151 void FuzzTriggerSaCommandCallback(Parcel &parcel) in FuzzTriggerSaCommandCallback()
163 void FillFuzzHdiExecutorInfo(Parcel &parcel, ExecutorInfo &executorInfo) in FillFuzzHdiExecutorInfo()
175 void FillFuzzHdiTemplateInfo(Parcel &parcel, TemplateInfo &templateInfo) in FillFuzzHdiTemplateInfo()
184 void FillFuzzHdiProperty(Parcel &parcel, Property &property) in FillFuzzHdiProperty()
195 void FillFuzzSaCommand(Parcel &parcel, SaCommand &command) in FillFuzzSaCommand()
201 void FillFuzzSaCommandVector(Parcel &parcel, std::vector<SaCommand> &commands) in FillFuzzSaCommandVector()
235 void FillFuzzExecutorInfo(Parcel &parcel, UserAuth::ExecutorInfo &executorInfo) in FillFuzzExecutorInfo()
246 void FillFuzzIExecuteCallback(Parcel &parcel, std::shared_ptr<UserAuth::IExecuteCallback> &callback) in FillFuzzIExecuteCallback()
258 void FillFuzzAttributeKeyVector(Parcel &parcel, std::vector<UserAuth::Attributes::AttributeKey> &ke… in FillFuzzAttributeKeyVector()
[all …]
/base/location/test/location_locator/source/
Dfusion_controller_test.cpp144 MessageParcel parcel; variable
183 MessageParcel parcel; variable
224 MessageParcel parcel; variable
274 MessageParcel parcel; variable
328 MessageParcel parcel; variable
366 MessageParcel parcel; variable
/base/security/device_security_level/test/dslm_fuzz_test/dslm_fuzzer/
Ddslm_fuzzer.cpp95 void OnPeerMsgReceivedTest1(DeviceIdentify *deviceIdentify, Parcel &parcel) in OnPeerMsgReceivedTest1()
103 void OnPeerMsgReceivedTest2(DeviceIdentify *deviceIdentify, Parcel &parcel) in OnPeerMsgReceivedTest2()
111 void OnPeerMsgReceivedTest3(DeviceIdentify *deviceIdentify, Parcel &parcel) in OnPeerMsgReceivedTest3()
119 void ServiceTest(DeviceIdentify *deviceIdentify, Parcel &parcel) in ServiceTest()
137 void OnSendResultNotifierTest(DeviceIdentify *deviceIdentify, Parcel &parcel) in OnSendResultNotifierTest()
143 void VerifyDslmCredentialTest(DeviceIdentify *deviceIdentify, Parcel &parcel) in VerifyDslmCredentialTest()
154 void MessengerSendMsgToTest(DeviceIdentify *deviceIdentify, Parcel &parcel) in MessengerSendMsgToTest()
166 void OnPeerStatusReceiverTest(DeviceIdentify *deviceIdentify, Parcel &parcel) in OnPeerStatusReceiverTest()
174 void DslmDumperTest(DeviceIdentify *deviceIdentify, Parcel &parcel) in DslmDumperTest()
179 void VerifyOhosDslmCredTest(DeviceIdentify *deviceIdentify, Parcel &parcel) in VerifyOhosDslmCredTest()
[all …]
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
Ditypes_util.h121 bool ITypesUtil::Marshalling(const std::vector<T> &val, MessageParcel &parcel) in Marshalling()
140 bool ITypesUtil::Unmarshalling(std::vector<T> &val, MessageParcel &parcel) in Unmarshalling()
168 bool ITypesUtil::Marshal(MessageParcel &parcel, const T &first, const Types &... others) in Marshal()
177 bool ITypesUtil::Unmarshal(MessageParcel &parcel, T &first, Types &... others) in Unmarshal()
186 bool ITypesUtil::Marshalling(const std::map<K, V> &result, MessageParcel &parcel) in Marshalling()
203 bool ITypesUtil::Unmarshalling(std::map<K, V> &val, MessageParcel &parcel) in Unmarshalling()
/base/security/access_token/frameworks/test/unittest/
Dprivacy_parcel_test.cpp139 Parcel parcel; variable
168 Parcel parcel; variable
203 Parcel parcel; variable
266 Parcel parcel; variable
308 Parcel parcel; variable
335 Parcel parcel; variable
374 Parcel parcel; variable
418 Parcel parcel; variable
457 Parcel parcel; variable
491 Parcel parcel; variable
/base/msdp/device_status/intention/drag/data/src/
Ddrag_params.cpp44 bool StartDragParam::Unmarshalling(MessageParcel &parcel) in Unmarshalling()
65 bool StopDragParam::Unmarshalling(MessageParcel &parcel) in Unmarshalling()
89 bool SetDragWindowVisibleParam::Unmarshalling(MessageParcel &parcel) in Unmarshalling()
103 bool UpdateDragStyleParam::Unmarshalling(MessageParcel &parcel) in Unmarshalling()
129 bool UpdateShadowPicParam::Unmarshalling(MessageParcel &parcel) in Unmarshalling()
148 bool GetDragTargetPidReply::Unmarshalling(MessageParcel &parcel) in Unmarshalling()
162 bool GetUdKeyReply::Unmarshalling(MessageParcel &parcel) in Unmarshalling()
181 bool GetShadowOffsetReply::Unmarshalling(MessageParcel &parcel) in Unmarshalling()
200 bool UpdatePreviewStyleParam::Unmarshalling(MessageParcel &parcel) in Unmarshalling()
218 bool UpdatePreviewAnimationParam::Unmarshalling(MessageParcel &parcel) in Unmarshalling()
[all …]
/base/useriam/user_auth_framework/test/fuzztest/clients/userauthclient_fuzzer/
Duser_auth_client_fuzzer.cpp97 void FuzzClientGetAvailableStatus(Parcel &parcel) in FuzzClientGetAvailableStatus()
106 void FuzzClientGetProperty(Parcel &parcel) in FuzzClientGetProperty()
118 void FuzzClientSetProperty(Parcel &parcel) in FuzzClientSetProperty()
130 void FuzzClientBeginAuthentication001(Parcel &parcel) in FuzzClientBeginAuthentication001()
143 void FuzzClientBeginAuthentication002(Parcel &parcel) in FuzzClientBeginAuthentication002()
156 void FuzzClientCancelAuthentication(Parcel &parcel) in FuzzClientCancelAuthentication()
164 void FuzzClientBeginIdentification(Parcel &parcel) in FuzzClientBeginIdentification()
175 void FuzzCancelIdentification(Parcel &parcel) in FuzzCancelIdentification()
183 void FuzzClientGetVersion(Parcel &parcel) in FuzzClientGetVersion()
192 void FuzzBeginWidgetAuth(Parcel &parcel) in FuzzBeginWidgetAuth()
[all …]

12345678910>>...13