/foundation/ability/ability_runtime/test/moduletest/call_module_test/ |
H A D | call_ability_service_module_test.cpp | 49 * @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 D | shared_transition_component.cpp | 22 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 D | form_manager_resource.h | 65 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 D | on_text_changed_listener_impl.h | 47 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 D | xcomponent_declaration.cpp | 40 [](XComponentDeclaration& declaration, const std::string& name) { in SetSpecializedAttr() 41 declaration.SetXComponentName(name); in SetSpecializedAttr()
|
/foundation/arkui/ace_engine/frameworks/core/components/form/ |
H A D | form_component.h | 60 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 D | plugin_manager_resource.h | 66 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 D | image_animator_component.cpp | 28 ImageAnimatorComponent::ImageAnimatorComponent(const std::string& name) : ComposedComponent(GenerateComponentId(), name) in ImageAnimatorComponent() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/ |
H A D | svg_path.cpp | 36 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 D | checkbox_event_hub.h | 76 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 D | ui_mgr_service.h | 50 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 D | js_api_perf.cpp | 25 .name = functionName, in InsertJsBeginLog() 36 const std::string& itemName = startTimeData_.top().name; in InsertJsEndLog()
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | form_value.h | 58 void SetName(const std::string& name) in SetName() argument 60 name_ = name; in SetName()
|
/foundation/arkui/ace_engine/frameworks/base/ressched/ |
H A D | ressched_report.h | 43 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 D | distributed_ui_manager.h | 80 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 D | mock_ui_extension_model_ng.cpp | 54 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 D | svg_circle.cpp | 64 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 D | svg_polygon.cpp | 81 bool SvgPolygon::ParseAndSetSpecializedAttr(const std::string& name, const std::string& value) in ParseAndSetSpecializedAttr() argument 83 if (name == SVG_POINTS) { in ParseAndSetSpecializedAttr()
|
H A D | svg_stop.cpp | 46 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 D | svg_line.cpp | 54 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 D | hidump_helper.h | 65 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 D | ui_label_button.h | 255 * @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 D | runtimetype.h | 72 explicit RuntimeType(const char* name) : name_(name) {} in RuntimeType() argument
|
/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/ |
H A D | bluetooth_phone_state.cpp | 136 void BluetoothPhoneState::SetName(std::string name) in SetName() argument 138 name_ = name; in SetName()
|
/foundation/bundlemanager/bundle_tool/frameworks/src/ |
H A D | shell_command.cpp | 24 ShellCommand::ShellCommand(int argc, char *argv[], std::string name) in ShellCommand() argument 29 name_ = name; in ShellCommand()
|