Home
last modified time | relevance | path

Searched refs:code (Results 1 - 25 of 8379) sorted by relevance

12345678910>>...336

/third_party/node/test/parallel/
H A Dtest-readline-keys.js140 { name: 'f1', sequence: '\x1b[2P', code: '[P', shift: true, meta: false, ctrl: false },
141 { name: 'f1', sequence: '\x1b[3P', code: '[P', shift: false, meta: true, ctrl: false },
142 { name: 'f1', sequence: '\x1b[4P', code: '[P', shift: true, meta: true, ctrl: false },
143 { name: 'f1', sequence: '\x1b[5P', code: '[P', shift: false, meta: false, ctrl: true },
144 { name: 'f1', sequence: '\x1b[6P', code: '[P', shift: true, meta: false, ctrl: true },
145 { name: 'f1', sequence: '\x1b[7P', code: '[P', shift: false, meta: true, ctrl: true },
146 { name: 'f1', sequence: '\x1b[8P', code: '[P', shift: true, meta: true, ctrl: true },
147 { name: 'f2', sequence: '\x1b[3Q', code: '[Q', meta: true },
148 { name: 'f2', sequence: '\x1b[8Q', code: '[Q', shift: true, meta: true, ctrl: true },
149 { name: 'f3', sequence: '\x1b[3R', code
[all...]
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dcodegen.c86 static void gpir_codegen_mul0_slot(gpir_codegen_instr *code, gpir_instr *instr) in gpir_codegen_mul0_slot() argument
91 code->mul0_src0 = gpir_codegen_src_unused; in gpir_codegen_mul0_slot()
92 code->mul0_src1 = gpir_codegen_src_unused; in gpir_codegen_mul0_slot()
100 code->mul0_src0 = gpir_get_alu_input(node, alu->children[0]); in gpir_codegen_mul0_slot()
101 code->mul0_src1 = gpir_get_alu_input(node, alu->children[1]); in gpir_codegen_mul0_slot()
102 if (code->mul0_src1 == gpir_codegen_src_p1_complex) { in gpir_codegen_mul0_slot()
104 code->mul0_src1 = code->mul0_src0; in gpir_codegen_mul0_slot()
105 code->mul0_src0 = gpir_codegen_src_p1_complex; in gpir_codegen_mul0_slot()
108 code in gpir_codegen_mul0_slot()
146 gpir_codegen_mul1_slot(gpir_codegen_instr *code, gpir_instr *instr) gpir_codegen_mul1_slot() argument
198 gpir_codegen_add0_slot(gpir_codegen_instr *code, gpir_instr *instr) gpir_codegen_add0_slot() argument
283 gpir_codegen_add1_slot(gpir_codegen_instr *code, gpir_instr *instr) gpir_codegen_add1_slot() argument
368 gpir_codegen_complex_slot(gpir_codegen_instr *code, gpir_instr *instr) gpir_codegen_complex_slot() argument
413 gpir_codegen_pass_slot(gpir_codegen_instr *code, gpir_instr *instr) gpir_codegen_pass_slot() argument
458 gpir_codegen_reg0_slot(gpir_codegen_instr *code, gpir_instr *instr) gpir_codegen_reg0_slot() argument
467 gpir_codegen_reg1_slot(gpir_codegen_instr *code, gpir_instr *instr) gpir_codegen_reg1_slot() argument
475 gpir_codegen_mem_slot(gpir_codegen_instr *code, gpir_instr *instr) gpir_codegen_mem_slot() argument
502 gpir_codegen_store_slot(gpir_codegen_instr *code, gpir_instr *instr) gpir_codegen_store_slot() argument
548 gpir_codegen(gpir_codegen_instr *code, gpir_instr *instr) gpir_codegen() argument
589 gpir_codegen_instr *code = rzalloc_array(comp->prog, gpir_codegen_instr, num_instr); gpir_codegen_prog() local
[all...]
/foundation/ability/ability_runtime/test/unittest/capi_ability_runtime_application_context_test/
H A Dcapi_ability_runtime_application_context_test.cpp152 AbilityRuntime_ErrorCode code = OH_AbilityRuntime_ApplicationContextGetCacheDir(NULL, bufferSize, &writeLength); in HWTEST_F() local
153 ASSERT_EQ(code, ABILITY_RUNTIME_ERROR_CODE_PARAM_INVALID); in HWTEST_F()
156 code = OH_AbilityRuntime_ApplicationContextGetCacheDir(nullptr, bufferSize, &writeLength); in HWTEST_F()
157 ASSERT_EQ(code, ABILITY_RUNTIME_ERROR_CODE_PARAM_INVALID); in HWTEST_F()
160 code = OH_AbilityRuntime_ApplicationContextGetCacheDir(buffer, bufferSize, NULL); in HWTEST_F()
161 ASSERT_EQ(code, ABILITY_RUNTIME_ERROR_CODE_PARAM_INVALID); in HWTEST_F()
163 code = OH_AbilityRuntime_ApplicationContextGetCacheDir(buffer, bufferSize, nullptr); in HWTEST_F()
164 ASSERT_EQ(code, ABILITY_RUNTIME_ERROR_CODE_PARAM_INVALID); in HWTEST_F()
166 code = OH_AbilityRuntime_ApplicationContextGetCacheDir(buffer, -1, &writeLength); in HWTEST_F()
167 ASSERT_EQ(code, ABILITY_RUNTIME_ERROR_CODE_CONTEXT_NOT_EXIS in HWTEST_F()
191 AbilityRuntime_ErrorCode code = OH_AbilityRuntime_ApplicationContextGetCacheDir(NULL, bufferSize, &writeLength); HWTEST_F() local
232 AbilityRuntime_ErrorCode code = OH_AbilityRuntime_ApplicationContextGetCacheDir(NULL, bufferSize, &writeLength); HWTEST_F() local
281 AbilityRuntime_ErrorCode code = OH_AbilityRuntime_ApplicationContextGetCacheDir(buffer, bufferSize, &writeLength); HWTEST_F() local
325 AbilityRuntime_ErrorCode code = OH_AbilityRuntime_ApplicationContextGetAreaMode(NULL); HWTEST_F() local
346 AbilityRuntime_ErrorCode code = OH_AbilityRuntime_ApplicationContextGetAreaMode(NULL); HWTEST_F() local
369 AbilityRuntime_ErrorCode code = OH_AbilityRuntime_ApplicationContextGetAreaMode(NULL); HWTEST_F() local
416 AbilityRuntime_ErrorCode code = OH_AbilityRuntime_ApplicationContextGetBundleName(NULL, bufferSize, &writeLength); HWTEST_F() local
459 AbilityRuntime_ErrorCode code = OH_AbilityRuntime_ApplicationContextGetBundleName(NULL, bufferSize, &writeLength); HWTEST_F() local
504 AbilityRuntime_ErrorCode code = OH_AbilityRuntime_ApplicationContextGetBundleName(NULL, bufferSize, &writeLength); HWTEST_F() local
[all...]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Djson_parser.py42 /** This code is generated. To make changes, please modify the scripts or the relevant xml **/
378 code = ""
379 code += "static void parse_%s(const char* s, Json::Value& obj, %s& o)\n" %(baseType, self.baseTypeListMap[baseType])
380 code += "{\n"
382 code += " if (obj.isString())\n"
384 code += " %sif (obj.asString() == \"%s\")\n" %("else " if index > 0 else "", enumValue[0])
385 code += " o = %s;\n" %(enumValue[1])
387 code += " else if (obj.asString() == \"NaN\")\n"
388 code += " o = std::numeric_limits<float>::quiet_NaN();\n"
389 code
[all...]
H A Djson_c_generator.py28 /** This code is generated. To make changes, please modify the scripts or the relevant xml **/
155 code = ""
156 code += "void dumpPNextChain(const void* pNext) {\n"
157 code += " VkBaseInStructure *pBase = (VkBaseInStructure*)pNext;\n"
158 code += " if (pNext) {\n"
159 code += " PRINT_SPACE\n"
160 code += " vk_json_printf(_OUT, \"\\\"pNext\\\":\\n\");\n"
161 code += " switch (pBase->sType) {\n"
175 code += "#endif\n"
178 code
[all...]
H A Djson_generator.py41 /** This code is generated. To make changes, please modify the scripts or the relevant xml **/
302 # Fills in some extensions for exclusion while generating code for layer.
456 code = ""
458 code += "/*************************************** Begin prototypes ***********************************/\n"
480 code += "/*************************************** End prototypes ***********************************/\n\n"
481 code += "static void dumpPNextChain(const void* pNext) {\n"
482 code += " VkBaseInStructure *pBase = (VkBaseInStructure*)pNext;\n"
483 code += " if (pNext) {\n"
484 code += " PRINT_SPACE\n"
485 code
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_emit_nv50.cpp138 code[pos / 32] |= SDATA(src).id << (pos % 32); in srcId()
144 code[pos / 32] |= SDATA(*src).id << (pos % 32); in srcId()
162 code[pos / 32] |= offset << (pos % 32); in srcAddr16()
173 code[pos / 32] |= (offset >> 2) << (pos % 32); in srcAddr8()
180 code[pos / 32] |= DDATA(def).id << (pos % 32); in defId()
187 case ROUND_M: code[1] |= 1 << 22; break; in roundMode_MAD()
188 case ROUND_P: code[1] |= 2 << 22; break; in roundMode_MAD()
189 case ROUND_Z: code[1] |= 3 << 22; break; in roundMode_MAD()
199 code[1] |= i->src(0).mod.neg() << 26; in emitMNeg12()
200 code[ in emitMNeg12()
892 nv50_interpApply(const FixupEntry *entry, uint32_t *code, const FixupData& data) nv50_interpApply() argument
1277 alphatestSet(const FixupEntry *entry, uint32_t *code, const FixupData& data) alphatestSet() argument
[all...]
H A Dnv50_ir_emit_gk110.cpp161 if (i->src(s).mod.neg()) code[(0x##b) / 32] |= 1 << ((0x##b) % 32)
163 if (i->src(s).mod.abs()) code[(0x##b) / 32] |= 1 << ((0x##b) % 32)
166 code[(0x##b) / 32] |= 1 << ((0x##b) % 32)
168 #define FTZ_(b) if (i->ftz) code[(0x##b) / 32] |= 1 << ((0x##b) % 32)
169 #define DNZ_(b) if (i->dnz) code[(0x##b) / 32] |= 1 << ((0x##b) % 32)
171 #define SAT_(b) if (i->saturate) code[(0x##b) / 32] |= 1 << ((0x##b) % 32)
180 code[pos / 32] |= (src.get() ? SDATA(src).id : GK110_GPR_ZERO) << (pos % 32); in srcId()
185 code[pos / 32] |= (src ? SDATA(*src).id : GK110_GPR_ZERO) << (pos % 32); in srcId()
191 code[pos / 32] |= r << (pos % 32); in srcId()
196 code[po in srcAddr32()
1211 gk110_selpFlip(const FixupEntry *entry, uint32_t *code, const FixupData& data) gk110_selpFlip() argument
2053 gk110_interpApply(const struct FixupEntry *entry, uint32_t *code, const FixupData& data) gk110_interpApply() argument
[all...]
H A Dnv50_ir_emit_nvc0.cpp173 code[pos / 32] |= (src.get() ? SDATA(src).id : 63) << (pos % 32); in srcId()
178 code[pos / 32] |= (src ? SDATA(*src).id : 63) << (pos % 32); in srcId()
184 code[pos / 32] |= r << (pos % 32); in srcId()
192 code[pos / 32] |= offset << (pos % 32); in srcAddr32()
194 code[1] |= offset >> (32 - pos); in srcAddr32()
199 code[pos / 32] |= (def.get() && def.getFile() != FILE_FLAGS ? DDATA(def).id : 63) << (pos % 32); in defId()
207 code[pos / 32] |= 63 << (pos % 32); in defId()
225 case ROUND_M: code[1] |= 1 << 23; break; in roundMode_A()
226 case ROUND_P: code[1] |= 2 << 23; break; in roundMode_A()
227 case ROUND_Z: code[ in roundMode_A()
1257 nvc0_selpFlip(const FixupEntry *entry, uint32_t *code, const FixupData& data) nvc0_selpFlip() argument
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/
H A Dwifi_common_event_helper.cpp31 bool WifiCommonEventHelper::PublishEvent(const std::string &eventAction, const int &code, const std::string &data, in PublishEvent() argument
34 WIFI_LOGD("publish event[%{public}s], code:%{public}d", eventAction.c_str(), code); in PublishEvent()
40 commonData.SetCode(code); in PublishEvent()
46 WIFI_LOGE("failed to publish event[%{public}s], code:%{public}d", eventAction.c_str(), code); in PublishEvent()
52 WIFI_LOGE("failed to publish event[%{public}s], code:%{public}d", eventAction.c_str(), code); in PublishEvent()
59 bool WifiCommonEventHelper::PublishEvent(const std::string &eventAction, const int &code, const std::string &data) in PublishEvent() argument
61 WIFI_LOGD("publish event[%{public}s], code in PublishEvent()
78 PublishEvent(const std::string &eventAction, const std::string &paramKey, T paramValue, const int &code, const std::string &data) PublishEvent() argument
99 PublishWifi2PowerStateChangeEvent(const int &code, const std::string &data) PublishWifi2PowerStateChangeEvent() argument
104 PublishPowerStateChangeEvent(const int &code, const std::string &data) PublishPowerStateChangeEvent() argument
109 PublishScanFinishedEvent(const int &code, const std::string &data) PublishScanFinishedEvent() argument
114 PublishScanStateChangedEvent(const int &code, const std::string &data) PublishScanStateChangedEvent() argument
119 PublishWifiSemiStateChangedEvent(const int &code, const std::string &data) PublishWifiSemiStateChangedEvent() argument
128 PublishRssiValueChangedEvent(const std::string &pramKey, int paramValue, const int &code, const std::string &data) PublishRssiValueChangedEvent() argument
134 PublishWiTasRssiValueChangedEvent(const int &code, const std::string &data) PublishWiTasRssiValueChangedEvent() argument
139 PublishWifi2ConnStateChangedEvent(const int &code, const std::string &data) PublishWifi2ConnStateChangedEvent() argument
144 PublishConnStateChangedEvent(const int &code, const std::string &data) PublishConnStateChangedEvent() argument
149 PublishHotspotStateChangedEvent(const int &code, const std::string &data) PublishHotspotStateChangedEvent() argument
154 PublishApStaJoinEvent(const int &code, const std::string &data) PublishApStaJoinEvent() argument
159 PublishApStaLeaveEvent(const int &code, const std::string &data) PublishApStaLeaveEvent() argument
164 PublishMPlinkEvent(const int &code, const std::string &data) PublishMPlinkEvent() argument
169 PublishP2pStateChangedEvent(const int &code, const std::string &data) PublishP2pStateChangedEvent() argument
174 PublishP2pConnStateEvent(const int &code, const std::string &data) PublishP2pConnStateEvent() argument
179 PublishP2pPeersStateChangedEvent(const int &code, const std::string &data) PublishP2pPeersStateChangedEvent() argument
184 PublishP2pDicoveryStateChangedEvent(const int &code, const std::string &data) PublishP2pDicoveryStateChangedEvent() argument
189 PublishP2pCurrentDeviceStateChangedEvent(const int &code, const std::string &data) PublishP2pCurrentDeviceStateChangedEvent() argument
194 PublishP2pGroupStateChangedEvent(const int &code, const std::string &data) PublishP2pGroupStateChangedEvent() argument
199 PublishSelfcureStateChangedEvent(const int &pid, const int &code, bool isSelfCureOnGoing) PublishSelfcureStateChangedEvent() argument
[all...]
/third_party/icu/icu4c/source/common/
H A Dutypes.cpp198 u_errorName(UErrorCode code) { in u_errorName() argument
199 if(U_ZERO_ERROR <= code && code < U_STANDARD_ERROR_LIMIT) { in u_errorName()
200 return _uErrorName[code]; in u_errorName()
201 } else if(U_ERROR_WARNING_START <= code && code < U_ERROR_WARNING_LIMIT) { in u_errorName()
202 return _uErrorInfoName[code - U_ERROR_WARNING_START]; in u_errorName()
203 } else if(U_PARSE_ERROR_START <= code && code < U_PARSE_ERROR_LIMIT){ in u_errorName()
204 return _uTransErrorName[code in u_errorName()
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dutypes.cpp198 u_errorName(UErrorCode code) { in u_errorName() argument
199 if(U_ZERO_ERROR <= code && code < U_STANDARD_ERROR_LIMIT) { in u_errorName()
200 return _uErrorName[code]; in u_errorName()
201 } else if(U_ERROR_WARNING_START <= code && code < U_ERROR_WARNING_LIMIT) { in u_errorName()
202 return _uErrorInfoName[code - U_ERROR_WARNING_START]; in u_errorName()
203 } else if(U_PARSE_ERROR_START <= code && code < U_PARSE_ERROR_LIMIT){ in u_errorName()
204 return _uTransErrorName[code in u_errorName()
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dutypes.cpp198 u_errorName(UErrorCode code) { in u_errorName() argument
199 if(U_ZERO_ERROR <= code && code < U_STANDARD_ERROR_LIMIT) { in u_errorName()
200 return _uErrorName[code]; in u_errorName()
201 } else if(U_ERROR_WARNING_START <= code && code < U_ERROR_WARNING_LIMIT) { in u_errorName()
202 return _uErrorInfoName[code - U_ERROR_WARNING_START]; in u_errorName()
203 } else if(U_PARSE_ERROR_START <= code && code < U_PARSE_ERROR_LIMIT){ in u_errorName()
204 return _uTransErrorName[code in u_errorName()
[all...]
/third_party/skia/src/gpu/tessellate/shaders/
H A DGrStrokeTessellationShader_HardwareImpl.cpp4 * Use of this source code is governed by a BSD-style license that can be
324 SkString code(versionAndExtensionDecls); in getTessControlShaderGLSL()
326 code.append("layout(vertices = 3) out;\n"); in getTessControlShaderGLSL()
327 code.appendf("precision highp float;\n"); in getTessControlShaderGLSL()
329 code.appendf("#define float2 vec2\n"); in getTessControlShaderGLSL()
330 code.appendf("#define float3 vec3\n"); in getTessControlShaderGLSL()
331 code.appendf("#define float4 vec4\n"); in getTessControlShaderGLSL()
332 code.appendf("#define float2x2 mat2\n"); in getTessControlShaderGLSL()
333 code.appendf("#define float3x2 mat3x2\n"); in getTessControlShaderGLSL()
334 code in getTessControlShaderGLSL()
[all...]
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr300_fragprog_emit.c60 struct r300_fragment_program_code *code = &c->code->code.r300
85 static void use_temporary(struct r300_fragment_program_code *code, unsigned int index) in use_temporary() argument
87 if (index > code->pixsize) in use_temporary()
88 code->pixsize = index; in use_temporary()
91 static unsigned int use_source(struct r300_fragment_program_code* code, struct rc_pair_instruction_source src) in use_source() argument
99 use_temporary(code, src.Index); in use_source()
159 if (code->alu.length >= c->Base.max_alu_insts) { in emit_alu()
164 ip = code in emit_alu()
310 struct r300_fragment_program_code *code = &emit->compiler->code->code.r300; finish_node() local
483 struct r300_fragment_program_code *code = &compiler->code->code.r300; r300BuildFragmentProgramHwCode() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_record_cmd_test.cpp50 OH_Drawing_ErrorCode code = OH_Drawing_RecordCmdUtilsDestroy(recordCmdUtils); in HWTEST_F() local
51 EXPECT_EQ(code, OH_DRAWING_SUCCESS); in HWTEST_F()
52 code = OH_Drawing_RecordCmdUtilsDestroy(nullptr); in HWTEST_F()
53 EXPECT_EQ(code, OH_DRAWING_ERROR_INVALID_PARAMETER); in HWTEST_F()
69 OH_Drawing_ErrorCode code = OH_Drawing_RecordCmdUtilsBeginRecording(recordCmdUtils, width, height, &canvas); in HWTEST_F() local
70 EXPECT_EQ(code, OH_DRAWING_SUCCESS); in HWTEST_F()
77 code = OH_Drawing_RecordCmdUtilsBeginRecording(nullptr, width, height, &canvas); in HWTEST_F()
78 EXPECT_EQ(code, OH_DRAWING_ERROR_INVALID_PARAMETER); in HWTEST_F()
80 code = OH_Drawing_RecordCmdUtilsBeginRecording(recordCmdUtils, width, height, nullptr); in HWTEST_F()
81 EXPECT_EQ(code, OH_DRAWING_ERROR_INVALID_PARAMETE in HWTEST_F()
103 OH_Drawing_ErrorCode code = OH_Drawing_RecordCmdUtilsBeginRecording(recordCmdUtils, width, height, &canvas); HWTEST_F() local
134 OH_Drawing_ErrorCode code = OH_Drawing_RecordCmdUtilsBeginRecording(recordCmdUtils, width, height, &canvas); HWTEST_F() local
175 OH_Drawing_ErrorCode code = OH_Drawing_RecordCmdUtilsFinishRecording(recordCmdUtils, &recordCmd); HWTEST_F() local
[all...]
/third_party/pcre2/pcre2/src/
H A Dpcre2_printint.c9 Original API code Copyright (c) 1997-2012 University of Cambridge
10 New API code Copyright (c) 2016-2022 University of Cambridge
16 * Redistributions of source code must retain the above copyright notice,
45 code unit width, with PCRE2_SUFFIX set appropriately, just like the functions
50 /* Tables of operator names. The same 8-bit table is used for all code unit
81 /* In UTF mode the character may occupy more than one code unit.
85 ptr pointer to first code unit of the character
88 Returns: number of additional code units used
97 /* If UTF is supported and requested, check for a valid single code unit. */ in print_char()
112 /* Handle a valid one-code in print_char()
302 print_prop(FILE *f, PCRE2_SPTR code, const char *before, const char *after) print_prop() argument
341 PCRE2_SPTR codestart, nametable, code; pcre2_printint() local
[all...]
/third_party/node/deps/v8/tools/profview/
H A Dprofile-utils.js2 // Use of this source code is governed by a BSD-style license that can be
28 function resolveCodeKind(code) {
29 if (!code || !code.type) {
31 } else if (code.type === "CPP") {
33 } else if (code.type === "SHARED_LIB") {
35 } else if (code.type === "CODE") {
36 if (code.kind === "LoadIC" ||
37 code.kind === "StoreIC" ||
38 code
[all...]
/third_party/mesa3d/src/mapi/glapi/
H A Dglapi_entrypoint.c28 * Arch-specific code for manipulating GL API entrypoints (dispatch stubs).
99 GLubyte * const code = (GLubyte *) u_execmem_alloc(DISPATCH_FUNCTION_SIZE); in generate_entrypoint() local
102 if ( code != NULL ) { in generate_entrypoint()
103 (void) memcpy(code, template_func, DISPATCH_FUNCTION_SIZE); in generate_entrypoint()
104 fill_in_entrypoint_offset( (_glapi_proc) code, functionOffset ); in generate_entrypoint()
107 return (_glapi_proc) code; in generate_entrypoint()
118 GLubyte * const code = (GLubyte *) entrypoint; in fill_in_entrypoint_offset() local
120 *((unsigned int *)(code + 8)) = 4 * offset; in fill_in_entrypoint_offset()
147 unsigned int *code = &__glapi_sparc_tls_stub; in init_glapi_relocs() local
150 code[ in init_glapi_relocs()
175 unsigned int *code = (unsigned int *) u_execmem_alloc(sizeof(template)); generate_entrypoint() local
193 unsigned int *code = (unsigned int *) entrypoint; fill_in_entrypoint_offset() local
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/
H A Dwifi_device_stub.h36 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
42 void OnEnableWifi(uint32_t code, MessageParcel &data, MessageParcel &reply);
43 void OnDisableWifi(uint32_t code, MessageParcel &data, MessageParcel &reply);
44 void OnInitWifiProtect(uint32_t code, MessageParcel &data, MessageParcel &reply);
45 void OnGetWifiProtectRef(uint32_t code, MessageParcel &data, MessageParcel &reply);
46 void OnPutWifiProtectRef(uint32_t code, MessageParcel &data, MessageParcel &reply);
47 void OnIsHeldWifiProtectRef(uint32_t code, MessageParcel &data, MessageParcel &reply);
48 void OnAddDeviceConfig(uint32_t code, MessageParcel &data, MessageParcel &reply);
49 void OnUpdateDeviceConfig(uint32_t code, MessageParcel &data, MessageParcel &reply);
50 void OnRemoveDevice(uint32_t code, MessageParce
[all...]
H A Dwifi_device_stub_lite.h31 using HandleFunc = void (WifiDeviceStub::*)(uint32_t code, IpcIo *req, IpcIo *reply);
34 virtual int OnRemoteRequest(uint32_t code, IpcIo *req, IpcIo *reply);
39 void OnEnableWifi(uint32_t code, IpcIo *req, IpcIo *reply);
40 void OnDisableWifi(uint32_t code, IpcIo *req, IpcIo *reply);
41 void OnInitWifiProtect(uint32_t code, IpcIo *req, IpcIo *reply);
42 void OnGetWifiProtectRef(uint32_t code, IpcIo *req, IpcIo *reply);
43 void OnPutWifiProtectRef(uint32_t code, IpcIo *req, IpcIo *reply);
44 void OnAddDeviceConfig(uint32_t code, IpcIo *req, IpcIo *reply);
45 void OnUpdateDeviceConfig(uint32_t code, IpcIo *req, IpcIo *reply);
46 void OnRemoveDevice(uint32_t code, IpcI
[all...]
/test/xts/acts/communication/wifi_ErrorCode201/entry/src/ohosTest/js/test/
H A DActWifiErrorCode201.test.js82 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...]
/foundation/distributeddatamgr/kv_store/test/unittest/distributeddata/
H A DSingleKvStoreDataPromiseJsTest.js82 console.error('beforeAll createKVManager err ' + `, error code is ${err.code}, message is ${err.message}`);
101 console.error('beforeEach getKVStore err ' + `, error code is ${err.code}, message is ${err.message}`);
114 console.error('afterEach deleteKVStore err ' + `, error code is ${err.code}, message is ${err.message}`);
117 console.error('afterEach closeKVStore err ' + `, error code is ${err.code}, message is ${err.message}`);
136 console.error('SingleKvStorePutStringPromiseTest001 put error' + `, error code is ${error.code}, messag
[all...]
/third_party/libinput/test/
H A Dlitest-device-wacom-cintiq-pro-16-pen.c30 { .type = EV_ABS, .code = ABS_X, .value = LITEST_AUTO_ASSIGN },
31 { .type = EV_ABS, .code = ABS_Y, .value = LITEST_AUTO_ASSIGN },
32 { .type = EV_ABS, .code = ABS_Z, .value = LITEST_AUTO_ASSIGN },
33 { .type = EV_ABS, .code = ABS_WHEEL, .value = 0 },
34 { .type = EV_ABS, .code = ABS_PRESSURE, .value = LITEST_AUTO_ASSIGN },
35 { .type = EV_ABS, .code = ABS_DISTANCE, .value = LITEST_AUTO_ASSIGN },
36 { .type = EV_ABS, .code = ABS_TILT_X, .value = LITEST_AUTO_ASSIGN },
37 { .type = EV_ABS, .code = ABS_TILT_Y, .value = LITEST_AUTO_ASSIGN },
38 { .type = EV_ABS, .code = ABS_MISC, .value = 2083 },
39 { .type = EV_MSC, .code
[all...]
/test/xts/acts/communication/wifi_ErrorCode401/entry/src/ohosTest/js/test/
H A DActWifiErrorCode401.test.js88 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...]

Completed in 13 milliseconds

12345678910>>...336