Home
last modified time | relevance | path

Searched defs:args (Results 301 - 325 of 5812) sorted by relevance

1...<<11121314151617181920>>...233

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
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/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
H A Drequire_module.cpp27 ImportModule(const jerry_value_t func, const jerry_value_t obj, const jerry_value_t* args, const jerry_length_t argsNum) ImportModule() argument
H A Dversion_module.cpp32 GetACEVersion(const jerry_value_t func, const jerry_value_t context, const jerry_value_t args[], const jerry_length_t argsNum) GetACEVersion() argument
41 GetACECommit(const jerry_value_t func, const jerry_value_t context, const jerry_value_t args[], const jerry_length_t argsNum) GetACECommit() argument
50 GetACEBuildStamp(const jerry_value_t func, const jerry_value_t context, const jerry_value_t args[], const jerry_length_t argsNum) GetACEBuildStamp() argument
H A Dapp_data_module.cpp32 GetApp(const jerry_value_t func, const jerry_value_t context, const jerry_value_t args[], const jerry_length_t argsNum) GetApp() argument
/foundation/arkui/ace_engine_lite/frameworks/src/core/directive/
H A Ddirective_watcher_callback.cpp23 Handler(const JSValue func, const JSValue context, const JSValue args[], const JSSize argsSize) Handler() argument
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/
H A Drouter_module.cpp32 JSIValue RouterModule::Replace(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum) in Replace() argument
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/test/unittest/common/
H A Dlocalization_module_tdd_test.cpp78 jerry_value_t args[1]; in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/property/
H A Dtemplates_parser_test_ng.cpp210 std::string args = "repeat(auto-fit,4px) 2px 2px 2px"; in HWTEST_F() local
258 std::string args = "repeat(auto-stretch, 4)"; HWTEST_F() local
330 std::string args = "auto-fill 4px) 4"; HWTEST_F() local
379 std::string args = "repeat(auto-fill,0vp)"; HWTEST_F() local
[all...]
/foundation/arkui/napi/utils/
H A Dlog.cpp40 va_list args; in PrintLog() local
58 va_list args; in PrintLog() local
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_dumper.cpp29 void BluetoothHostDumper::BluetoothDump(const std::vector<std::string>& args, std::string& result) in BluetoothDump() argument
/foundation/bundlemanager/bundle_framework/test/sceneProject/unittest/bundle_app_service/app_service_version2_library1/entry/src/main/cpp/
H A Dhello.cpp21 napi_value args[2] = {nullptr}; in Add() local
/foundation/bundlemanager/bundle_framework/test/sceneProject/unittest/bundle_share_library/libA_v10002/entry/src/main/cpp/
H A Dhello.cpp21 napi_value args[2] = {nullptr}; in Add() local
/foundation/bundlemanager/bundle_framework/test/sceneProject/unittest/bundle_app_service/app_service_version1_library1/entry/src/main/cpp/
H A Dhello.cpp21 napi_value args[2] = {nullptr}; in Add() local
/foundation/bundlemanager/bundle_framework/test/sceneProject/unittest/bundle_app_service/app_service_version2_library2/entry/src/main/cpp/
H A Dhello.cpp21 napi_value args[2] = {nullptr}; in Add() local
/foundation/bundlemanager/bundle_framework/test/sceneProject/unittest/bundle_share_library/libA_v10001/entry/src/main/cpp/
H A Dhello.cpp21 napi_value args[2] = {nullptr}; in Add() local
/foundation/bundlemanager/bundle_framework/test/sceneProject/unittest/bundle_app_service/app_service_version1_library2/entry/src/main/cpp/
H A Dhello.cpp21 napi_value args[2] = {nullptr}; in Add() local

Completed in 9 milliseconds

1...<<11121314151617181920>>...233