/foundation/ability/form_fwk/frameworks/js/napi/formProvider/ |
H A D | napi_form_provider.h | 38 int32_t result = OHOS::ERR_OK; member 43 bool result = false; member
|
/foundation/ability/idl_tool/idl_tool_2/codegen/SA/type/ |
H A D | sa_map_type_emitter.h | 49 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 D | wakeup_manager_napi.h | 43 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 D | headset_wakeup_wrapper.cpp | 89 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 D | closeability_fuzzer.cpp | 68 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 D | dataobs_mgr_service.h | 65 * @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 D | multi_instance_utils.cpp | 90 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 D | abilitymgrinsightintentexecuteresult_fuzzer.cpp | 72 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 D | auto_startup_callback_proxy_test.cpp | 96 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 D | user_object_wrapper_test.cpp | 52 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 D | render_semi_modal.h | 38 TouchTestResult& result) override; 63 const Offset& coordinateOffset, const TouchRestrict& touchRestrict, TouchTestResult& result) override;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | click_event.cpp | 27 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 D | toss_animation_controller.cpp | 113 int result = gettimeofday(&tv, nullptr); in GetCurrentTime() local 114 if (result != 0) { in GetCurrentTime()
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_form.cpp | 83 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 D | interaction_data.h | 66 DragRet result { DragRet::DRAG_FAIL }; 72 DragRet result { DragRet::DRAG_FAIL };
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_if_else.cpp | 69 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 D | beans_test.py | 34 def test_end(test_info, result): 35 if result:
|
/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | back_end_event_manager.h | 42 // 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 D | multi_fingers_recognizer.cpp | 58 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 D | render_popup_list.h | 48 TouchTestResult& result) override; 50 const Offset& coordinateOffset, const TouchRestrict& touchRestrict, TouchTestResult& result) override;
|
/foundation/barrierfree/accessibility/services/test/mock/ |
H A D | mock_common_event_subscriber.cpp | 105 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 D | napi_zlib_common.cpp | 71 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 D | line_painter_test_ng.cpp | 82 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 D | linear_allocator.h | 55 void* result = current_; in Allocate() local 59 return result; in Allocate()
|
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/ |
H A D | property_animation.cpp | 58 if (auto result = value.CopyFrom(*currentValue_)) { in ProcessOnGet() 59 return result == AnyReturn::NOTHING_TO_DO ? EvaluationResult::EVAL_CONTINUE in ProcessOnGet()
|