Home
last modified time | relevance | path

Searched refs:code_ (Results 151 - 175 of 189) sorted by relevance

12345678

/third_party/node/deps/v8/src/codegen/
H A Doptimized-compilation-info.h122 Handle<Code> code() const { return code_; } in code()
265 Handle<Code> code_; member in v8::internal::final
/base/telephony/sms_mms/services/sms/include/cdma/
H A Dcdma_sms_parameter_record.h90 TransportCauseCode &code_; member in OHOS::Telephony::CdmaSmsCauseCodes
/third_party/node/deps/v8/src/diagnostics/
H A Dbasic-block-profiler.h68 std::string code_; member in v8::internal::BasicBlockProfilerData
/test/testfwk/arkxtest/uitest/napi/
H A Duitest_napi.cpp212 ErrCode code = reply.exception_.code_; in UnmarshalReply()
215 } else if (reply.exception_.code_ != NO_ERROR) { in UnmarshalReply()
374 if (err.code_ != NO_ERROR) { in PreprocessTransaction()
375 error = CreateJsException(env, err.code_, err.message_); in PreprocessTransaction()
H A Dui_event_observer_napi.cpp135 if (out.exception_.code_ != NO_ERROR) { in HandleEventCallback()
/test/testfwk/arkxtest/uitest/test/
H A Dui_driver_test.cpp97 ASSERT_EQ(NO_ERROR, error.code_); in TEST_F()
156 ASSERT_EQ(NO_ERROR, error.code_); in TEST_F()
243 ASSERT_EQ(ERR_COMPONENT_LOST, error.code_); in TEST_F()
/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dproperty.h76 uint16_t code_ {0};
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/payload_data/
H A Dget_object_prop_list_data.cpp104 MtpPacketTool::PutUInt16(outBuffer, prop.code_); in WriteProperty()
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_app_mgr_service.h231 code_ = code; in InvokeSendRequest()
236 int code_; member in OHOS::AppExecFwk::MockAppMgrService
/foundation/ability/ability_runtime/test/unittest/multi_app_utils_test/include/
H A Dmock_app_mgr_service.h228 code_ = code; in InvokeSendRequest()
233 int code_; member in OHOS::AppExecFwk::MockAppMgrService
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_ct.h50 explicit Button(uint8_t code) : code_(code) in Button()
54 uint8_t code_; // The value of the button. member in OHOS::Bluetooth::AvrcpCtResponse::Button
/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/
H A Dsystem_ability_ondemand_reason_test.cpp81 * @tc.desc: test OnDemandReasonExtraDataGetCode, get OnDemandReasonExtraData's code_
89 onDemandReasonExtraData.code_ = CODE; in HWTEST_F()
/foundation/distributedhardware/distributed_input/interfaces/ipc/test/addwhitelistinfoscallbackunittest/
H A Dadd_white_list_infos_call_back_test.h129 uint32_t code_ = 0; member in OHOS::DistributedHardware::DistributedInput::AddWhiteListInfosCallbackTest::TestSimulationEventListenerStub
H A Dadd_white_list_infos_call_back_test.cpp127 code_ = code; in OnSimulationEvent()
/test/testfwk/arkxtest/uitest/cj/
H A Dui_event_observer_impl.cpp160 if (out.exception_.code_ != NO_ERROR) { in HandleEventCallback()
/third_party/node/deps/v8/src/snapshot/embedded/
H A Dembedded-data-inl.h17 DCHECK_LT(result, code_ + code_size_); in InstructionStartOfBuiltin()
H A Dembedded-data.cc430 base::Vector<const byte> payload(code_, code_size_); in CreateEmbeddedBlobCodeHash()
/foundation/arkui/ace_engine/frameworks/component_test/core/
H A Daction.cpp404 pressedCodesBuff.push_back(event.code_); in Send()
409 keyEvent->code = event.code_; in Send()
H A Daction.h299 OHOS::MMI::KeyCode code_; member
/third_party/node/deps/v8/src/compiler/
H A Djs-operator.cc544 lhs.code_.object().location() == rhs.code_.object().location() && in operator ==()
557 return base::hash_combine(p.allocation(), p.code_.object().location(), in hash_value()
564 << Brief(*p.code_.object()); in operator <<()
H A Djs-operator.h681 : shared_info_(shared_info), code_(code), allocation_(allocation) {} in CreateClosureParameters()
686 CodeTRef code(JSHeapBroker* broker) const { return code_.AsRef(broker); } in code()
691 const CodeTTinyRef code_; member in v8::internal::compiler::final
/base/hiviewdfx/hiview/base/event_store/include/
H A Dsys_event_query.h234 int code_; member in OHOS::HiviewDFX::ResultSet
/third_party/node/src/
H A Dnode_http2.h390 int32_t code() const { return code_; } in code()
480 int32_t code_ = NGHTTP2_NO_ERROR; // The RST_STREAM code (if any) member in node::http2::Http2Stream
/third_party/node/deps/v8/src/execution/
H A Dframes.h416 wasm::WasmCode* code() const { return code_; } in code()
432 wasm::WasmCode* const code_; member in v8::internal::FrameSummary::WasmFrameSummary::wasm
/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_event.h123 WebError(const std::string& info, int32_t code) : info_(info), code_(code) {} in WebError()
133 return code_; in GetCode()
138 int32_t code_; member in OHOS::Ace::NativeEmbedStatus::WebError

Completed in 29 milliseconds

12345678