Home
last modified time | relevance | path

Searched defs:params (Results 2901 - 2925 of 6582) sorted by relevance

1...<<111112113114115116117118119120>>...264

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dpage_router_manager.h61 std::string params; member
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_frontend_abstract.cpp110 void CJFrontendAbstract::NavigatePage(uint8_t type, const PageTarget& target, const std::string& params) in NavigatePage() argument
169 UIContentErrorCode CJFrontendAbstract::RunPage(const std::string& url, const std::string& params) in RunPage() argument
182 void CJFrontendAbstract::ReplacePage(const std::string& url, const std::string& params) in ReplacePage() argument
187 void CJFrontendAbstract::PushPage(const std::string& url, const std::string& params) in PushPage() argument
192 Back(const std::string& uri, const std::string& params) Back() argument
202 InternalRunPage(const std::string& url, const std::string& params) InternalRunPage() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_toggle_bridge.cpp412 ArkUINativeModuleValue ToggleBridge::ParseParams(ArkUIRuntimeCallInfo* runtimeCallInfo, ArkUI_Params& params) in ParseParams() argument
/foundation/arkui/ace_engine/frameworks/core/common/recorder/
H A Devent_recorder.cpp276 auto params = builder.build(); in OnClick() local
289 auto params = builder.build(); in OnChange() local
299 auto params = builder.build(); in OnEvent() local
310 auto params = builder.build(); in OnNavDstShow() local
327 auto params in OnNavDstHide() local
334 auto params = builder.build(); OnExposure() local
[all...]
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_third_accessibility_hover_ng.cpp351 bool GetDumpInfoArgument(const std::vector<std::string>& params, DumpInfoArgument& argument) in GetDumpInfoArgument() argument
420 OnDumpChildInfoForThirdRecursive( int64_t hostElementId, const std::vector<std::string>& params, std::vector<std::string>& info, const WeakPtr<JsAccessibilityManager>& jsAccessibilityManager) OnDumpChildInfoForThirdRecursive() argument
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_list_ffi.cpp123 void FfiOHOSAceFrameworkListSetDivider(DividerParams params) in FfiOHOSAceFrameworkListSetDivider() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dselect_model_impl.cpp24 void SelectModelImpl::Create(const std::vector<SelectParam>& params) in Create() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.h562 JSRef<JSArray> params = JSRef<JSArray>::Cast(args); in ParseJsInteger() local
H A Djs_view.h166 virtual void OnDumpInfo(const std::vector<std::string>& params) {} in OnDumpInfo() argument
H A Djs_utils.cpp284 JSRef<JSArray> params = JSRef<JSArray>::Cast(shadowObject); in ParseTextShadowFromShadowObject() local
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dfrontend.h128 virtual UIContentErrorCode RunPage(const std::string& content, const std::string& params) in RunPage() argument
132 virtual UIContentErrorCode RunPage(const std::shared_ptr<std::vector<uint8_t>>& content, const std::string& params) in RunPage() argument
142 virtual UIContentErrorCode RunPageByNamedRouter(const std::string& name, const std::string& params) in RunPageByNamedRouter() argument
278 virtual void NavigatePage(uint8_t type, const PageTarget& target, const std::string& params) {} in NavigatePage() argument
136 RunDynamicPage( const std::string& content, const std::string& params, const std::string& entryPoint) RunDynamicPage() argument
/foundation/arkui/ace_engine/frameworks/core/components/camera/
H A Dcamera_element.cpp355 void CameraElement::CloseRecorder(const std::string& params) in CloseRecorder() argument
763 void CameraElement::TakePhoto(const TakePhotoParams& params) in TakePhoto() argument
[all...]
H A Dcamera_component.h64 void TakePhoto(const TakePhotoParams& params) in TakePhoto() argument
/foundation/arkui/ace_engine/test/unittest/core/common/recorder/
H A Devent_recorder_test.cpp1144 auto params = builder1.build(); in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/option/
H A Doption_test_ng.cpp680 std::vector<SelectParam> params; in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
H A Dmock_plugin_frontend.cpp36 void PluginFrontend::RunPage(const std::string& url, const std::string& params) {} in RunPage() argument
37 void PluginFrontend::ReplacePage(const std::string& url, const std::string& params) {} in ReplacePage() argument
39 void PluginFrontend::PushPage(const std::string& url, const std::string& params) {} in PushPage() argument
42 void PluginFrontend::NavigatePage(uint8_t type, const PageTarget& target, const std::string& params) {} in NavigatePage() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/form/mock/
H A Dmock_form_manager_delegate.cpp104 OnAccessibilityDumpChildInfo( const std::vector<std::string>& params, std::vector<std::string>& info) OnAccessibilityDumpChildInfo() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/
H A Dpage_pattern.h116 void FireDumpListener(const std::vector<std::string>& params) in FireDumpListener() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_content_modifier.cpp299 PaintHandle( RSCanvas& canvas, const RectF& handleRect, bool handleOnTop, const PaintHandleParams& params) PaintHandle() argument
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dzip.cpp131 bool Zip(const ZipParams &params, const OPTIONS &options) in Zip() argument
179 void GetZipsAllRelativeFilesInner(const ZipParams &params, const FilePath &iterPath, in GetZipsAllRelativeFilesInner() argument
204 GetZipsAllRelativeFiles(const ZipParams &params, std::vector<std::pair<FilePath, FilePath>> &allRelativeFiles, std::vector<FilePath> &srcFiles) GetZipsAllRelativeFiles() argument
220 Zips(const ZipParams &params, const OPTIONS &options) Zips() argument
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dpipeline_context_test_ng.cpp1248 std::vector<std::vector<std::string>> params = { { "-element", "-lastpage" }, { "-element", "non-lastpage" }, in HWTEST_F() local
1424 std::vector<std::vector<int>> params = { { 200, 400, -300 }, { -200, 100, -100 }, { -200, -300, 300 }, in HWTEST_F() local
1784 std::vector<std::vector<int>> params = { { 100, 400, 100 }, { 300, 100, 300 }, { 400, -300, 400 }, HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_input_area_model_test.cpp174 void TextInputAreaBase::ExpectCallParagraphMethods(ExpectParagraphParams params) in ExpectCallParagraphMethods() argument
H A Dtext_area_test.cpp172 void TextAreaBase::ExpectCallParagraphMethods(ExpectParagraphParams params) in ExpectCallParagraphMethods() argument
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dfeature_ability_module.cpp376 FailCallbackParams *params = new FailCallbackParams(); in MessageFailCallback() local
445 FailCallbackParams *params = static_cast<FailCallbackParams *>(data); AsyncFailCallback() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_pattern_window_test_ng.cpp474 auto params = std::make_shared<OHOS::NWeb::NWebSelectPopupMenuParamMock>(); in HWTEST_F() local
500 auto params = std::make_shared<OHOS::NWeb::NWebSelectPopupMenuParamMock>(); in HWTEST_F() local
628 std::shared_ptr<OHOS::NWeb::NWebSelectPopupMenuParamMock> params = in HWTEST_F() local
[all...]

Completed in 28 milliseconds

1...<<111112113114115116117118119120>>...264