Home
last modified time | relevance | path

Searched defs:name (Results 10651 - 10675 of 22325) sorted by relevance

1...<<421422423424425426427428429430>>...893

/foundation/ability/ability_runtime/frameworks/native/ability/native/insight_intent_executor/
H A Djs_insight_intent_executor.cpp108 HandleExecuteIntent( InsightIntentExecuteMode mode, const std::string& name, const AAFwk::WantParams& param, const std::shared_ptr<NativeReference>& pageLoader, std::unique_ptr<InsightIntentExecutorAsyncCallback> callback, bool& isAsync) HandleExecuteIntent() argument
376 ExecuteInsightIntentUIAbilityForeground( const std::string& name, const AAFwk::WantParams& param, const std::shared_ptr<NativeReference>& windowStageJs) ExecuteInsightIntentUIAbilityForeground() argument
407 ExecuteInsightIntentUIAbilityBackground( const std::string& name, const AAFwk::WantParams& param) ExecuteInsightIntentUIAbilityBackground() argument
438 ExecuteInsightIntentUIExtension( const std::string& name, const AAFwk::WantParams& param, const std::shared_ptr<NativeReference>& UIExtensionContentSession) ExecuteInsightIntentUIExtension() argument
469 ExecuteInsightIntentServiceExtension( const std::string& name, const AAFwk::WantParams& param) ExecuteInsightIntentServiceExtension() argument
[all...]
/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/src/
H A Dauto_fill_extension_callback.cpp82 void AutoFillExtensionCallback::OnError(int32_t errCode, const std::string &name, const std::string &message) in OnError() argument
/foundation/ability/ability_runtime/services/abilitymgr/src/data_ability/
H A Ddata_ability_manager.cpp448 LoadLocked( const std::string &name, const AbilityRequest &req) LoadLocked() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/form/
H A Dsub_container.cpp406 auto name = picNameArray[i]; in GetNamesOfSharedImage() local
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Dxcomponent_component.h111 void SetName(const std::string& name) in SetName() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/
H A Dcustom_node_base.h192 void SetJSViewName(std::string&& name) in SetJSViewName() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/
H A Dcheckbox_pattern.h128 void SetPreName(const std::string& name) in SetPreName() argument
201 auto name = checkBoxEventHub ? checkBoxEventHub->GetName() : ""; variable
/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/
H A Dnavigation_bar_component.cpp81 NavigationBarComponent::NavigationBarComponent(const ComposeId& id, const std::string& name) in NavigationBarComponent() argument
/foundation/arkui/ace_engine/frameworks/core/components/panel/
H A Dpanel_component.h67 PanelComponent(const ComposeId& id, const std::string& name, const RefPtr<Component>& child) in PanelComponent() argument
73 PanelComponent(const ComposeId& id, const std::string& name) : ComposedComponent(id, name) in PanelComponent() argument
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_page_router_ng.cpp283 void CJPageRouterNG::GetState(int32_t& index, std::string& name, std::string& path) in GetState() argument
H A Dcj_page_router.cpp166 void CJPageRouter::GetState(int32_t& index, std::string& name, std::string& path) in GetState() argument
H A Dcj_frontend_abstract.cpp39 void MainWindowOverlay(std::function<void(RefPtr<NG::OverlayManager>)>&& task, const std::string& name) in MainWindowOverlay() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_checkbox.cpp71 auto name = paramObject->GetProperty("name"); in Create() local
H A Djs_checkboxgroup.cpp63 JSRef<JSVal> name = JSRef<JSVal>::Make(ToJSValue(nameList[idx])); in CheckboxGroupResultEventToJSValue() local
H A Djs_view.h368 void SetJSViewName(const std::string& name) in SetJSViewName() argument
/foundation/arkui/ace_engine/frameworks/base/log/
H A Dace_performance_check.cpp69 AceScopedPerformanceCheck::AceScopedPerformanceCheck(const std::string& name) in AceScopedPerformanceCheck() argument
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dwatch_dog_mingw.cpp51 bool PostTaskToTaskRunner(Task&& task, uint32_t delayTime, const std::string& name) in PostTaskToTaskRunner() argument
58 g_anrThread->PostDelayedTask(std::move(task), delayTime, name); in PostTaskToTaskRunner() local
60 g_anrThread->PostTask(std::move(task), name); in PostTaskToTaskRunner() local
H A Dwindow.h69 virtual void RecordFrameTime(uint64_t timeStamp, const std::string& name) {} in RecordFrameTime() argument
166 static std::string name; in GetWindowName() local
H A Dfrontend.h142 virtual UIContentErrorCode RunPageByNamedRouter(const std::string& name, const std::string& params) in RunPageByNamedRouter() argument
/foundation/arkui/ace_engine/frameworks/base/ressched/
H A Dressched_report.cpp84 void ResSchedReport::ResSchedDataReport(const char* name, const std::unordered_map<std::string, std::string>& param) in ResSchedDataReport() argument
295 ResSchedReportScope::ResSchedReportScope(const std::string& name, in ResSchedReportScope() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_render_image.cpp34 void BindNativeFunction(napi_env env, napi_value object, const char* name, napi_callback func) in BindNativeFunction() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
H A Dnavigation_animation_test_ng.cpp90 RefPtr<NavDestinationGroupNode> NavigationAnimationTest::CreateDestination(const std::string name) in CreateDestination() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Disolated_pattern.cpp127 FireOnErrorCallbackOnUI( int32_t code, const std::string& name, const std::string& msg) FireOnErrorCallbackOnUI() argument
/foundation/arkui/ace_engine/interfaces/napi/kits/plugincomponent/
H A Djs_plugin_callback.cpp300 void JSPluginCallback::OnRequestEvent(const AAFwk::Want& want, const std::string& name, const std::string& data) in OnRequestEvent() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/
H A Dsvg_dom.cpp165 const char* name = nullptr; in ParseAttrs() local
228 void SvgDom::SetAttrValue(const std::string& name, const std::string& value, const RefPtr<SvgNode>& svgNode) in SetAttrValue() argument

Completed in 37 milliseconds

1...<<421422423424425426427428429430>>...893