Home
last modified time | relevance | path

Searched defs:name (Results 1526 - 1550 of 10268) sorted by relevance

1...<<61626364656667686970>>...411

/foundation/ability/ability_runtime/test/unittest/cj_test_runner_object_test/
H A Dcj_test_runner_object_test.cpp43 int64_t create(const char* name) in create() argument
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dability_permission_test.cpp87 std::string name = "hello"; in HWTEST_F() local
111 std::string name = "hello"; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_route.h28 std::optional<std::string> name; member
42 virtual bool GetRouteItem(const std::string& name, RouteItem& info) in GetRouteItem() argument
47 virtual bool HasLoaded(const std::string& name) in HasLoaded() argument
52 virtual int32_t LoadPage(const std::string& name) in LoadPage() argument
62 virtual bool IsNavigationItemExits(const std::string& name) in IsNavigationItemExits() argument
/foundation/arkui/ace_engine/frameworks/core/components/transition/
H A Dtransition_component.h28 TransitionComponent(const ComposeId& id, const std::string& name, const RefPtr<Component>& child) in TransitionComponent() argument
31 TransitionComponent(const ComposeId& id, const std::string& name) : ComposedComponent(id, name) {} in TransitionComponent() argument
/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_line.cpp32 void SvgLine::SetAttr(const std::string& name, const std::string& value) in SetAttr() argument
H A Dsvg_mask.cpp32 void SvgMask::SetAttr(const std::string& name, const std::string& value) in SetAttr() argument
H A Dsvg_filter.cpp32 void SvgFilter::SetAttr(const std::string& name, const std::string& value) in SetAttr() argument
H A Dsvg_pattern.cpp32 void SvgPattern::SetAttr(const std::string& name, const std::string& value) in SetAttr() argument
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_runtime/app/
H A Dcj_ability_stage.h33 const char* name; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Drec_node.h49 inline void SetName(const std::string& name) in SetName() argument
/foundation/arkui/ace_engine/adapter/ohos/services/uiservice/test/unittest/phone/ui_service_stub_test/
H A Dui_service_stub_test.cpp88 const std::string name = "name"; in HWTEST_F() local
132 const std::string name = "name"; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_frontend.h168 void SetInstanceName(const std::string& name) in SetInstanceName() argument
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dace_trace.cpp28 void AceTraceBegin(const char* name) in AceTraceBegin() argument
40 void AceTraceBeginCommercial(const char* name) in AceTraceBeginCommercial() argument
50 void AceAsyncTraceBegin(int32_t taskId, const char* name, bool isAnimationTrace) in AceAsyncTraceBegin() argument
61 void AceAsyncTraceEnd(int32_t taskId, const char* name, bool isAnimationTrace) in AceAsyncTraceEnd() argument
72 AceAsyncTraceBeginCommercial(int32_t taskId, const char* name, bool isAnimationTrace) AceAsyncTraceBeginCommercial() argument
83 AceAsyncTraceEndCommercial(int32_t taskId, const char* name, bool isAnimationTrace) AceAsyncTraceEndCommercial() argument
[all...]
H A Dnavigation_route_ohos.cpp57 bool NavigationRouteOhos::GetRouteItem(const std::string& name, NG::RouteItem& info) in GetRouteItem() argument
72 bool NavigationRouteOhos::GetRouteItemFromBundle(const std::string& name, AppExecFwk::RouterItem& routeItem) in GetRouteItemFromBundle() argument
84 LoadPage(const std::string& name) LoadPage() argument
103 IsNavigationItemExits(const std::string& name) IsNavigationItemExits() argument
115 LoadPageFromHapModule(const std::string& name) LoadPageFromHapModule() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_navigation_stack.h36 std::string name; member
[all...]
H A Djs_mock.cpp35 void JSMockViewPU::JSBind(BindingTarget globalObj, std::string name) in JSBind() argument
H A Djs_navdestination_context.h34 JSNavPathInfo(const std::string& name, JSRef<JSVal> param) : NG::NavPathInfo(name), param_(param) {} in JSNavPathInfo() argument
35 JSNavPathInfo(const std::string& name, JSRef<JSVal> param, JSRef<JSVal> onPop, bool isEntry = false) in JSNavPathInfo() argument
/foundation/arkui/ace_engine/adapter/ohos/services/uiservice/test/unittest/phone/ui_mgr_service_test/
H A Dui_mgr_service_test.cpp149 const std::string name = "name"; in HWTEST_F() local
170 const std::string name = "name"; HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/adapter/ohos/services/uiservice/test/unittest/phone/ui_service_mgr_proxy_test/
H A Dui_service_mgr_proxy_test.cpp116 const std::string name = "name"; in HWTEST_F() local
143 const std::string name = "name"; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dcalendar_component_v2.h29 CalendarComponentV2(const ComposeId& id, const std::string& name) : CalendarComponent(id, name) {} in CalendarComponentV2() argument
/foundation/arkui/ace_engine/adapter/ohos/services/uiservice/src/
H A Dui_service_mgr_proxy.cpp73 int32_t UIServiceMgrProxy::Push(const AAFwk::Want& want, const std::string& name, const std::string& jsonPath, in Push() argument
102 int32_t UIServiceMgrProxy::Request(const AAFwk::Want& want, const std::string& name, const std::string& data) in Request() argument
H A Dui_service_proxy.cpp25 void UIServiceProxy::OnPushCallBack(const AAFwk::Want& want, const std::string& name, const std::string& jsonPath, in OnPushCallBack() argument
67 void UIServiceProxy::OnRequestCallBack(const AAFwk::Want& want, const std::string& name, const std::string& data) in OnRequestCallBack() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A Dbindings_implementation.h42 IFunctionBinding(const char* name, MethodOptions options) : name_(name), options_(options) {} in IFunctionBinding() argument
65 FunctionBinding(const char* name, MethodOptions options, FunctionPtr func) in FunctionBinding() argument
85 StaticFunctionBinding(const char* name, MethodOptions options, FunctionPtr func) in StaticFunctionBinding() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_fe_blend.cpp64 bool SvgFeBlend::ParseAndSetSpecializedAttr(const std::string& name, const std::string& value) in ParseAndSetSpecializedAttr() argument
H A Dsvg_rect.cpp72 bool SvgRect::ParseAndSetSpecializedAttr(const std::string& name, const std::string& value) in ParseAndSetSpecializedAttr() argument

Completed in 10 milliseconds

1...<<61626364656667686970>>...411