Home
last modified time | relevance | path

Searched refs:result (Results 12151 - 12175 of 22939) sorted by relevance

1...<<481482483484485486487488489490>>...918

/foundation/ability/form_fwk/frameworks/js/napi/formProvider/
H A Dnapi_form_provider.h38 int32_t result = OHOS::ERR_OK; member
43 bool result = false; member
/foundation/ability/idl_tool/idl_tool_2/codegen/SA/type/
H A Dsa_map_type_emitter.h49 void EmitRustReadVar(const std::string &result, const std::string &name, StringBuilder &sb,
52 void EmitRustWriteVar(const std::string &result, const std::string &name, StringBuilder &sb,
/foundation/ai/intelligent_voice_framework/frameworks/js/napi/
H A Dwakeup_manager_napi.h43 static void GetUploadFilesComplete(napi_env env, AsyncContext *data, napi_value &result);
45 static void GetCloneCompleteCallback(napi_env env, AsyncContext *data, napi_value &result);
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/wakeup/headset/
H A Dheadset_wakeup_wrapper.cpp89 int32_t HeadsetWakeupWrapper::NotifyVerifyResult(bool result) in NotifyVerifyResult() argument
98 return inst_->NotifyVerifyResult(result); in NotifyVerifyResult()
/foundation/ability/ability_runtime/test/fuzztest/closeability_fuzzer/
H A Dcloseability_fuzzer.cpp68 ErrCode result = abilitymgr->CloseAbility(token, resultCode, resultWant); in DoSomethingInterestingWithMyAPI() local
69 if (result != 0) { in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/services/dataobsmgr/include/
H A Ddataobs_mgr_service.h65 * @return Returns the dump result.
71 void Dump(const std::vector<std::u16string>& args, std::string& result) const;
72 void ShowHelp(std::string& result) const;
/foundation/ability/ability_runtime/services/abilitymgr/src/utils/
H A Dmulti_instance_utils.cpp90 auto result = IN_PROCESS_CALL(appMgr->GetAllRunningInstanceKeysByBundleName(bundleName, instanceKeyArray)); in IsInstanceKeyExist() local
91 if (result != ERR_OK) { in IsInstanceKeyExist()
/foundation/ability/ability_runtime/test/fuzztest/abilitymgrinsightintentexecuteresult_fuzzer/
H A Dabilitymgrinsightintentexecuteresult_fuzzer.cpp72 std::shared_ptr<const WantParams> result; in DoSomethingInterestingWithMyAPI() local
73 infos->CheckResult(result); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/unittest/auto_startup_callback_proxy_test/
H A Dauto_startup_callback_proxy_test.cpp96 auto result = autoStartupCallBackProxy->SendRequest(code, data, reply, option); in HWTEST_F() local
97 EXPECT_EQ(result, INNER_ERR); in HWTEST_F()
/foundation/ability/ability_base/test/unittest/base/
H A Duser_object_wrapper_test.cpp52 ErrCode result = useObjectValue.GetValue(value); in HWTEST_F() local
53 EXPECT_EQ(ERR_OK, result); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/semi_modal/
H A Drender_semi_modal.h38 TouchTestResult& result) override;
63 const Offset& coordinateOffset, const TouchRestrict& touchRestrict, TouchTestResult& result) override;
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dclick_event.cpp27 const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, ResponseLinkResult& responseLinkResult) in OnCollectTouchTarget()
50 result.emplace_back(clickRecognizer_); in OnCollectTouchTarget()
26 OnCollectTouchTarget(const OffsetF& coordinateOffset, const TouchRestrict& touchRestrict, const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, ResponseLinkResult& responseLinkResult) OnCollectTouchTarget() argument
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dtoss_animation_controller.cpp113 int result = gettimeofday(&tv, nullptr); in GetCurrentTime() local
114 if (result != 0) { in GetCurrentTime()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_form.cpp83 std::string result = std::string(R"("submit",)").append(value->ToString()).append(", null"); in Submit() local
84 onSubmit_(result); in Submit()
/foundation/arkui/ace_engine/frameworks/core/common/interaction/
H A Dinteraction_data.h66 DragRet result { DragRet::DRAG_FAIL };
72 DragRet result { DragRet::DRAG_FAIL };
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_if_else.cpp69 auto result = IfElseModel::GetInstance()->CanRetake(id); in CanRetake() local
70 info.SetReturnValue(JSRef<JSVal>::Make(ToJSValue(result))); in CanRetake()
/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/test/
H A Dbeans_test.py34 def test_end(test_info, result):
35 if result:
/foundation/arkui/ace_engine/frameworks/core/event/
H A Dback_end_event_manager.h42 // Need to use the void return type event, if you need to return the result, use the reference out parameter.
64 auto result = eventMap_.try_emplace(marker.GetData().eventId, event); in BindBackendEvent() local
65 isSuccess = result.second; in BindBackendEvent()
/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dmulti_fingers_recognizer.cpp58 auto result = refereePointers_.emplace(touchId); in AddToReferee() local
59 if (result.second) { in AddToReferee()
/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Drender_popup_list.h48 TouchTestResult& result) override;
50 const Offset& coordinateOffset, const TouchRestrict& touchRestrict, TouchTestResult& result) override;
/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_common_event_subscriber.cpp105 bool CommonEventSubscriber::SetAsyncCommonEventResult(const std::shared_ptr<AsyncCommonEventResult>& result) in SetAsyncCommonEventResult() argument
108 result_ = result; in SetAsyncCommonEventResult()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/
H A Dnapi_zlib_common.cpp71 bool UnwrapIntValue(napi_env env, napi_value jsValue, int &result) in UnwrapIntValue() argument
80 result = static_cast<int>(natValue32); in UnwrapIntValue()
/foundation/arkui/ace_engine/test/unittest/core/render/
H A Dline_painter_test_ng.cpp82 bool result = NG::ShapePainter::SetPen(pen, linePaintProperty); in HWTEST_F() local
83 EXPECT_TRUE(result); in HWTEST_F()
/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Dlinear_allocator.h55 void* result = current_; in Allocate() local
59 return result; in Allocate()
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Dproperty_animation.cpp58 if (auto result = value.CopyFrom(*currentValue_)) { in ProcessOnGet()
59 return result == AnyReturn::NOTHING_TO_DO ? EvaluationResult::EVAL_CONTINUE in ProcessOnGet()

Completed in 17 milliseconds

1...<<481482483484485486487488489490>>...918