Home
last modified time | relevance | path

Searched refs:errCodeVar (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ability/idl_tool/test/sa_test/type_single/target_ts/
H A Dfoo_ts_proxy.ts.txt47 callback(errCodeVar);
70 if (errCodeVar != 0) {
103 if (errCodeVar != 0) {
136 if (errCodeVar != 0) {
169 if (errCodeVar != 0) {
202 if (errCodeVar != 0) {
235 if (errCodeVar != 0) {
268 if (errCodeVar != 0) {
301 if (errCodeVar != 0) {
334 if (errCodeVar != 0) {
[all …]
/ohos5.0/foundation/ability/idl_tool/test/sa_test/type_array/target_ts/
H A Dfoo_ts_proxy.ts.txt47 callback(errCodeVar);
70 if (errCodeVar != 0) {
103 if (errCodeVar != 0) {
136 if (errCodeVar != 0) {
169 if (errCodeVar != 0) {
202 if (errCodeVar != 0) {
235 if (errCodeVar != 0) {
268 if (errCodeVar != 0) {
301 if (errCodeVar != 0) {
342 if (errCodeVar != 0) {
[all …]
/ohos5.0/foundation/ability/idl_tool/test/sa_test/keyword_import_dir/target_ts/
H A Dfoo_proxy.ts.txt44 let errCodeVar = result.reply.readInt();
45 if (errCodeVar != 0) {
55 callback(errCodeVar,outParamVar, inoutParamVar);
77 let errCodeVar = result.reply.readInt();
78 if (errCodeVar != 0) {
88 callback(errCodeVar,outParamVar, inoutParamVar);
110 let errCodeVar = result.reply.readInt();
111 if (errCodeVar != 0) {
119 callback(errCodeVar,outParamVar, inoutParamVar);
141 let errCodeVar = result.reply.readInt();
[all …]
/ohos5.0/foundation/ability/idl_tool/test/sa_test/keyword_oneway/target_ts/
H A Dfoo_ts_proxy.ts.txt48 callback(errCodeVar);
71 callback(errCodeVar);
94 callback(errCodeVar);
117 callback(errCodeVar);
140 callback(errCodeVar);
163 callback(errCodeVar);
186 callback(errCodeVar);
209 callback(errCodeVar);
232 callback(errCodeVar);
255 callback(errCodeVar);
[all …]
/ohos5.0/foundation/ability/idl_tool/test/sa_test/type_map/target_ts/
H A Dfoo_proxy.ts.txt47 callback(errCodeVar);
78 if (errCodeVar != 0) {
137 if (errCodeVar != 0) {
196 if (errCodeVar != 0) {
255 if (errCodeVar != 0) {
314 if (errCodeVar != 0) {
373 if (errCodeVar != 0) {
432 if (errCodeVar != 0) {
491 if (errCodeVar != 0) {
550 if (errCodeVar != 0) {
[all …]
/ohos5.0/base/telephony/call_manager/services/spam_call/src/
H A Dspam_call_stub.cpp45 int32_t errCodeVar = data.ReadInt32(); in OnRemoteRequest() local
47 OnResult(errCodeVar, resultVar); in OnRemoteRequest()