Home
last modified time | relevance | path

Searched defs:params (Results 1801 - 1825 of 3384) sorted by relevance

1...<<71727374757677787980>>...136

/foundation/arkui/ace_engine/frameworks/core/components/form/
H A Dsub_container.cpp505 bool SubContainer::Dump(const std::vector<std::string>& params) in Dump() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/
H A Dcustom_node_base.h171 void FireOnDumpInfoFunc(const std::vector<std::string>& params) in FireOnDumpInfoFunc() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
H A Dform_node.cpp312 void FormNode::OnAccessibilityDumpChildInfo(const std::vector<std::string>& params, std::vector<std::string>& info) in OnAccessibilityDumpChildInfo() argument
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtsp/
H A Drtsp_unit_test.cpp170 std::list<std::pair<std::string, std::string>> params; in HWTEST_F() local
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dui_ability_thread.cpp498 void UIAbilityThread::DumpAbilityInfo(const std::vector<std::string> &params, std::vector<std::string> &info) in DumpAbilityInfo() argument
527 void UIAbilityThread::DumpAbilityInfoInner(const std::vector<std::string> &params, std::vector<std::string> &info) in DumpAbilityInfoInner() argument
553 void UIAbilityThread::DumpAbilityInfoInner(const std::vector<std::string> &params, std::vector<std::string> &info) in DumpAbilityInfoInner() argument
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_view_ohos.cpp430 bool AceViewOhos::Dump(const std::vector<std::string>& params) in Dump() argument
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_page_router_ng.cpp348 void CJPageRouterNG::StartPush(const RouterPageInfo& target, const std::string& params, RouterMode mode) in StartPush() argument
365 LoadPage(GenerateNextPageId(), target, params); in StartPush() local
368 void CJPageRouterNG::StartReplace(const RouterPageInfo& target, const std::string& params, RouterMode mode) in StartReplace() argument
389 LoadPage(GenerateNextPageId(), info, params, false, false, false); in StartReplace() local
392 void CJPageRouterNG::StartBack(const RouterPageInfo& target, const std::string& params) in StartBack() argument
415 BackCheckAlert(const RouterPageInfo& target, const std::string& params) BackCheckAlert() argument
447 LoadPage(int32_t pageId, const RouterPageInfo& target, const std::string& params, bool isRestore, bool needHideLast, bool needTransition) LoadPage() argument
491 MovePageToFront(int32_t index, const RefPtr<FrameNode>& pageNode, const std::string& params, bool needHideLast, bool forceShowCurrent, bool needTransition) MovePageToFront() argument
542 PopPage(const std::string& params, bool needShowNext, bool needTransition) PopPage() argument
584 PopPageToIndex(int32_t index, const std::string& params, bool needShowNext, bool needTransition) PopPageToIndex() argument
[all...]
H A Dcj_page_router.cpp198 void CJPageRouter::StartPush(const OHOS::Ace::CJPageRouterAbstract::RouterPageInfo& target, const std::string& params, in StartPush() argument
207 LoadPage(GenerateNextPageId(), target, params); in StartPush() local
240 LoadPage(GenerateNextPageId(), info, params, false, false, false); in StartReplace() local
243 void CJPageRouter::BackCheckAlert(const RouterPageInfo& target, const std::string& params) in BackCheckAlert() argument
125 LoadPage(int32_t pageId, const OHOS::Ace::CJPageRouterAbstract::RouterPageInfo& target, const std::string& params, bool isRestore, bool needHideLast, bool needTransition) LoadPage() argument
227 StartReplace(const OHOS::Ace::CJPageRouterAbstract::RouterPageInfo& target, const std::string& params, OHOS::Ace::CJPageRouterAbstract::RouterMode mode) StartReplace() argument
278 PopPage(const std::string& params, bool needShowNext, bool needTransition) PopPage() argument
307 PopPageToIndex(int32_t index, const std::string& params, bool needShowNext, bool needTransition) PopPageToIndex() argument
[all...]
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/jsview/
H A Djs_interactable_view.cpp382 std::string params; in GetRemoteMessageEventCallback() local
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/bridge/declarative_frontend/ng/
H A Dpage_router_manager.h61 std::string params; member
[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/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

Completed in 25 milliseconds

1...<<71727374757677787980>>...136