Home
last modified time | relevance | path

Searched refs:Method (Results 1 - 25 of 48) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_delegate_cross.h436 Method reloadMethod_;
437 Method updateUrlMethod_;
438 Method routerBackMethod_;
439 Method changePageUrlMethod_;
440 Method isPagePathInvalidMethod_;
441 Method backwardMethod_;
442 Method forwardMethod_;
443 Method clearHistoryMethod_;
444 Method getHitTestMethod_;
445 Method onActiveMethod
[all...]
H A Dweb_resource.h32 using Method = std::string;
42 const Method& method, const std::string& param, const std::function<void(std::string&)>& callback = nullptr);
/foundation/arkui/ace_engine/frameworks/core/components/video/resource/
H A Dplayer.h147 Method getCurrentPosMethod_;
148 Method playMethod_;
149 Method pauseMethod_;
150 Method stopMethod_;
151 Method seekMethod_;
152 Method setVolumeMethod_;
153 Method fullscreenMethod_;
154 Method enableloopingMethod_;
155 Method setSpeedMethod_;
156 Method setDirectionMethod
[all...]
H A Dresource.h42 using Method = std::string;
52 const Method& method, const std::string& param, const std::function<void(std::string&)>& callback = nullptr);
55 const Method& method, const std::string& param, const std::function<void(std::string&)>& callback = nullptr);
/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Dmethod.h31 struct Method { struct
46 struct CommonMethod : Method {
H A Ddeclaration.h63 Method& GetMethod(MethodTag tag) const;
450 void AddSpecializedMethod(std::shared_ptr<Method>&& specializedMethod);
584 std::unordered_map<MethodTag, std::shared_ptr<Method>> methods_;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_state_mgmt_profiler.cpp27 JSClass<JSStateMgmtProfiler>::Method("begin", &JSStateMgmtProfiler::Begin); in JSBind()
28 JSClass<JSStateMgmtProfiler>::Method("end", &JSStateMgmtProfiler::End); in JSBind()
29 JSClass<JSStateMgmtProfiler>::Method("report", &JSStateMgmtProfiler::Report); in JSBind()
30 JSClass<JSStateMgmtProfiler>::Method("clear", &JSStateMgmtProfiler::Clear); in JSBind()
H A Djs_view.cpp291 JSClass<JSViewFullUpdate>::Method("markNeedUpdate", &JSViewFullUpdate::MarkNeedUpdate); in JSBind()
292 JSClass<JSViewFullUpdate>::Method("syncInstanceId", &JSViewFullUpdate::SyncInstanceId); in JSBind()
293 JSClass<JSViewFullUpdate>::Method("restoreInstanceId", &JSViewFullUpdate::RestoreInstanceId); in JSBind()
295 JSClass<JSViewFullUpdate>::Method("needsUpdate", &JSViewFullUpdate::NeedsUpdate); in JSBind()
296 JSClass<JSViewFullUpdate>::Method("markStatic", &JSViewFullUpdate::MarkStatic); in JSBind()
297 JSClass<JSViewFullUpdate>::Method("setCardId", &JSViewFullUpdate::JsSetCardId); in JSBind()
1050 JSClass<JSViewPartialUpdate>::Method("markNeedUpdate", &JSViewPartialUpdate::MarkNeedUpdate); in JSBind()
1051 JSClass<JSViewPartialUpdate>::Method("syncInstanceId", &JSViewPartialUpdate::SyncInstanceId); in JSBind()
1052 JSClass<JSViewPartialUpdate>::Method("restoreInstanceId", &JSViewPartialUpdate::RestoreInstanceId); in JSBind()
1054 JSClass<JSViewPartialUpdate>::Method("markStati in JSBind()
[all...]
H A Djs_text_editable_controller.cpp24 JSClass<JSTextEditableController>::Method("caretPosition", &JSTextEditableController::CaretPosition); in JSBind()
33 JSClass<JSTextEditableController>::Method("stopEditing", &JSTextEditableController::StopEditing); in JSBind()
H A Djs_nav_path_stack.cpp41 JSClass<JSNavPathStack>::Method("onStateChanged", &JSNavPathStack::OnStateChanged); in JSBind()
/foundation/arkui/ace_engine/frameworks/core/components/ability_component/resource/
H A Dability_component_resource.h39 using Method = std::string;
47 std::string CallResRegisterMethod(const Method& method, const std::string& param, bool useSyncTask);
H A Dability_component_delegate.cpp187 Method updateRenderRectMethod = MakeMethodHash(ABILITY_COMPONENT_METHOD_UPDATE_RENDER_RECT); in UpdateRenderRect()
353 Method startAbilityMethod = MakeMethodHash(ABILITY_COMPONENT_METHOD_START_ABILITY); in StartAbility()
367 Method performBackPressMethod = MakeMethodHash(ABILITY_COMPONENT_METHOD_PERFORM_BACK_PRESS); in PerformBackPress()
378 Method getStackCountMethod = MakeMethodHash(ABILITY_COMPONENT_METHOD_GET_STACK_COUNT); in GetStackCount()
/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/ComponentTools/
H A Dcomponent_query.h45 /** Method of operation. */
46 enum Method : uint8_t {
54 Method method { REQUIRE };
139 BASE_NS::vector<Operation::Method> operationMethods_;
/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/
H A Drequest.rs17 use crate::reqwest_impl::{Method, Version};
29 /// use ylong_http_client::{Method, Request};
32 /// .method(Method::GET)
85 /// Sets `Method` of this request.
90 /// use ylong_http_client::{Method, RequestBuilder};
92 /// let builder = RequestBuilder::new().method(Method::GET);
94 pub fn method(mut self, method: Method) -> Self { in method()
107 /// use ylong_http_client::{Method, RequestBuilder};
231 pub(crate) method: Method,
H A Dmod.rs30 pub use reqwest::{tls::Version as TlsVersion, Method, Response, Version};
/foundation/ability/idl_tool/codegen/
H A Dts_code_emitter.h54 struct Method { struct in OHOS::Idl::TsCodeEmitter
76 void EmitInterfaceMethodLastPara(MetaMethod* metaMethod, const String& prefix, Method& method,
90 void EmitInterfaceMethodExportCallback(Method& m, const Parameter& para, bool isLast);
173 std::vector<Method> methods_;
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_resource.h42 using Method = std::string;
52 const Method& method, const std::string& param, const std::function<void(std::string&)>& callback = nullptr);
/foundation/arkui/ace_engine/frameworks/core/components/form/resource/
H A Dform_manager_resource.h43 using Method = std::string;
52 const Method& method, const std::string& param, const std::function<void(std::string&)>& callback = nullptr);
/foundation/arkui/ace_engine/frameworks/core/components/rich_text/resource/
H A Drich_text_resource.h43 using Method = std::string;
53 void CallResRegisterMethod(const Method& method, const std::string& param,
H A Drich_text_delegate.cpp307 Method updateContentMethod = MakeMethodHash(RICH_TEXT_METHOD_UPDATE_CONTENT); in UpdateRichTextData()
318 Method updateLayoutPositionMethod = MakeMethodHash(RICH_TEXT_METHOD_UPDATE_TRANSLATE); in UpdateWebPostion()
330 Method updateLayoutPositionMethod = MakeMethodHash(RICH_TEXT_METHOD_UPDATE_CONTENT_TRANSLATE); in UpdateContentScroll()
342 Method reShowRichTextMethod = MakeMethodHash(RICH_TEXT_METHOD_SHOW_RICHTEXT); in CallPopPageSuccessPageUrl()
353 Method hideRichTextMethod = MakeMethodHash(RICH_TEXT_METHOD_HIDE_RICHTEXT_WHEN_PUSH); in CallIsPagePathInvalid()
368 Method hideRichTextMethod = MakeMethodHash(RICH_TEXT_METHOD_HIDE_RICHTEXT_WHEN_POP); in HideRichText()
379 Method hideRichTextMethod = MakeMethodHash(RICH_TEXT_METHOD_CHANGE_VISIBILITY); in ChangeRichTextVisibility()
/foundation/arkui/ace_engine/frameworks/core/components/plugin/resource/
H A Dplugin_manager_resource.h43 using Method = std::string;
53 const Method& method, const std::string& param, const std::function<void(std::string&)>& callback = nullptr);
/foundation/graphic/graphic_3d/kits/js/src/
H A DSceneJS.cpp69 Method<NapiApi::FunctionContext<BASE_NS::string>, SceneJS, &SceneJS::GetNode>("getNodeByPath"), in Init()
70 Method<NapiApi::FunctionContext<>, SceneJS, &SceneJS::GetResourceFactory>("getResourceFactory"), in Init()
71 Method<NapiApi::FunctionContext<>, SceneJS, &SceneJS::Dispose>("destroy"), in Init()
74 Method<NapiApi::FunctionContext<NapiApi::Object>, SceneJS, &SceneJS::CreateCamera>("createCamera"), in Init()
75 Method<NapiApi::FunctionContext<NapiApi::Object,uint32_t>, SceneJS, &SceneJS::CreateLight>("createLight"), in Init()
76 Method<NapiApi::FunctionContext<NapiApi::Object>, SceneJS, &SceneJS::CreateNode>("createNode"), in Init()
77 Method<NapiApi::FunctionContext<NapiApi::Object,uint32_t>, SceneJS, &SceneJS::CreateMaterial>("createMaterial"), in Init()
78 Method<NapiApi::FunctionContext<NapiApi::Object>, SceneJS, &SceneJS::CreateShader>("createShader"), in Init()
79 Method<NapiApi::FunctionContext<NapiApi::Object>, SceneJS, &SceneJS::CreateImage>("createImage"), in Init()
80 Method<NapiAp in Init()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/declaration/texttimer/
H A Dtexttimer_declaration.h41 struct TextTimerMethod : Method {};
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Dxcomponent_component.h87 using Method = std::string;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A Dbindings_implementation.h107 * \p Method(...) is used to register methods. If a member function is registered directly, the ESI should take care of
117 * directly. Additional options can be passed to \p Method(...) when binding member functions, such as the object can
178 * JSClass<TwoDPoint>::Method("setX", &TwoDPoint::SetX, MethodOptions::RETURN_SELF);
179 * JSClass<TwoDPoint>::Method("getX", &TwoDPoint::GetX);
180 * JSClass<TwoDPoint>::Method("setY", &TwoDPoint::SetY, MethodOptions::RETURN_SELF);
181 * JSClass<TwoDPoint>::Method("getY", &TwoDPoint::GetY);
182 * JSClass<TwoDPoint>::Method("print", &TwoDPoint::Print);
189 * JSClass<ThreeDPoint>::Method("setZ", &ThreeDPoint::SetZ, MethodOptions::RETURN_SELF);
190 * JSClass<ThreeDPoint>::Method("getZ", &ThreeDPoint::GetZ);
240 * \param options Method option
[all...]

Completed in 15 milliseconds

12