/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/ |
H A D | web_delegate_cross.h | 436 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 D | web_resource.h | 32 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 D | player.h | 147 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 D | resource.h | 42 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 D | method.h | 31 struct Method { struct 46 struct CommonMethod : Method {
|
H A D | declaration.h | 63 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 D | js_state_mgmt_profiler.cpp | 27 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 D | js_view.cpp | 291 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 D | js_text_editable_controller.cpp | 24 JSClass<JSTextEditableController>::Method("caretPosition", &JSTextEditableController::CaretPosition); in JSBind() 33 JSClass<JSTextEditableController>::Method("stopEditing", &JSTextEditableController::StopEditing); in JSBind()
|
H A D | js_nav_path_stack.cpp | 41 JSClass<JSNavPathStack>::Method("onStateChanged", &JSNavPathStack::OnStateChanged); in JSBind()
|
/foundation/arkui/ace_engine/frameworks/core/components/ability_component/resource/ |
H A D | ability_component_resource.h | 39 using Method = std::string; 47 std::string CallResRegisterMethod(const Method& method, const std::string& param, bool useSyncTask);
|
H A D | ability_component_delegate.cpp | 187 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 D | component_query.h | 45 /** 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 D | request.rs | 17 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 D | mod.rs | 30 pub use reqwest::{tls::Version as TlsVersion, Method, Response, Version};
|
/foundation/ability/idl_tool/codegen/ |
H A D | ts_code_emitter.h | 54 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 D | web_resource.h | 42 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 D | form_manager_resource.h | 43 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 D | rich_text_resource.h | 43 using Method = std::string; 53 void CallResRegisterMethod(const Method& method, const std::string& param,
|
H A D | rich_text_delegate.cpp | 307 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 D | plugin_manager_resource.h | 43 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 D | SceneJS.cpp | 69 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 D | texttimer_declaration.h | 41 struct TextTimerMethod : Method {};
|
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/ |
H A D | xcomponent_component.h | 87 using Method = std::string;
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | bindings_implementation.h | 107 * \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...] |