Home
last modified time | relevance | path

Searched refs:name (Results 23776 - 23800 of 62056) sorted by relevance

1...<<951952953954955956957958959960>>...2483

/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ability_runtime/
H A Dcj_ability_object.h54 int64_t (*cjAbilityCreate)(const char* name);
84 static std::shared_ptr<CJAbilityObject> LoadModule(const std::string& name);
/foundation/ability/ability_runtime/test/moduletest/appexecfwk_appkit_native_app_module_test/
H A Dappexecfwk_appkit_native_app_module_test_third.cpp75 appinf.name = "MockTestApplication"; in TearDown()
89 * @tc.name: Application Context
105 appinf.name = "MockTestApplication"; in HWTEST_F()
/foundation/ability/ability_runtime/interfaces/inner_api/deps_wrapper/src/
H A Dos_account_manager_wrapper.cpp81 ErrCode OsAccountManagerWrapper::CreateOsAccount(const std::string &name, int32_t &osAccountUserId) in CreateOsAccount() argument
90 ErrCode errCode = AccountSA::OsAccountManager::CreateOsAccount(name, in CreateOsAccount()
/foundation/ability/ability_runtime/test/unittest/runtime_test/
H A Dohos_js_environment_test.cpp51 * @tc.name: PostTask_0100
62 auto task = [name = taskName]() { in HWTEST_F()
63 TAG_LOGI(AAFwkTag::TEST, "%{public}s called.", name.c_str()); in HWTEST_F()
71 * @tc.name: PostSyncTask_0100
100 * @tc.name: InitTimerModule_0100
122 * @tc.name: InitWorkerModule_0100
140 * @tc.name: InitSyscapModule_0100
/foundation/ability/ability_runtime/test/unittest/cj_ability_object_test/
H A Dcj_ability_object_test.cpp68 funcs->cjAbilityCreate = [](const char* name) -> int64_t { return name[0] == '0' ? 0 : 1; }; in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_ellipse.cpp32 void SvgEllipse::SetAttr(const std::string& name, const std::string& value) in SetAttr() argument
34 component_->GetDeclaration()->SetSpecializedAttr(std::make_pair(name, value)); in SetAttr()
H A Dsvg_circle.cpp32 void SvgCircle::SetAttr(const std::string& name, const std::string& value) in SetAttr() argument
34 component_->GetDeclaration()->SetSpecializedAttr(std::make_pair(name, value)); in SetAttr()
H A Dsvg_svg.cpp36 void SvgSvg::SetAttr(const std::string& name, const std::string& value) in SetAttr() argument
38 component_->GetDeclaration()->SetSpecializedAttr(std::make_pair(name, value)); in SetAttr()
H A Dsvg_rect.cpp32 void SvgRect::SetAttr(const std::string& name, const std::string& value) in SetAttr() argument
34 component_->GetDeclaration()->SetSpecializedAttr(std::make_pair(name, value)); in SetAttr()
H A Dsvg_use.cpp32 void SvgUse::SetAttr(const std::string& name, const std::string& value) in SetAttr() argument
34 component_->GetDeclaration()->SetSpecializedAttr(std::make_pair(name, value)); in SetAttr()
H A Dsvg_g.cpp36 void SvgG::SetAttr(const std::string& name, const std::string& value) in SetAttr() argument
38 component_->GetDeclaration()->SetSpecializedAttr(std::make_pair(name, value)); in SetAttr()
H A Dsvg_line.cpp32 void SvgLine::SetAttr(const std::string& name, const std::string& value) in SetAttr() argument
34 component_->GetDeclaration()->SetSpecializedAttr(std::make_pair(name, value)); in SetAttr()
H A Dsvg_polygon.cpp38 void SvgPolygon::SetAttr(const std::string& name, const std::string& value) in SetAttr() argument
40 component_->GetDeclaration()->SetSpecializedAttr(std::make_pair(name, value)); in SetAttr()
/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dshadow_theme.cpp65 const RefPtr<ThemeStyle>& themeStyle, ShadowStyle shadowStyle, const std::string& name, bool isDark) in ParseShadowParam()
67 // shadow_style_floating_sm_shadow prefix + name + in ParseShadowParam()
68 const std::string prefix = std::string("shadow_style_") + name; in ParseShadowParam()
64 ParseShadowParam( const RefPtr<ThemeStyle>& themeStyle, ShadowStyle shadowStyle, const std::string& name, bool isDark) ParseShadowParam() argument
/foundation/ability/ability_runtime/frameworks/cj/ffi/app/errormanager/
H A Dcj_error_observer.cpp82 cjErrorObj.name = MallocCString(errorObj.name); in HandleException()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_checkbox_group_ffi.cpp53 void FfiOHOSAceFrameworkCheckBoxGroupCreate(const char* name) in FfiOHOSAceFrameworkCheckBoxGroupCreate() argument
55 auto checkboxGroupName = std::optional<std::string>(name); in FfiOHOSAceFrameworkCheckBoxGroupCreate()
H A Dcj_checkbox_ffi.cpp27 void FfiOHOSAceFrameworkCheckBoxCreate(const char* name, const char* group) in FfiOHOSAceFrameworkCheckBoxCreate() argument
29 auto checkboxName = std::optional<std::string>(name); in FfiOHOSAceFrameworkCheckBoxCreate()
/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
H A Dmock_plugin_component_manager.cpp72 void PluginComponentManager::UIServiceListener::OnPushCallBack(const AAFwk::Want& want, const std::string& name, in OnPushCallBack() argument
77 const AAFwk::Want& want, const std::string& name, const std::string& data) in OnRequestCallBack()
76 OnRequestCallBack( const AAFwk::Want& want, const std::string& name, const std::string& data) OnRequestCallBack() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dui_extension_model.h78 std::function<void(int32_t code, const std::string& name, const std::string& message)>&& onError,
81 std::function<void(int32_t code, const std::string& name, const std::string& message)>&& onError);
H A Dui_extension_model_ng.h51 int32_t code, const std::string& name, const std::string& message)>&& onError) override;
65 std::function<void(int32_t code, const std::string& name, const std::string& message)>&& onError,
/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_file_cache.h30 FileInfo(std::string name, size_t size, time_t time, size_t cnt) in FileInfo()
31 : fileName(std::move(name)), fileSize(size), accessTime(time), accessCount(cnt) {} in FileInfo()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Don_text_changed_listener_impl.h61 void PostTaskToUI(const std::function<void()>& task, const std::string& name);
62 void PostSyncTaskToUI(const std::function<void()>& task, const std::string& name);
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_ellipse.cpp67 bool SvgEllipse::ParseAndSetSpecializedAttr(const std::string& name, const std::string& value) in AsPath() argument
87 auto attrIter = BinarySearchFindIndex(attrs, ArraySize(attrs), name.c_str()); in AsPath()
H A Dsvg_pattern.cpp55 bool SvgPattern::ParseAndSetSpecializedAttr(const std::string& name, const std::string& value) in ParseAndSetSpecializedAttr() argument
95 std::string key = name; in ParseAndSetSpecializedAttr()
H A Dsvg_rect.cpp72 bool SvgRect::ParseAndSetSpecializedAttr(const std::string& name, const std::string& value) in ParseAndSetSpecializedAttr() argument
100 auto attrIter = BinarySearchFindIndex(attrs, ArraySize(attrs), name.c_str()); in ParseAndSetSpecializedAttr()

Completed in 34 milliseconds

1...<<951952953954955956957958959960>>...2483