/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_probe_tmpl.h | 7 fetch_store_raw(unsigned long val, struct fetch_insn *code, void *buf) in fetch_store_raw() argument 9 switch (code->size) { in fetch_store_raw() 29 fetch_apply_bitfield(struct fetch_insn *code, void *buf) in fetch_apply_bitfield() argument 31 switch (code->basesize) { in fetch_apply_bitfield() 33 *(u8 *)buf <<= code->lshift; in fetch_apply_bitfield() 34 *(u8 *)buf >>= code->rshift; in fetch_apply_bitfield() 37 *(u16 *)buf <<= code->lshift; in fetch_apply_bitfield() 38 *(u16 *)buf >>= code->rshift; in fetch_apply_bitfield() 41 *(u32 *)buf <<= code->lshift; in fetch_apply_bitfield() 42 *(u32 *)buf >>= code in fetch_apply_bitfield() 103 process_common_fetch_insn(struct fetch_insn *code, unsigned long *val) process_common_fetch_insn() argument 123 process_fetch_insn_bottom(struct fetch_insn *code, unsigned long val, void *dest, void *base) process_fetch_insn_bottom() argument [all...] |
H A D | trace_probe.c | 3 * Common code for probe-based Dynamic events. 5 * This code was copied from kernel/trace/trace_kprobe.c written by 289 static int parse_trace_event_arg(char *arg, struct fetch_insn *code, in parse_trace_event_arg() argument 298 code->op = FETCH_OP_TP_ARG; in parse_trace_event_arg() 299 code->data = field; in parse_trace_event_arg() 365 struct fetch_insn *code = *pcode + 1; in check_prepare_btf_string_fetch() local 367 if (code->op == FETCH_OP_END) { in check_prepare_btf_string_fetch() 372 code->op = FETCH_OP_UDEREF; in check_prepare_btf_string_fetch() 374 code->op = FETCH_OP_DEREF; in check_prepare_btf_string_fetch() 375 code in check_prepare_btf_string_fetch() 525 struct fetch_insn *code = *pcode; parse_btf_field() local 601 struct fetch_insn *code = *pcode; parse_btf_arg() local 701 struct fetch_insn *code = *pcode; parse_btf_bitfield() local 766 struct fetch_insn *code = *pcode; parse_probe_vars() local 891 struct fetch_insn *code = *pcode; parse_probe_arg() local 1063 struct fetch_insn *code = *pcode; __parse_bitfield_probe_arg() local 1098 struct fetch_insn *code, *scode, *tmp = NULL; traceprobe_parse_probe_arg_body() local 1418 struct fetch_insn *code = arg->code; traceprobe_free_probe_arg() local 1579 struct fetch_insn *code = arg->code; traceprobe_update_arg() local [all...] |
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace_probe_tmpl.h | 7 fetch_store_raw(unsigned long val, struct fetch_insn *code, void *buf) in fetch_store_raw() argument 9 switch (code->size) { in fetch_store_raw() 29 fetch_apply_bitfield(struct fetch_insn *code, void *buf) in fetch_apply_bitfield() argument 31 switch (code->basesize) { in fetch_apply_bitfield() 33 *(u8 *)buf <<= code->lshift; in fetch_apply_bitfield() 34 *(u8 *)buf >>= code->rshift; in fetch_apply_bitfield() 37 *(u16 *)buf <<= code->lshift; in fetch_apply_bitfield() 38 *(u16 *)buf >>= code->rshift; in fetch_apply_bitfield() 41 *(u32 *)buf <<= code->lshift; in fetch_apply_bitfield() 42 *(u32 *)buf >>= code in fetch_apply_bitfield() 72 process_fetch_insn_bottom(struct fetch_insn *code, unsigned long val, void *dest, void *base) process_fetch_insn_bottom() argument [all...] |
H A D | trace_probe.c | 3 * Common code for probe-based Dynamic events. 5 * This code was copied from kernel/trace/trace_kprobe.c written by 273 struct fetch_insn *code, unsigned int flags, int offs) in parse_probe_vars() 281 code->op = FETCH_OP_RETVAL; in parse_probe_vars() 288 code->op = FETCH_OP_STACKP; in parse_probe_vars() 298 code->op = FETCH_OP_STACK; in parse_probe_vars() 299 code->param = (unsigned int)param; in parse_probe_vars() 304 code->op = FETCH_OP_COMM; in parse_probe_vars() 316 code->op = FETCH_OP_ARG; in parse_probe_vars() 317 code in parse_probe_vars() 272 parse_probe_vars(char *arg, const struct fetch_type *t, struct fetch_insn *code, unsigned int flags, int offs) parse_probe_vars() argument 358 struct fetch_insn *code = *pcode; parse_probe_arg() local 512 struct fetch_insn *code = *pcode; __parse_bitfield_probe_arg() local 546 struct fetch_insn *code, *scode, *tmp = NULL; traceprobe_parse_probe_arg_body() local 792 struct fetch_insn *code = arg->code; traceprobe_free_probe_arg() local 808 struct fetch_insn *code = arg->code; traceprobe_update_arg() local [all...] |
/test/xts/acts/communication/wifi_ErrorCode201/entry/src/ohosTest/js/test/ |
H A D | ActWifiErrorCode201.test.js | 82 console.error(`scan failed, code is ${error.code}, message is ${error.message}`); 83 expect(error.code).assertEqual("201") 101 console.error(`getScanInfoList failed, code is ${error.code}, message is ${error.message}`); 102 expect(error.code).assertEqual("201") 129 console.error(`addCandidateConfig promise failed, code ${error.code}, message ${error.message}`); 130 expect(error.code).assertEqual("201") 156 console.error(`addCandidateConfig callback,code [all...] |
/test/xts/acts/communication/wifi_ErrorCode401/entry/src/ohosTest/js/test/ |
H A D | ActWifiErrorCode401.test.js | 88 expect(err.code).assertEqual("401");
125 expect(error.code).assertEqual("401");
143 console.error(`removeCandidate promise failed, code ${error.code}, message ${error.message}`);
144 expect(error.code).assertEqual("401")
161 console.error(`removeCand callback, code ${error.code}, message ${error.message}`);
162 expect(error.code).assertEqual("401")
169 console.error(`removeCandidateConfig failed, code ${error.code}, messag [all...] |
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | disasm.c | 143 insn->code, insn->dst_reg, in print_bpf_end_insn() 144 BPF_SRC(insn->code) == BPF_TO_BE ? "be" : "le", in print_bpf_end_insn() 153 insn->code, insn->dst_reg, in print_bpf_bswap_insn() 159 return (BPF_OP(insn->code) == BPF_DIV || BPF_OP(insn->code) == BPF_MOD) && in is_sdiv_smod() 165 return BPF_OP(insn->code) == BPF_MOV && in is_movsx() 174 u8 class = BPF_CLASS(insn->code); in print_bpf_insn() 177 if (BPF_OP(insn->code) == BPF_END) { in print_bpf_insn() 182 } else if (BPF_OP(insn->code) == BPF_NEG) { in print_bpf_insn() 184 insn->code, clas in print_bpf_insn() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | disasm.c | 143 insn->code, insn->dst_reg, in print_bpf_end_insn() 144 BPF_SRC(insn->code) == BPF_TO_BE ? "be" : "le", in print_bpf_end_insn() 153 insn->code, insn->dst_reg, in print_bpf_bswap_insn() 159 return (BPF_OP(insn->code) == BPF_DIV || BPF_OP(insn->code) == BPF_MOD) && in is_sdiv_smod() 165 return BPF_OP(insn->code) == BPF_MOV && in is_movsx() 174 u8 class = BPF_CLASS(insn->code); in print_bpf_insn() 177 if (BPF_OP(insn->code) == BPF_END) { in print_bpf_insn() 182 } else if (BPF_OP(insn->code) == BPF_NEG) { in print_bpf_insn() 184 insn->code, clas in print_bpf_insn() [all...] |
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | disasm.c | 112 insn->code, insn->dst_reg, in print_bpf_end_insn() 113 BPF_SRC(insn->code) == BPF_TO_BE ? "be" : "le", in print_bpf_end_insn() 122 u8 class = BPF_CLASS(insn->code); in print_bpf_insn() 125 if (BPF_OP(insn->code) == BPF_END) { in print_bpf_insn() 127 verbose(cbs->private_data, "BUG_alu64_%02x\n", insn->code); in print_bpf_insn() 130 } else if (BPF_OP(insn->code) == BPF_NEG) { in print_bpf_insn() 132 insn->code, class == BPF_ALU ? 'w' : 'r', in print_bpf_insn() 135 } else if (BPF_SRC(insn->code) == BPF_X) { in print_bpf_insn() 137 insn->code, class == BPF_ALU ? 'w' : 'r', in print_bpf_insn() 139 bpf_alu_string[BPF_OP(insn->code) >> in print_bpf_insn() [all...] |
/test/xts/acts/ability/ability_runtime/capiabilityruntime/entry/src/main/cpp/ |
H A D | napi_init.cpp | 30 napi_value code; in Throw() local 31 napi_create_int32(env, errCode, &code); in Throw() 41 napi_create_error(env, code, msg, &error); in Throw() 49 AbilityRuntime_ErrorCode code = OH_AbilityRuntime_ApplicationContextGetBundleName(buffer, BUF_SIZE, &writeLength); in GetBundleName() local 50 if (code != ABILITY_RUNTIME_ERROR_CODE_NO_ERROR) { in GetBundleName() 51 OH_LOG_ERROR(LOG_APP, "error %{public}d", code); in GetBundleName() 52 Throw(env, code, ""); in GetBundleName() 65 AbilityRuntime_ErrorCode code = OH_AbilityRuntime_ApplicationContextGetCacheDir(buffer, BUF_SIZE, &writeLength); in GetCacheDir() local 66 if (code != ABILITY_RUNTIME_ERROR_CODE_NO_ERROR) { in GetCacheDir() 67 OH_LOG_ERROR(LOG_APP, "error %{public}d", code); in GetCacheDir() 80 AbilityRuntime_ErrorCode code = OH_AbilityRuntime_ApplicationContextGetAreaMode(&mode); GetAreaMode() local 122 AbilityRuntime_ErrorCode code = OH_AbilityRuntime_ApplicationContextGetBundleName(NULL, BUF_SIZE, &writeLength); TestGetBundleName() local 235 AbilityRuntime_ErrorCode code = OH_AbilityRuntime_ApplicationContextGetCacheDir(NULL, BUF_SIZE, &writeLength); TestGetCacheDir() local 346 AbilityRuntime_ErrorCode code = OH_AbilityRuntime_ApplicationContextGetAreaMode(NULL); TestGetAreaMode() local [all...] |
/test/xts/acts/distributeddatamgr/distributedKVStoretest/distributedKVStorejstest/hap/entry/src/ohosTest/js/test/ |
H A D | DeviceKvStoreKVPromiseJsTest.js | 84 console.error('beforeAll getKVStore err ' + `, error code is ${err.code}, message is ${err.message}`); 103 console.error('beforeAll can NOT getDeviceId, fail: ' + `, error code is ${error.code}, message is ${error.message}`); 126 console.error('beforeEach getKVStore err ' + `, error code is ${err.code}, message is ${err.message}`); 139 console.error('afterEach deleteKVStore err ' + `, error code is ${err.code}, message is ${err.message}`); 142 console.error('afterEach closeKVStore err ' + `, error code is ${err.code}, messag [all...] |
H A D | SingleKvStoreKVPromiseJsTest.js | 96 console.error('beforeEach getKVStore err ' + `, error code is ${err.code}, message is ${err.message}`); 109 console.error('afterEach deleteKVStore err ' + `, error code is ${err.code}, message is ${err.message}`); 112 console.error('afterEach closeKVStore err ' + `, error code is ${err.code}, message is ${err.message}`); 131 console.error('SUB_DDM_DKV_SINGLEKVSTORE_PUTSTRING_PROMISE_0100 put error' + `, error code is ${error.code}, message is ${error.message}`); 134 console.error('SUB_DDM_DKV_SINGLEKVSTORE_PUTSTRING_PROMISE_0100 e ' + `, error code is ${e.code}, messag [all...] |
H A D | KvManagerKVPromiseJsTest.js | 76 console.error('afterEach deleteKVStore err ' + `, error code is ${err.code}, message is ${err.message}`); 79 console.error('afterEach closeKVStore err ' + `, error code is ${err.code}, message is ${err.message}`); 98 console.error('SUB_DDM_DKV_KVMANAGER_GETKVSTORE_PROMISE_0100 getKVStore err ' + `, error code is ${err.code}, message is ${err.message}`); 101 console.error('SUB_DDM_DKV_KVMANAGER_GETKVSTORE_PROMISE_0100 getKVStore e ' + `, error code is ${e.code}, message is ${e.message}`); 102 expect(e.code == 401).assertTrue(); 120 console.error('SUB_DDM_DKV_KVMANAGER_GETKVSTORE_PROMISE_0200 getKVStore err ' + `, error code i [all...] |
H A D | KvStoreResultSetKVJsTest.js | 53 console.error('beforeAll deleteKVStore error ' + `, error code is ${err.code}, message is ${err.message}`); 57 console.error('beforeAll getAllKVStoreId err ' + `, error code is ${err.code}, message is ${err.message}`); 77 console.error('beforeEach getKVStore err ' + `, error code is ${err.code}, message is ${err.message}`); 94 console.error('beforeEach putBatch fail ' + `, error code is ${err.code}, message is ${err.message}`); 100 console.error('beforeEach getResultSet fail ' + `, error code is ${err.code}, messag [all...] |
H A D | KvManagerKVCallbackJsTest.js | 92 console.error('SUB_DDM_DKV_KVMANAGER_GETKVSTORE_0100 getKVStore e ' + `, error code is ${e.code}, message is ${e.message}`); 113 console.error('SUB_DDM_DKV_KVMANAGER_GETKVSTORE_0200 getKVStore err ' + `, error code is ${err.code}, message is ${err.message}`); 119 console.error('SUB_DDM_DKV_KVMANAGER_GETKVSTORE_0200 getKVStore e ' + `, error code is ${e.code}, message is ${e.message}`); 120 expect(e.code == 401).assertTrue(); 150 console.error('SUB_DDM_DKV_KVMANAGER_GETKVSTORE_0300 getKVStore e ' + `, error code is ${e.code}, message is ${e.message}`); 180 console.error('SUB_DDM_DKV_KVMANAGER_GETKVSTORE_0400 getKVStore e ' + `, error code i [all...] |
H A D | SingleKvStoreKVCallbackJsTest.js | 110 console.error('afterEach closeKVStore err ' + `, error code is ${err.code}, message is ${err.message}`); 127 console.error('SingleKvStorePutStringCallbackTest001 put fail' + `, error code is ${err.code}, message is ${err.message}`); 133 console.error('SingleKvStorePutStringCallbackTest001 put e' + `, error code is ${e.code}, message is ${e.message}`); 162 console.error('SingleKvStorePutStringCallbackTest002 put e' + `, error code is ${e.code}, message is ${e.message}`); 182 console.error('SingleKvStoreGetStringCallbackTest001 get fail' + `, error code is ${err.code}, messag [all...] |
/test/xts/acts/communication/btmanager_errorcode401/entry/src/ohosTest/ets/test/ |
H A D | BtMGattManager401.test.js | 122 console.error('[bluetooth_js]error.code:'+JSON.stringify(error.code)+
124 expect(Number(error.code)).assertEqual(401);
141 console.error(`[bluetooth_js]setBLEMtuSize3 failed, code is ${error.code},
143 expect(Number(error.code)).assertEqual(401);
170 console.error(`[bluetooth_js]readCharacteValue1 failed, code is ${error.code},
172 expect(Number(error.code)).assertEqual(401);
196 console.error(`[bluetooth_js]readCharacteValue2 failed, code i [all...] |
/test/xts/acts/multimedia/image_effect/OHImageEffectNDK/entry/src/main/cpp/ |
H A D | effect_filter_test.cpp | 92 ImageEffect_ErrorCode code = OH_EffectBufferInfo_SetAddr(bufferInfo, addr); in OHEffectBufferInfoSetAddr() local 97 napi_create_int32(env, code, &ret); in OHEffectBufferInfoSetAddr() 109 ImageEffect_ErrorCode code; in OHEffectBufferInfoGetAddr() local 111 napi_create_int32(env, code, &ret); in OHEffectBufferInfoGetAddr() 119 code = OH_EffectBufferInfo_GetAddr(bufferInfo, &retAddr); in OHEffectBufferInfoGetAddr() 126 code = OH_EffectBufferInfo_GetAddr(bufferInfo, &retAddr); in OHEffectBufferInfoGetAddr() 130 code = OH_EffectBufferInfo_GetAddr(bufferInfo, &retAddr); in OHEffectBufferInfoGetAddr() 136 napi_create_int32(env, code, &ret); in OHEffectBufferInfoGetAddr() 180 ImageEffect_ErrorCode code = OH_EffectBufferInfo_SetEffectFormat(bufferInfo, format); in OHEffectBufferInfoSetEffectFormat() local 184 napi_create_int32(env, code, in OHEffectBufferInfoSetEffectFormat() 199 ImageEffect_ErrorCode code; OHEffectBufferInfoGetEffectFormat() local 264 ImageEffect_ErrorCode code = OH_EffectBufferInfo_SetHeight(bufferInfo, height); OHEffectBufferInfoSetHeight() local 281 ImageEffect_ErrorCode code; OHEffectBufferInfoGetHeight() local 327 ImageEffect_ErrorCode code; OHEffectBufferInfoSetRowSize() local 363 ImageEffect_ErrorCode code; OHEffectBufferInfoGetRowSize() local 409 ImageEffect_ErrorCode code; OHEffectBufferInfoSetWidth() local 446 ImageEffect_ErrorCode code; OHEffectBufferInfoGetWidth() local 492 ImageEffect_ErrorCode code; OHEffectBufferInfoSetTimestamp() local 526 ImageEffect_ErrorCode code; OHEffectBufferInfoGetTimestamp() local 578 ImageEffect_ErrorCode code = OH_EffectBufferInfo_Release(bufferInfo); OHEffectBufferInfoRelease() local 608 ImageEffect_ErrorCode code; OHEffectFilterInfoSetFilterName() local 639 ImageEffect_ErrorCode code; OHEffectFilterInfoGetFilterName() local 676 ImageEffect_ErrorCode code; OHEffectFilterInfoSetSupportedBufferTypes() local 711 ImageEffect_ErrorCode code; OHEffectFilterInfoGetSupportedBufferTypes() local 770 ImageEffect_ErrorCode code = OH_EffectFilterInfo_SetSupportedFormats(filterInfo, size, formats); OHEffectFilterInfoSetSupportedFormats() local 784 ImageEffect_ErrorCode code; GetSupportedFormats() local 818 ImageEffect_ErrorCode code; OHEffectFilterInfoGetSupportedFormats() local 864 ImageEffect_ErrorCode code; OHEffectFilterInfoRelease() local 902 int code = IMAGE_EFFECT_CODE_401; OHEffectFilterCreate() local 921 ImageEffect_ErrorCode code; OHEffectFilterSetValue() local 966 ImageEffect_ErrorCode code; OHEffectFilterGetValue() local 1013 ImageEffect_ErrorCode code; OHEffectFilterLookupFilterInfo() local 1064 int code = -1; OHEffectFilterLookupFilters() local 1091 ImageEffect_ErrorCode code; OHEffectFilterRegister() local 1118 ImageEffect_ErrorCode code; OHEffectFilterRelease() local [all...] |
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | unwind_decoder.c | 30 * UNW_DEC_BAD_CODE(code) 86 unw_decode_x1 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_x1() argument 103 unw_decode_x2 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_x2() argument 121 unw_decode_x3 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_x3() argument 141 unw_decode_x4 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_x4() argument 162 unw_decode_r1 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_r1() argument 164 int body = (code & 0x20) != 0; in unw_decode_r1() 167 rlen = (code & 0x1f); in unw_decode_r1() 173 unw_decode_r2 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_r2() argument 180 mask = ((code in unw_decode_r2() 188 unw_decode_r3(unsigned char *dp, unsigned char code, void *arg) unw_decode_r3() argument 198 unw_decode_p1(unsigned char *dp, unsigned char code, void *arg) unw_decode_p1() argument 207 unw_decode_p2_p5(unsigned char *dp, unsigned char code, void *arg) unw_decode_p2_p5() argument 256 unw_decode_p6(unsigned char *dp, unsigned char code, void *arg) unw_decode_p6() argument 269 unw_decode_p7_p10(unsigned char *dp, unsigned char code, void *arg) unw_decode_p7_p10() argument 368 unw_decode_b1(unsigned char *dp, unsigned char code, void *arg) unw_decode_b1() argument 380 unw_decode_b2(unsigned char *dp, unsigned char code, void *arg) unw_decode_b2() argument 390 unw_decode_b3_x4(unsigned char *dp, unsigned char code, void *arg) unw_decode_b3_x4() argument 454 unsigned char code; unw_decode() local [all...] |
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | unwind_decoder.c | 30 * UNW_DEC_BAD_CODE(code) 86 unw_decode_x1 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_x1() argument 103 unw_decode_x2 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_x2() argument 121 unw_decode_x3 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_x3() argument 141 unw_decode_x4 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_x4() argument 162 unw_decode_r1 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_r1() argument 164 int body = (code & 0x20) != 0; in unw_decode_r1() 167 rlen = (code & 0x1f); in unw_decode_r1() 173 unw_decode_r2 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_r2() argument 180 mask = ((code in unw_decode_r2() 188 unw_decode_r3(unsigned char *dp, unsigned char code, void *arg) unw_decode_r3() argument 198 unw_decode_p1(unsigned char *dp, unsigned char code, void *arg) unw_decode_p1() argument 207 unw_decode_p2_p5(unsigned char *dp, unsigned char code, void *arg) unw_decode_p2_p5() argument 256 unw_decode_p6(unsigned char *dp, unsigned char code, void *arg) unw_decode_p6() argument 269 unw_decode_p7_p10(unsigned char *dp, unsigned char code, void *arg) unw_decode_p7_p10() argument 368 unw_decode_b1(unsigned char *dp, unsigned char code, void *arg) unw_decode_b1() argument 380 unw_decode_b2(unsigned char *dp, unsigned char code, void *arg) unw_decode_b2() argument 390 unw_decode_b3_x4(unsigned char *dp, unsigned char code, void *arg) unw_decode_b3_x4() argument 454 unsigned char code; unw_decode() local [all...] |
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | script_asm.pl | 179 @code = (); # Array of 32 bit words for SIOP 198 # &patch ($address, $offset, $length, $value) patches $code[$address] 209 printf STDERR "Old code : %08x\n", $code[$address]; 214 $code[$address] = ($code[$address] & ~$mask) | 215 (($code[$address] & $mask) + ($value << ($offset * 8)) & 218 printf STDERR "New code : %08x\n", $code[$address] if ($debug); 226 # Side effects are that the bytes are combined into the @code arra [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | script_asm.pl | 179 @code = (); # Array of 32 bit words for SIOP 198 # &patch ($address, $offset, $length, $value) patches $code[$address] 209 printf STDERR "Old code : %08x\n", $code[$address]; 214 $code[$address] = ($code[$address] & ~$mask) | 215 (($code[$address] & $mask) + ($value << ($offset * 8)) & 218 printf STDERR "New code : %08x\n", $code[$address] if ($debug); 226 # Side effects are that the bytes are combined into the @code arra [all...] |
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreJstest/hap/entry/src/ohosTest/js/test/ |
H A D | RelationalStoreCloudSync.test.js | 49 console.log(TAG + "create rdb store failed" + `, error code is ${err.code}, message is ${err.message}`);
75 console.log(TAG + "create table cloud_text cloud_int cloud_integer failed" + `, error code is ${err.code}, message is ${err.message}`)
88 console.log(TAG + "set disTable fail" + `, error code is ${err.code}, message is ${err.message}`);
114 console.log(TAG + "create rdb store failed" + `, error code is ${err.code}, message is ${err.message}`);
152 console.log(TAG + `get modify time, err code is ${err.code}, messag [all...] |
/test/xts/acts/communication/nfc_ErrorCode/entry/src/ohosTest/js/test/ |
H A D | NDEFTag.test.js | 119 * @tc.desc Creates an ndef message using the original bytes. The error code is 401 136 console.info("[NFC_test]ndef1 createNdefMessage errorcode: " + error.code); 137 expect(401).assertEqual(error.code); 148 * @tc.desc Creates an ndef message using the original bytes. The error code is 401 171 console.info("[NFC_test]ndef2 createNdefMessage errorcode: " + error.code); 172 expect(401).assertEqual(error.code); 183 * @tc.desc Read the ndef message on the tag promise. The error code is 401 195 console.info("[NFC_test]ndef3 readNdef errorcode: " + error.code); 196 expect(401).assertEqual(error.code); 210 * @tc.desc Read the ndef message on the tag callback .The error code i [all...] |
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | diag.c | 28 int code; member 33 [DIAG_STAT_X008] = { .code = 0x008, .name = "Console Function" }, 34 [DIAG_STAT_X00C] = { .code = 0x00c, .name = "Pseudo Timer" }, 35 [DIAG_STAT_X010] = { .code = 0x010, .name = "Release Pages" }, 36 [DIAG_STAT_X014] = { .code = 0x014, .name = "Spool File Services" }, 37 [DIAG_STAT_X044] = { .code = 0x044, .name = "Voluntary Timeslice End" }, 38 [DIAG_STAT_X064] = { .code = 0x064, .name = "NSS Manipulation" }, 39 [DIAG_STAT_X08C] = { .code = 0x08c, .name = "Access 3270 Display Device Information" }, 40 [DIAG_STAT_X09C] = { .code = 0x09c, .name = "Relinquish Timeslice" }, 41 [DIAG_STAT_X0DC] = { .code [all...] |