/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/context/ |
H A D | js_timer_list.h | 49 struct Arguments : public MemoryHeap { struct 62 Arguments *arguments; argument 66 jerry_value_t AddTimer(timerHandle_t timerId, Arguments *&arg); 72 void ReleaseArguments(Arguments *&argument);
|
H A D | js_timer_list.cpp | 25 jerry_value_t TimerList::AddTimer(timerHandle_t timerId, Arguments *&arg) in AddTimer() 95 void TimerList::ReleaseArguments(Arguments *&argument) in ReleaseArguments()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/ |
H A D | timer_module.cpp | 65 TimerList::Arguments *arguments = new TimerList::Arguments(); in CreateTimer() 95 jerry_value_t TimerModule::StartTask(TimerList::Arguments *arguments, jerry_value_t time, bool repe… in StartTask() 167 TimerList::Arguments *arg = static_cast<TimerList::Arguments *>(arguments); in Task() 223 TimerList::Arguments* funcArgs = timer->arguments; in Task()
|
H A D | timer_module.h | 95 …static jerry_value_t StartTask(TimerList::Arguments *arguments, jerry_value_t time, bool repeated);
|
/ohos5.0/docs/en/application-dev/reference/common/ |
H A D | js-apis-logs.md | 24 | arguments | any[] | No | Arguments in the message or other information to be printed.| 53 | arguments | any[] | No |Arguments in the message or other information to be printed.| 82 | arguments | any[] | No | Arguments in the message or other information to be printed.| 111 | arguments | any[] | No | Arguments in the message or other information to be printed.| 140 | arguments | any[] | No | Arguments in the message or other information to be printed.|
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-dfx-hilog-rich.md | 112 <p id="p198849129150"><a name="p198849129150"></a><a name="p198849129150"></a>Arguments: See argume… 118 <p id="p17738847151515"><a name="p17738847151515"></a><a name="p17738847151515"></a>Arguments: See … 124 <p id="p1558534841512"><a name="p1558534841512"></a><a name="p1558534841512"></a>Arguments: See arg… 130 <p id="p1125712491157"><a name="p1125712491157"></a><a name="p1125712491157"></a>Arguments: See arg…
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | c-apis-ability-childprocess.md | 275 …loads the specified dynamic library file, and calls the entry function. Arguments can be passed to… 290 | args | Arguments passed to the child process. For details, see [NativeChildProcess_Args](#nativec…
|
H A D | native__child__process_8h.md | 50 …loads the specified dynamic library file, and calls the entry function. Arguments can be passed to…
|
/ohos5.0/docs/en/application-dev/napi/ |
H A D | jsvm-frequently-questions.md | 87 …e function parameters are correctly passed. For details, see [Obtaining Arguments Passed from JS](…
|
H A D | jsvm-guidelines.md | 218 ## Obtaining Arguments Passed from JS
|
H A D | napi-guidelines.md | 3 ## Obtaining Arguments Passed by JS
|
/ohos5.0/docs/en/application-dev/reference/apis-arkts/ |
H A D | js-apis-taskpool.md | 37 | args | Object[] | No | Arguments of the function. For details about the supported parameter ty… 85 | args | A | No | Arguments of the function. For details about the supported parameter types, se… 886 | arguments | Object[] | Yes | Yes | Arguments of the function. For details about the… 907 | args | Object[] | No | Arguments of the function. For details about the supported parameter ty… 946 | args | Object[] | No | Arguments of the function. For details about the supported parameter ty… 1821 | args | A | No | Arguments of the function. For details about the supported parameter types, se… 1874 | args | A | No | Arguments of the function. For details about the supported parameter types, se… 1966 | args | Object[] | No | Arguments of the function. For details about the supported parameter ty…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/ |
H A D | js-apis-data-rdb.md | 1652 | bindArgs | Array<[ValueType](#valuetype)> | Yes | Arguments in the SQL statement. The value… 1681 | bindArgs | Array<[ValueType](#valuetype)> | No | Arguments in the SQL statement. The value … 1714 | bindArgs | Array<[ValueType](#valuetype)> | Yes | Arguments in the SQL statement. The value… 1743 | bindArgs | Array<[ValueType](#valuetype)> | No | Arguments in the SQL statement. The value …
|
H A D | js-apis-data-relationalStore.md | 3993 | bindArgs | Array<[ValueType](#valuetype)> | Yes | Arguments in the SQL statement. … 4044 | bindArgs | Array<[ValueType](#valuetype)> | No | Arguments in the SQL statement. The value… 4100 | bindArgs | Array<[ValueType](#valuetype)> | No | Arguments in the SQL statement. The value… 4223 | bindArgs | Array<[ValueType](#valuetype)> | Yes | Arguments in the SQL statement. The valu… 4286 | bindArgs | Array<[ValueType](#valuetype)> | No | Arguments in the SQL statement. The value… 4356 | args | Array<[ValueType](#valuetype)> | No | Arguments in the SQL statement. The value cor… 4449 | args | Array<[ValueType](#valuetype)> | No | Arguments in the SQL statement. The value cor… 4523 | args | Array<[ValueType](#valuetype)> | No | Arguments in the SQL statement. The value c…
|
/ohos5.0/docs/en/application-dev/reference/apis-performance-analysis-kit/ |
H A D | js-apis-hisysevent-sys.md | 373 | queryArg | [QueryArg](#queryarg) | Yes | Arguments for event query.|
|
/ohos5.0/docs/en/application-dev/reference/apis-localization-kit/ |
H A D | js-apis-resource-manager.md | 399 | args | Array<string \| number> | No | Arguments for formatting strings.<br>Supported value type… 502 | args | Array<string \| number> | No | Arguments for formatting strings.<br>Supported value type… 601 | args | Array<string \| number> | No | Arguments for formatting strings.<br>Supported value type…
|
/ohos5.0/docs/en/contribute/ |
H A D | OpenHarmony-c-cpp-secure-coding-guide.md | 2059 Arguments declared as arrays in the argument list will be adjusted to pointers of corresponding typ…
|