| /third_party/node/deps/v8/src/codegen/ |
| H A D | optimized-compilation-info.h | 122 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 D | cdma_sms_parameter_record.h | 90 TransportCauseCode &code_; member in OHOS::Telephony::CdmaSmsCauseCodes
|
| /third_party/node/deps/v8/src/diagnostics/ |
| H A D | basic-block-profiler.h | 68 std::string code_; member in v8::internal::BasicBlockProfilerData
|
| /test/testfwk/arkxtest/uitest/napi/ |
| H A D | uitest_napi.cpp | 212 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 D | ui_event_observer_napi.cpp | 135 if (out.exception_.code_ != NO_ERROR) { in HandleEventCallback()
|
| /test/testfwk/arkxtest/uitest/test/ |
| H A D | ui_driver_test.cpp | 97 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 D | property.h | 76 uint16_t code_ {0};
|
| /foundation/multimedia/media_library/frameworks/services/media_mtp/src/payload_data/ |
| H A D | get_object_prop_list_data.cpp | 104 MtpPacketTool::PutUInt16(outBuffer, prop.code_); in WriteProperty()
|
| /foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/ |
| H A D | mock_app_mgr_service.h | 231 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 D | mock_app_mgr_service.h | 228 code_ = code; in InvokeSendRequest() 233 int code_; member in OHOS::AppExecFwk::MockAppMgrService
|
| /foundation/communication/bluetooth/interfaces/inner_api/include/ |
| H A D | bluetooth_avrcp_ct.h | 50 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 D | system_ability_ondemand_reason_test.cpp | 81 * @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 D | add_white_list_infos_call_back_test.h | 129 uint32_t code_ = 0;
member in OHOS::DistributedHardware::DistributedInput::AddWhiteListInfosCallbackTest::TestSimulationEventListenerStub
|
| H A D | add_white_list_infos_call_back_test.cpp | 127 code_ = code;
in OnSimulationEvent()
|
| /test/testfwk/arkxtest/uitest/cj/ |
| H A D | ui_event_observer_impl.cpp | 160 if (out.exception_.code_ != NO_ERROR) { in HandleEventCallback()
|
| /third_party/node/deps/v8/src/snapshot/embedded/ |
| H A D | embedded-data-inl.h | 17 DCHECK_LT(result, code_ + code_size_); in InstructionStartOfBuiltin()
|
| H A D | embedded-data.cc | 430 base::Vector<const byte> payload(code_, code_size_); in CreateEmbeddedBlobCodeHash()
|
| /foundation/arkui/ace_engine/frameworks/component_test/core/ |
| H A D | action.cpp | 404 pressedCodesBuff.push_back(event.code_); in Send() 409 keyEvent->code = event.code_; in Send()
|
| H A D | action.h | 299 OHOS::MMI::KeyCode code_; member
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | js-operator.cc | 544 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 D | js-operator.h | 681 : 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 D | sys_event_query.h | 234 int code_; member in OHOS::HiviewDFX::ResultSet
|
| /third_party/node/src/ |
| H A D | node_http2.h | 390 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 D | frames.h | 416 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 D | web_event.h | 123 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
|