Home
last modified time | relevance | path

Searched refs:name (Results 2326 - 2350 of 6817) sorted by relevance

1...<<919293949596979899100>>...273

/foundation/ability/ability_runtime/test/moduletest/call_module_test/
H A Dcall_ability_service_module_test.cpp49 * @tc.name: CheckStartByCallPermission_001
60 abilityRequest_.abilityInfo.name = "ClientAbility"; in HWTEST_F()
69 * @tc.name: CheckStartByCallPermission_002
80 abilityRequest_.abilityInfo.name = "ClientAbility"; in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/shared_transition/
H A Dshared_transition_component.cpp22 SharedTransitionComponent::SharedTransitionComponent(const ComposeId& id, const std::string& name, ShareId shareId) in SharedTransitionComponent() argument
23 : ComposedComponent(id, name), shareId_(std::move(shareId)) in SharedTransitionComponent()
/foundation/arkui/ace_engine/frameworks/core/components/form/resource/
H A Dform_manager_resource.h65 int32_t GetIntParam(const std::string& param, const std::string& name) const;
66 std::string GetStringParam(const std::string& param, const std::string& name) const;
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Don_text_changed_listener_impl.h47 void PostSyncTaskToUI(const std::function<void()>& task, const std::string& name);
48 void PostTaskToUI(const std::function<void()>& task, const std::string& name);
/foundation/arkui/ace_engine/frameworks/core/components/declaration/xcomponent/
H A Dxcomponent_declaration.cpp40 [](XComponentDeclaration& declaration, const std::string& name) { in SetSpecializedAttr()
41 declaration.SetXComponentName(name); in SetSpecializedAttr()
/foundation/arkui/ace_engine/frameworks/core/components/form/
H A Dform_component.h60 void SetModuleName(const std::string& name) in SetModuleName() argument
62 info_.moduleName = name; in SetModuleName()
/foundation/arkui/ace_engine/frameworks/core/components/plugin/resource/
H A Dplugin_manager_resource.h66 int32_t GetIntParam(const std::string& param, const std::string& name) const;
67 std::string GetStringParam(const std::string& param, const std::string& name) const;
/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Dimage_animator_component.cpp28 ImageAnimatorComponent::ImageAnimatorComponent(const std::string& name) : ComposedComponent(GenerateComponentId(), name) in ImageAnimatorComponent() argument
/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_path.cpp36 void SvgPath::SetAttr(const std::string& name, const std::string& value) in SetAttr() argument
38 component_->GetDeclaration()->SetSpecializedAttr(std::make_pair(name, value)); in SetAttr()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/
H A Dcheckbox_event_hub.h76 void SetName(const std::string& name) in SetName() argument
78 name_ = name; in SetName()
/foundation/arkui/ace_engine/adapter/ohos/services/uiservice/include/
H A Dui_mgr_service.h50 int32_t Push(const AAFwk::Want& want, const std::string& name, const std::string& jsonPath,
53 int32_t Request(const AAFwk::Want& want, const std::string& name, const std::string& data) override;
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
H A Djs_api_perf.cpp25 .name = functionName, in InsertJsBeginLog()
36 const std::string& itemName = startTimeData_.top().name; in InsertJsEndLog()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Dform_value.h58 void SetName(const std::string& name) in SetName() argument
60 name_ = name; in SetName()
/foundation/arkui/ace_engine/frameworks/base/ressched/
H A Dressched_report.h43 void ResSchedDataReport(const char* name, const std::unordered_map<std::string, std::string>& param = {});
77 explicit ResSchedReportScope(const std::string& name,
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Ddistributed_ui_manager.h80 void PostSyncTaskToUI(const std::function<void()>& task, const std::string& name) in PostSyncTaskToUI() argument
87 taskExecutor->PostSyncTask(task, TaskExecutor::TaskType::UI, name); in PostSyncTaskToUI()
/foundation/arkui/ace_engine/test/mock/core/pattern/
H A Dmock_ui_extension_model_ng.cpp54 std::function<void(int32_t code, const std::string& name, const std::string& message)>&& onError) in SetOnError()
58 std::function<void(int32_t code, const std::string& name, const std::string& message)>&& onError) in SetPlatformOnError()
53 SetOnError( std::function<void(int32_t code, const std::string& name, const std::string& message)>&& onError) SetOnError() argument
57 SetPlatformOnError( std::function<void(int32_t code, const std::string& name, const std::string& message)>&& onError) SetPlatformOnError() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_circle.cpp64 bool SvgCircle::ParseAndSetSpecializedAttr(const std::string& name, const std::string& value) in ParseAndSetSpecializedAttr() argument
80 auto attrIter = BinarySearchFindIndex(attrs, ArraySize(attrs), name.c_str()); in ParseAndSetSpecializedAttr()
H A Dsvg_polygon.cpp81 bool SvgPolygon::ParseAndSetSpecializedAttr(const std::string& name, const std::string& value) in ParseAndSetSpecializedAttr() argument
83 if (name == SVG_POINTS) { in ParseAndSetSpecializedAttr()
H A Dsvg_stop.cpp46 bool SvgStop::ParseAndSetSpecializedAttr(const std::string& name, const std::string& value) in ParseAndSetSpecializedAttr() argument
77 auto attrIter = BinarySearchFindIndex(attrs, ArraySize(attrs), name.c_str()); in ParseAndSetSpecializedAttr()
H A Dsvg_line.cpp54 bool SvgLine::ParseAndSetSpecializedAttr(const std::string& name, const std::string& value) in ParseAndSetSpecializedAttr() argument
74 auto attrIter = BinarySearchFindIndex(attrs, ArraySize(attrs), name.c_str()); in ParseAndSetSpecializedAttr()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dhidump_helper.h65 ErrCode GetAbilityInfoByName(const std::string &name, std::string &result);
68 ErrCode GetBundleInfoByName(const std::string &name, std::string &result);
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_label_button.h255 * @param name Indicates the pointer to the font name.
260 void SetFont(const char* name, uint8_t size) in SetFont() argument
263 labelButtonText_->SetFont(name, size); in SetFont()
269 * @param fontId Indicates the font ID composed of the font name and size.
282 * @return Returns the front ID composed of the font name and size.
/foundation/arkui/napi/interfaces/inner_api/cjffi/native/
H A Druntimetype.h72 explicit RuntimeType(const char* name) : name_(name) {} in RuntimeType() argument
/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_phone_state.cpp136 void BluetoothPhoneState::SetName(std::string name) in SetName() argument
138 name_ = name; in SetName()
/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dshell_command.cpp24 ShellCommand::ShellCommand(int argc, char *argv[], std::string name) in ShellCommand() argument
29 name_ = name; in ShellCommand()

Completed in 10 milliseconds

1...<<919293949596979899100>>...273