Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:ARGS_MAX_COUNT
(Results
1 - 16
of
16
) sorted by relevance
/foundation/ability/ability_runtime/frameworks/js/napi/wantagent/
H
A
D
napi_want_agent.cpp
340
size_t argc =
ARGS_MAX_COUNT
;
in OnEqual()
341
napi_value argv[
ARGS_MAX_COUNT
] = {nullptr};
in OnEqual()
394
size_t argc =
ARGS_MAX_COUNT
;
in OnGetWant()
395
napi_value argv[
ARGS_MAX_COUNT
] = {nullptr};
in OnGetWant()
439
size_t argc =
ARGS_MAX_COUNT
;
in OnGetOperationType()
440
napi_value argv[
ARGS_MAX_COUNT
] = {nullptr};
in OnGetOperationType()
481
size_t argc =
ARGS_MAX_COUNT
;
in OnGetBundleName()
482
napi_value argv[
ARGS_MAX_COUNT
] = {nullptr};
in OnGetBundleName()
548
size_t argc =
ARGS_MAX_COUNT
;
in OnGetUid()
549
napi_value argv[
ARGS_MAX_COUNT
]
in OnGetUid()
[all...]
/foundation/ability/ability_runtime/frameworks/js/napi/featureAbility/
H
A
D
napi_data_ability_helper.cpp
222
napi_value args[
ARGS_MAX_COUNT
] = {nullptr};
in InsertWrap()
227
if (argcAsync > argCountWithAsync || argcAsync >
ARGS_MAX_COUNT
) {
in InsertWrap()
387
napi_value args[
ARGS_MAX_COUNT
] = {nullptr};
in NotifyChangeWrap()
455
napi_value args[
ARGS_MAX_COUNT
] = {nullptr};
in RegisterWrap()
626
napi_value args[
ARGS_MAX_COUNT
] = {nullptr};
in UnRegisterWrap()
631
if (argcAsync > argCountWithAsync || argcAsync >
ARGS_MAX_COUNT
) {
in UnRegisterWrap()
792
napi_value args[
ARGS_MAX_COUNT
] = {nullptr};
in GetTypeWrap()
797
if (argcAsync > argCountWithAsync || argcAsync >
ARGS_MAX_COUNT
) {
in GetTypeWrap()
849
napi_value args[
ARGS_MAX_COUNT
] = {nullptr};
in GetFileTypesWrap()
854
if (argcAsync > argCountWithAsync || argcAsync >
ARGS_MAX_COUNT
) {
in GetFileTypesWrap()
[all...]
H
A
D
feature_ability.cpp
396
size_t argc =
ARGS_MAX_COUNT
;
in OnGetWindow()
397
napi_value argv[
ARGS_MAX_COUNT
] = { nullptr };
in OnGetWindow()
462
napi_value args[
ARGS_MAX_COUNT
] = {nullptr};
in SetResultWrap()
466
if (argcAsync > argCountWithAsync || argcAsync >
ARGS_MAX_COUNT
) {
in SetResultWrap()
977
napi_value args[
ARGS_MAX_COUNT
] = {nullptr};
in GetDataAbilityHelperWrap()
981
if (argcAsync > argCountWithAsync || argcAsync >
ARGS_MAX_COUNT
) {
in GetDataAbilityHelperWrap()
1182
napi_value args[
ARGS_MAX_COUNT
] = {nullptr};
in ContinueAbilityWrap()
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_ability_common/
H
A
D
js_napi_common.cpp
99
size_t argc =
ARGS_MAX_COUNT
;
in JsConnectAbility()
100
napi_value argv[
ARGS_MAX_COUNT
] = {nullptr};
in JsConnectAbility()
169
size_t argc =
ARGS_MAX_COUNT
;
in JsDisConnectAbility()
170
napi_value argv[
ARGS_MAX_COUNT
] = {nullptr};
in JsDisConnectAbility()
309
size_t argc =
ARGS_MAX_COUNT
;
in JsGetFilesDir()
310
napi_value argv[
ARGS_MAX_COUNT
] = {nullptr};
in JsGetFilesDir()
358
size_t argc =
ARGS_MAX_COUNT
;
in JsIsUpdatingConfigurations()
359
napi_value argv[
ARGS_MAX_COUNT
] = {nullptr};
in JsIsUpdatingConfigurations()
407
size_t argc =
ARGS_MAX_COUNT
;
in JsPrintDrawnCompleted()
408
napi_value argv[
ARGS_MAX_COUNT
]
in JsPrintDrawnCompleted()
[all...]
H
A
D
napi_common_ability.cpp
77
size_t argc =
ARGS_MAX_COUNT
;
in NAPI_GetFilesDirWrap()
78
napi_value args[
ARGS_MAX_COUNT
] = {nullptr};
in NAPI_GetFilesDirWrap()
146
size_t argc =
ARGS_MAX_COUNT
;
in NAPI_GetOrCreateDistributedDirWrap()
147
napi_value args[
ARGS_MAX_COUNT
] = {nullptr};
in NAPI_GetOrCreateDistributedDirWrap()
214
size_t argc =
ARGS_MAX_COUNT
;
in NAPI_GetCacheDirWrap()
215
napi_value args[
ARGS_MAX_COUNT
] = {nullptr};
in NAPI_GetCacheDirWrap()
282
size_t argc =
ARGS_MAX_COUNT
;
in NAPI_GetExternalCacheDirWrap()
283
napi_value args[
ARGS_MAX_COUNT
] = {nullptr};
in NAPI_GetExternalCacheDirWrap()
343
size_t argc =
ARGS_MAX_COUNT
;
in NAPI_IsUpdatingConfigurationsWrap()
344
napi_value args[
ARGS_MAX_COUNT
]
in NAPI_IsUpdatingConfigurationsWrap()
[all...]
H
A
D
napi_context.cpp
197
size_t argc =
ARGS_MAX_COUNT
;
in NAPI_SetDisplayOrientationWrap()
198
napi_value args[
ARGS_MAX_COUNT
] = {nullptr};
in NAPI_SetDisplayOrientationWrap()
419
napi_value args[
ARGS_MAX_COUNT
] = {nullptr};
in SetWakeUpScreenWrap()
459
napi_value args[
ARGS_MAX_COUNT
] = {nullptr};
in NAPI_SetShowOnLockScreen()
558
size_t argc =
ARGS_MAX_COUNT
;
in NAPI_VerifySelfPermissionWrap()
559
napi_value args[
ARGS_MAX_COUNT
] = {nullptr};
in NAPI_VerifySelfPermissionWrap()
703
size_t argc =
ARGS_MAX_COUNT
;
in NAPI_RequestPermissionsFromUserWrap()
704
napi_value args[
ARGS_MAX_COUNT
] = {nullptr};
in NAPI_RequestPermissionsFromUserWrap()
1005
size_t argc =
ARGS_MAX_COUNT
;
in NAPI_VerifyPermissionWrap()
1006
napi_value args[
ARGS_MAX_COUNT
]
in NAPI_VerifyPermissionWrap()
[all...]
H
A
D
napi_common_ability_execute_utils.cpp
209
napi_value args[
ARGS_MAX_COUNT
] = {nullptr};
in GetAppTypeWrap()
213
if (argcAsync > argCountWithAsync || argcAsync >
ARGS_MAX_COUNT
) {
in GetAppTypeWrap()
416
napi_value args[
ARGS_MAX_COUNT
] = {nullptr};
in GetAbilityInfoWrap()
420
if (argcAsync > argCountWithAsync || argcAsync >
ARGS_MAX_COUNT
) {
in GetAbilityInfoWrap()
598
napi_value args[
ARGS_MAX_COUNT
] = {nullptr};
in GetHapModuleInfoWrap()
602
if (argcAsync > argCountWithAsync || argcAsync >
ARGS_MAX_COUNT
) {
in GetHapModuleInfoWrap()
773
napi_value args[
ARGS_MAX_COUNT
] = {nullptr};
in GetAppVersionInfoWrap()
777
if (argcAsync > argCountWithAsync || argcAsync >
ARGS_MAX_COUNT
) {
in GetAppVersionInfoWrap()
935
napi_value args[
ARGS_MAX_COUNT
] = {nullptr};
in GetWantWrap()
939
if (argcAsync > argCountWithAsync || argcAsync >
ARGS_MAX_COUNT
) {
in GetWantWrap()
[all...]
/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/src/
H
A
D
async_call.cpp
26
size_t argc =
ARGS_MAX_COUNT
;
in AsyncCall()
28
napi_value argv[
ARGS_MAX_COUNT
] = {nullptr};
in AsyncCall()
H
A
D
napi_datashare_helper.cpp
177
size_t argc =
ARGS_MAX_COUNT
;
in Initialize()
178
napi_value argv[
ARGS_MAX_COUNT
] = {nullptr};
in Initialize()
/foundation/ability/form_fwk/frameworks/js/napi/form_binding_data/
H
A
D
js_form_binding_data.cpp
24
#define
ARGS_MAX_COUNT
10
macro
H
A
D
form_binding_data.cpp
23
#define
ARGS_MAX_COUNT
10
macro
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/
H
A
D
napi_common_data.h
35
#define
ARGS_MAX_COUNT
10
macro
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
H
A
D
js_runtime_utils.cpp
23
#define
ARGS_MAX_COUNT
10
macro
79
size_t argcAsync =
ARGS_MAX_COUNT
;
in GetNativePointerFromCallbackInfo()
80
napi_value args[
ARGS_MAX_COUNT
] = {nullptr};
in GetNativePointerFromCallbackInfo()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/
H
A
D
napi_zlib.cpp
41
constexpr size_t
ARGS_MAX_COUNT
= 10;
member
603
napi_value args[
ARGS_MAX_COUNT
] = {nullptr};
in NAPI_ZipFile()
608
if (argcAsync < argcPromise || argcAsync >
ARGS_MAX_COUNT
) {
in NAPI_ZipFile()
624
napi_value args[
ARGS_MAX_COUNT
] = {nullptr};
in ZipFileWrap()
629
if (argcAsync < argcPromise || argcAsync >
ARGS_MAX_COUNT
) {
in ZipFileWrap()
683
napi_value args[
ARGS_MAX_COUNT
] = {nullptr};
in NAPI_UnzipFile()
687
if (argcAsync < argcPromise || argcAsync >
ARGS_MAX_COUNT
) {
in NAPI_UnzipFile()
/foundation/ability/ability_runtime/frameworks/js/napi/mission_manager/
H
A
D
distributed_mission_manager.cpp
728
napi_value args[
ARGS_MAX_COUNT
] = {nullptr};
in RegisterMissionWrap()
808
napi_value args[
ARGS_MAX_COUNT
] = {nullptr};
in OnWrap()
869
napi_value args[
ARGS_MAX_COUNT
] = {nullptr};
in OffWrap()
1483
napi_value args[
ARGS_MAX_COUNT
] = {nullptr};
in UnRegisterMissionWrap()
1947
napi_value args[
ARGS_MAX_COUNT
] = {nullptr};
in ContinueAbilityWrap()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H
A
D
bundle_mgr.cpp
55
constexpr size_t
ARGS_MAX_COUNT
= 10;
member
2574
napi_value args[
ARGS_MAX_COUNT
] = {nullptr};
in GetBundleGidsWrap()
4566
napi_value args[
ARGS_MAX_COUNT
] = {nullptr};
in GetAbilityLabelWrap()
Completed in 31 milliseconds