Home
last modified time | relevance | path

Searched defs:args (Results 1726 - 1750 of 6484) sorted by relevance

1...<<61626364656667686970>>...260

/foundation/ability/form_fwk/test/fuzztest/formmgrservice_fuzzer/
H A Dformmgrservice_fuzzer.cpp86 std::vector<std::u16string> args = {u"-h"}; in DoSomethingInterestingWithMyAPI() local
/foundation/ability/idl_tool/idl_tool_2/util/
H A Dstring_helper.cpp173 va_list args; in Format() local
/foundation/ability/ability_runtime/test/fuzztest/abilitymanagerservicee_fuzzer/
H A Dabilitymanagerservicee_fuzzer.cpp76 std::vector<std::u16string> args; in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_delegator/runner_runtime/
H A Djs_test_runner.cpp30 Create(const std::unique_ptr<Runtime> &runtime, const std::shared_ptr<AbilityDelegatorArgs> &args, const AppExecFwk::BundleInfo &bundleInfo, bool isFaJsModel) Create() argument
53 JsTestRunner( JsRuntime &jsRuntime, const std::shared_ptr<AbilityDelegatorArgs> &args, const AppExecFwk::BundleInfo &bundleInfo, bool isFaJsModel) JsTestRunner() argument
[all...]
/foundation/ability/ability_runtime/services/dataobsmgr/src/
H A Ddataobs_mgr_service.cpp303 int DataObsMgrService::Dump(int fd, const std::vector<std::u16string>& args) in Dump() argument
315 void DataObsMgrService::Dump(const std::vector<std::u16string>& args, std::string& result) const in Dump() argument
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_dump_ffrt_test/
H A Dapp_mgr_service_dump_ffrt_test.cpp96 std::vector<std::u16string> args; in HWTEST_F() local
131 std::vector<std::u16string> args; in HWTEST_F() local
168 std::vector<std::u16string> args; HWTEST_F() local
211 std::vector<std::u16string> args; HWTEST_F() local
253 std::vector<std::u16string> args; HWTEST_F() local
298 std::vector<std::u16string> args; HWTEST_F() local
343 std::vector<std::u16string> args; HWTEST_F() local
391 std::vector<std::u16string> args; HWTEST_F() local
439 std::vector<std::u16string> args; HWTEST_F() local
[all...]
/foundation/ability/ability_runtime/test/moduletest/ability_manager_client_test/
H A Dability_manager_client_test.cpp82 std::string args = "-a"; in HWTEST_F() local
/foundation/ability/ability_runtime/test/moduletest/module_test_dump_util/
H A Dmodule_test_dump_util.cpp100 size_t MTDumpUtil::GetAll(const string& args, const str_vec& dumpInfo, str_vec& results) in GetAll() argument
116 str_iter MTDumpUtil::GetFirst(const string& args, const str_vec& dumpInfo, const str_iter& begin, string& result) in GetFirst() argument
135 string MTDumpUtil::GetBy(const string& key, const string& value, const string& args, const str_vec& dumpInfo) in GetBy() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_javascript_result_callback.cpp70 std::vector<std::shared_ptr<WebJSValue>> GetWebJSValue(const std::vector<std::shared_ptr<NWebValue>>& args) in GetWebJSValue() argument
152 GetJavaScriptResult( std::vector<std::shared_ptr<NWebValue>> args, const std::string& method, const std::string& object_name, int32_t routing_id, int32_t object_id) GetJavaScriptResult() argument
183 GetJavaScriptResultFlowbuf( std::vector<std::shared_ptr<NWebValue>> args, const std::string& method, const std::string& object_name, int fd, int32_t routing_id, int32_t object_id) GetJavaScriptResultFlowbuf() argument
/foundation/arkui/ace_engine/frameworks/core/components/declaration/input/
H A Dinput_declaration.cpp97 void InputDeclaration::CallSpecializedMethod(const std::string& method, const std::string& args) in CallSpecializedMethod() argument
/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.cpp318 void TextFieldDeclaration::CallSpecializedMethod(const std::string& method, const std::string& args) in CallSpecializedMethod() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/
H A Dcheckboxgroup_model_ng.cpp94 void CheckBoxGroupModelNG::SetPadding(const NG::PaddingPropertyF& args, const NG::PaddingProperty& newArgs, bool flag) in SetPadding() argument
/foundation/arkui/ace_engine/frameworks/core/components/declaration/search/
H A Dsearch_declaration.cpp307 void SearchDeclaration::CallSpecializedMethod(const std::string& method, const std::string& args) in CallSpecializedMethod() argument
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtext_field_element.cpp295 void TextFieldElement::Insert(const std::string& args) in Insert() argument
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_menu.cpp199 void DOMMenu::CallSpecializedMethod(const std::string& method, const std::string& args) in CallSpecializedMethod() argument
H A Ddom_navigation_bar.cpp104 void DomNavigationBar::CallSpecializedMethod(const std::string& method, const std::string& args) in CallSpecializedMethod() argument
H A Ddom_stepper.cpp105 void DOMStepper::CallSpecializedMethod(const std::string& method, const std::string& args) in CallSpecializedMethod() argument
H A Ddom_panel.cpp117 void DOMPanel::CallSpecializedMethod(const std::string& method, const std::string& args) in CallSpecializedMethod() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_canvas_image_data.cpp28 void JSCanvasImageData::Constructor(const JSCallbackInfo& args) in Constructor() argument
75 GetImageDataSize(const JSCallbackInfo& args, int32_t& finalWidth, int32_t& finalHeight) GetImageDataSize() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_text_editable_controller.cpp38 void JSTextEditableController::Constructor(const JSCallbackInfo& args) in Constructor() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dcheckbox_model_impl.cpp112 void CheckBoxModelImpl::SetPadding(const NG::PaddingPropertyF& args, const NG::PaddingProperty& newArgs, bool flag) in SetPadding() argument
H A Dcheckboxgroup_model_impl.cpp110 void CheckBoxGroupModelImpl::SetPadding(const NG::PaddingPropertyF& args, const NG::PaddingProperty& newArgs, bool flag) in SetPadding() argument
/foundation/arkui/ace_engine/advanced_ui_component/navpushpathhelper/src/
H A Dhsp_silentinstall_napi.cpp28 napi_value args[2] = { nullptr }; in IsHspExist() local
70 napi_value args[3] = { nullptr }; in SilentInstall() local
115 getModuleName(napi_env env, napi_value args, std::string& moduleName) getModuleName() argument
[all...]
/foundation/arkui/ace_engine/frameworks/base/log/
H A Ddump_log.h138 void AddDesc(Args&&... args) in AddDesc() argument
145 void BuildDesc(std::stringstream& stream, T& t, Args&&... args) in BuildDesc() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_navigation_function.cpp41 void JsNavigationTransitionProxy::SetFromContentInfo(const JSCallbackInfo& args) in SetFromContentInfo() argument
46 void JsNavigationTransitionProxy::GetFromContentInfo(const JSCallbackInfo& args) in GetFromContentInfo() argument
56 void JsNavigationTransitionProxy::SetToContentInfo(const JSCallbackInfo& args) in SetToContentInfo() argument
61 void JsNavigationTransitionProxy::GetToContentInfo(const JSCallbackInfo& args) in GetToContentInfo() argument

Completed in 12 milliseconds

1...<<61626364656667686970>>...260