Home
last modified time | relevance | path

Searched defs:argsNum (Results 1 - 25 of 38) sorted by relevance

12

/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Djstest_module.cpp28 JSTestPrint(const jerry_value_t func, const jerry_value_t context, const jerry_value_t *args, const jerry_length_t argsNum) JSTestPrint() argument
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
H A Dsyscap_module.cpp31 CheckSyscap(const jerry_value_t func, const jerry_value_t context, const jerry_value_t *args, const jerry_length_t argsNum, bool repeated) CheckSyscap() argument
H A Dprofiler_module.cpp34 StartTracing(const jerry_value_t func, const jerry_value_t context, const jerry_value_t *args, const jerry_length_t argsNum) StartTracing() argument
64 StopTracing(const jerry_value_t func, const jerry_value_t context, const jerry_value_t *args, const jerry_length_t argsNum) StopTracing() argument
H A Dtimer_module.h84 SetTimeout(const jerry_value_t func, const jerry_value_t context, const jerry_value_t *args, const jerry_length_t argsNum) SetTimeout() argument
101 SetInterval(const jerry_value_t func, const jerry_value_t context, const jerry_value_t *args, const jerry_length_t argsNum) SetInterval() argument
H A Dlocalization_module.cpp61 jerry_value_t LocalizationModule::GetValueByKey(const jerry_value_t *args, const jerry_length_t argsNum, bool isPlural) in GetValueByKey() argument
H A Dnumber_format_module.cpp39 CreateNumberFormat(const jerry_value_t func, const jerry_value_t context, const jerry_value_t args[], const jerry_length_t argsNum) CreateNumberFormat() argument
94 Format(const jerry_value_t func, const jerry_value_t context, const jerry_value_t args[], const jerry_length_t argsNum) Format() argument
H A Drender_module.cpp83 CreateElement(const jerry_value_t func, const jerry_value_t context, const jerry_value_t *args, const jerry_length_t argsNum) CreateElement() argument
117 InitStyleSheet(const jerry_value_t func, const jerry_value_t context, const jerry_value_t *args, const jerry_length_t argsNum) InitStyleSheet() argument
148 ConditionalRender(const jerry_value_t func, const jerry_value_t context, const jerry_value_t *args, const jerry_length_t argsNum) ConditionalRender() argument
H A Dtimer_module.cpp49 CreateTimer(const jerry_value_t func, const jerry_value_t context, const jerry_value_t *args, const jerry_length_t argsNum, bool repeated) CreateTimer() argument
130 ClearTimer(const jerry_value_t func, const jerry_value_t context, const jerry_value_t *args, const jerry_length_t argsNum) ClearTimer() 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
H A Ddialog_module.cpp37 JSIValue DialogModule::ShowDialog(const JSIValue thisVal, const JSIValue args[], uint8_t argsNum) in ShowDialog() argument
H A Dsample_module.cpp25 JSIValue SampleModule::TestCallFunc(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in TestCallFunc() argument
30 JSIValue SampleModule::TestCallback(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in TestCallback() argument
47 JSIValue SampleModule::TestStandardCallback(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in TestStandardCallback() argument
89 JSIValue SampleModule::TestCallbackWithArgs(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in TestCallbackWithArgs() argument
127 JSIValue SampleModule::TestStandardCallbackWithArgs(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in TestStandardCallbackWithArgs() argument
155 JSIValue SampleModule::TestGeneralFunc(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in TestGeneralFunc() argument
182 Setter(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) Setter() argument
194 Getter(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) Getter() argument
[all...]
H A Ddfx_module.cpp39 bool DfxModule::PreCheck(uint8_t argsNum) in PreCheck() argument
83 JSIValue DfxModule::Screenshot(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in Screenshot() argument
118 JSIValue DfxModule::DumpDomTree(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in DumpDomTree() argument
153 JSIValue DfxModule::DumpDomNode(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in DumpDomTree() argument
223 JSIValue DfxModule::InjectEvent(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in DumpDomTree() argument
[all...]
/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H A Djs_timer_list.h52 jerry_length_t argsNum = 0; member
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/test/unittest/common/
H A Ddate_time_module_tdd_test.cpp53 FormatDate(const jerry_value_t dateTime, const jerry_value_t args[], const jerry_length_t argsNum) FormatDate() argument
H A Dnumber_format_module_tdd_test.cpp53 FormatNumber(const jerry_value_t numberFormat, const jerry_value_t *args, const jerry_length_t argsNum) FormatNumber() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_navigation_function.cpp128 const int32_t argsNum = 3; in Execute() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/router/test/unittest/common/
H A Drouter_module_tdd_test.cpp408 const uint8_t argsNum = 2; in HWTEST_F() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dswiper_component.cpp175 constexpr uint8_t argsNum = 1; in OnSwipe() local
H A Dtabs_component.cpp309 constexpr uint8_t argsNum = 1; in OnSwipe() local
/foundation/communication/netstack/frameworks/js/builtin/fetch/src/
H A Dfetch_module.cpp42 JSIValue FetchModule::Fetch(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in Fetch() argument
227 JSIValue FetchModule::StringToArrayBuffer(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in StringToArrayBuffer() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_nav_destination_bridge.cpp32 const int32_t argsNum = 2; // 2: parameter index in SetHideTitleBar() local
63 const int32_t argsNum = 2; // 2: parameter index in SetHideToolBar() local

Completed in 18 milliseconds

12