Home
last modified time | relevance | path

Searched defs:args (Results 351 - 375 of 6484) sorted by relevance

1...<<11121314151617181920>>...260

/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/dfx/
H A Ddistributed_sched_dumper_test.cpp72 const std::vector<std::string> args = {}; in HWTEST_F() local
88 const std::vector<std::string> args = {"-connect"}; in HWTEST_F() local
104 const std::vector<std::string> args = {"-invalid"}; in HWTEST_F() local
120 const std::vector<std::string> args = {"-invalid1", "-invalid2"}; in HWTEST_F() local
137 const std::vector<std::string> args in HWTEST_F() local
154 const std::vector<std::string> args = {"-connect"}; HWTEST_F() local
171 const std::vector<std::string> args = {"-invalid"}; HWTEST_F() local
188 const std::vector<std::string> args = {"-invalid1", "-invalid2"}; HWTEST_F() local
205 const std::vector<std::string> args = {}; HWTEST_F() local
[all...]
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_dump_test/
H A Dfms_form_mgr_dump_test.cpp75 std::vector<std::u16string> args = {}; in HWTEST_F() local
95 std::vector<std::u16string> args = {u"-h"}; in HWTEST_F() local
119 std::vector<std::u16string> args = {u"-s"}; in HWTEST_F() local
143 std::vector<std::u16string> args = {u"-n"}; HWTEST_F() local
163 std::vector<std::u16string> args = {u"-i"}; HWTEST_F() local
183 std::vector<std::u16string> args = {u"-t"}; HWTEST_F() local
227 std::vector<std::u16string> args = {u"-b"}; HWTEST_F() local
251 std::vector<std::u16string> args = {u"-r"}; HWTEST_F() local
[all...]
/foundation/ability/ability_runtime/test/unittest/child_process_manager_test/
H A Djs_child_process_test.cpp160 auto args = std::make_shared<AppExecFwk::ChildProcessArgs>(); in HWTEST_F() local
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/
H A Dmock_ability_mgr_service.h54 void DumpState(const std::string& args, std::vector<std::string>& state) in DumpState() argument
/foundation/ability/ability_runtime/test/unittest/dataobs_mgr_service_dump_test/
H A Ddataobs_mgr_service_dump_test.cpp58 std::vector<std::u16string> args; in HWTEST_F() local
80 std::vector<std::u16string> args; in HWTEST_F() local
100 std::vector<std::u16string> args; in HWTEST_F() local
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_delegator/
H A Dtest_runner.cpp29 Create(const std::unique_ptr<AbilityRuntime::Runtime> &runtime, const std::shared_ptr<AbilityDelegatorArgs> &args, bool isFaJsModel) Create() argument
/foundation/ability/ability_runtime/services/abilitymgr/include/mission/
H A Dmission_listener_controller.h131 void CallListeners(F func, Args&&... args) in CallListeners() argument
/foundation/ability/ability_runtime/test/unittest/napi_base_context_test/
H A Dnapi_base_context_test.cpp56 napi_value args[0] = {}; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtext_field_controller.cpp66 void TextFieldController::Insert(const std::string& args) in Insert() argument
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dconnection_observer_controller.h86 void CallObservers(F func, Args&&... args) in CallObservers() argument
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_navigator_ffi.cpp37 void FfiOHOSAceFrameworkNavigatorSetParams(const char* args) in FfiOHOSAceFrameworkNavigatorSetParams() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_canvas_gradient.cpp25 void JSCanvasGradient::Constructor(const JSCallbackInfo& args) in Constructor() argument
H A Djs_rendering_context_settings.cpp27 void JSRenderingContextSettings::Constructor(const JSCallbackInfo& args) in Constructor() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_ability_component_controller.cpp33 void JSAbilityComponentController::Constructor(const JSCallbackInfo& args) in Constructor() argument
47 void JSAbilityComponentController::StartAbility(const JSCallbackInfo& args) in StartAbility() argument
55 void JSAbilityComponentController::PerformBackPress(const JSCallbackInfo& args) in PerformBackPress() argument
62 void JSAbilityComponentController::GetStackCount(const JSCallbackInfo& args) in GetStackCount() argument
H A Djs_text.h104 static void Constructor(const JSCallbackInfo& args) in Constructor() argument
H A Djs_swiper.h85 void SwipeTo(const JSCallbackInfo& args) in SwipeTo() argument
97 void ShowNext(const JSCallbackInfo& args) in ShowNext() argument
105 void ShowPrevious(const JSCallbackInfo& args) in ShowPrevious() argument
[all...]
H A Djs_view_common_def.h72 R operator()(Args... args) in operator ()() argument
122 void operator()(Args... args) in operator ()() argument
H A Djs_column_split.cpp36 void JSColumnSplit::JsDivider(const JSCallbackInfo& args) in JsDivider() argument
H A Djs_linear_gradient.cpp27 void JSLinearGradient::Constructor(const JSCallbackInfo& args) in Constructor() argument
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dplatform_bridge.cpp28 void PlatformBridge::SendMessage(const std::vector<CodecData>& args, const PlatformCallbackHandler& handler) in SendMessage() argument
/foundation/arkui/ace_engine/frameworks/bridge/codec/
H A Dfunction_call.h31 FunctionCall(const std::string& funcName, const std::vector<CodecData>& args) : funcName_(funcName), args_(args) {} in FunctionCall() argument
32 FunctionCall(std::string&& funcName, std::vector<CodecData>&& args) in FunctionCall() argument
53 void SetArgs(const std::vector<CodecData>& args) in SetArgs() argument
63 void SetArgs(std::vector<CodecData>&& args) in SetArgs() argument
/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dstring_utils.cpp34 va_list args; in FormatString() local
/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/
H A Dmain.py68 args = parse_args() variable
/foundation/arkui/ace_engine/frameworks/core/components_v2/common/
H A Dcommon_def.h59 ResumeEventCallback(const RefPtr<C>& component, const std::unique_ptr<std::function<R(Args...)>>& (C::*getMethod)() const, R defValue, const Args&... args) ResumeEventCallback() argument
67 ResumeEventCallback(const RefPtr<C>& component, const std::unique_ptr<std::function<void(Args...)>>& (C::*getMethod)() const, const Args&... args) ResumeEventCallback() argument
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dsyscap_module.h52 CanIUse(const jerry_value_t func, const jerry_value_t context, const jerry_value_t *args, const jerry_length_t argsNum) CanIUse() argument

Completed in 8 milliseconds

1...<<11121314151617181920>>...260