| /foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/dfx/ |
| H A D | distributed_sched_dumper_test.cpp | 72 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 D | fms_form_mgr_dump_test.cpp | 75 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 D | js_child_process_test.cpp | 160 auto args = std::make_shared<AppExecFwk::ChildProcessArgs>(); in HWTEST_F() local
|
| /foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/ |
| H A D | mock_ability_mgr_service.h | 54 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 D | dataobs_mgr_service_dump_test.cpp | 58 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 D | test_runner.cpp | 29 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 D | mission_listener_controller.h | 131 void CallListeners(F func, Args&&... args) in CallListeners() argument
|
| /foundation/ability/ability_runtime/test/unittest/napi_base_context_test/ |
| H A D | napi_base_context_test.cpp | 56 napi_value args[0] = {}; in HWTEST_F() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
| H A D | text_field_controller.cpp | 66 void TextFieldController::Insert(const std::string& args) in Insert() argument
|
| /foundation/ability/ability_runtime/services/abilitymgr/include/ |
| H A D | connection_observer_controller.h | 86 void CallObservers(F func, Args&&... args) in CallObservers() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
| H A D | cj_navigator_ffi.cpp | 37 void FfiOHOSAceFrameworkNavigatorSetParams(const char* args) in FfiOHOSAceFrameworkNavigatorSetParams() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/ |
| H A D | js_canvas_gradient.cpp | 25 void JSCanvasGradient::Constructor(const JSCallbackInfo& args) in Constructor() argument
|
| H A D | js_rendering_context_settings.cpp | 27 void JSRenderingContextSettings::Constructor(const JSCallbackInfo& args) in Constructor() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_ability_component_controller.cpp | 33 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 D | js_text.h | 104 static void Constructor(const JSCallbackInfo& args) in Constructor() argument
|
| H A D | js_swiper.h | 85 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 D | js_view_common_def.h | 72 R operator()(Args... args) in operator ()() argument 122 void operator()(Args... args) in operator ()() argument
|
| H A D | js_column_split.cpp | 36 void JSColumnSplit::JsDivider(const JSCallbackInfo& args) in JsDivider() argument
|
| H A D | js_linear_gradient.cpp | 27 void JSLinearGradient::Constructor(const JSCallbackInfo& args) in Constructor() argument
|
| /foundation/arkui/ace_engine/frameworks/core/common/ |
| H A D | platform_bridge.cpp | 28 void PlatformBridge::SendMessage(const std::vector<CodecData>& args, const PlatformCallbackHandler& handler) in SendMessage() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/codec/ |
| H A D | function_call.h | 31 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 D | string_utils.cpp | 34 va_list args; in FormatString() local
|
| /foundation/arkui/ace_engine/test/tools/event_tree_to_graph/ |
| H A D | main.py | 68 args = parse_args() variable
|
| /foundation/arkui/ace_engine/frameworks/core/components_v2/common/ |
| H A D | common_def.h | 59 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 D | syscap_module.h | 52 CanIUse(const jerry_value_t func, const jerry_value_t context, const jerry_value_t *args, const jerry_length_t argsNum) CanIUse() argument
|