Home
last modified time | relevance | path

Searched refs:Arguments (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H A Djs_timer_list.h49 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 Djs_timer_list.cpp25 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 Dtimer_module.cpp65 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 Dtimer_module.h95 …static jerry_value_t StartTask(TimerList::Arguments *arguments, jerry_value_t time, bool repeated);
/ohos5.0/docs/en/application-dev/reference/common/
H A Djs-apis-logs.md24 | 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 Dsubsys-dfx-hilog-rich.md112 <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 Dc-apis-ability-childprocess.md275 …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 Dnative__child__process_8h.md50 …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 Djsvm-frequently-questions.md87 …e function parameters are correctly passed. For details, see [Obtaining Arguments Passed from JS](…
H A Djsvm-guidelines.md218 ## Obtaining Arguments Passed from JS
H A Dnapi-guidelines.md3 ## Obtaining Arguments Passed by JS
/ohos5.0/docs/en/application-dev/reference/apis-arkts/
H A Djs-apis-taskpool.md37 | 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 Djs-apis-data-rdb.md1652 | bindArgs | Array&lt;[ValueType](#valuetype)&gt; | Yes | Arguments in the SQL statement. The value…
1681 | bindArgs | Array&lt;[ValueType](#valuetype)&gt; | No | Arguments in the SQL statement. The value …
1714 | bindArgs | Array&lt;[ValueType](#valuetype)&gt; | Yes | Arguments in the SQL statement. The value…
1743 | bindArgs | Array&lt;[ValueType](#valuetype)&gt; | No | Arguments in the SQL statement. The value …
H A Djs-apis-data-relationalStore.md3993 | bindArgs | Array&lt;[ValueType](#valuetype)&gt; | Yes | Arguments in the SQL statement. …
4044 | bindArgs | Array&lt;[ValueType](#valuetype)&gt; | No | Arguments in the SQL statement. The value…
4100 | bindArgs | Array&lt;[ValueType](#valuetype)&gt; | No | Arguments in the SQL statement. The value…
4223 | bindArgs | Array&lt;[ValueType](#valuetype)&gt; | Yes | Arguments in the SQL statement. The valu…
4286 | bindArgs | Array&lt;[ValueType](#valuetype)&gt; | No | Arguments in the SQL statement. The value…
4356 | args | Array&lt;[ValueType](#valuetype)&gt; | No | Arguments in the SQL statement. The value cor…
4449 | args | Array&lt;[ValueType](#valuetype)&gt; | No | Arguments in the SQL statement. The value cor…
4523 | args | Array&lt;[ValueType](#valuetype)&gt; | No | Arguments in the SQL statement. The value c…
/ohos5.0/docs/en/application-dev/reference/apis-performance-analysis-kit/
H A Djs-apis-hisysevent-sys.md373 | queryArg | [QueryArg](#queryarg) | Yes | Arguments for event query.|
/ohos5.0/docs/en/application-dev/reference/apis-localization-kit/
H A Djs-apis-resource-manager.md399 | 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 DOpenHarmony-c-cpp-secure-coding-guide.md2059 Arguments declared as arrays in the argument list will be adjusted to pointers of corresponding typ…