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_FOUR
(Results
1 - 5
of
5
) sorted by relevance
/applications/standard/settings/napi/settings/
H
A
D
napi_settings.cpp
614
size_t argc =
ARGS_FOUR
;
in napi_get_value_sync()
615
napi_value args[
ARGS_FOUR
] = {nullptr};
in napi_get_value_sync()
617
if (argc != ARGS_THREE && argc !=
ARGS_FOUR
) {
in napi_get_value_sync()
723
size_t argc =
ARGS_FOUR
;
in napi_get_value()
724
napi_value args[
ARGS_FOUR
] = {nullptr};
in napi_get_value()
726
if (argc != ARGS_TWO && argc != ARGS_THREE && argc !=
ARGS_FOUR
) {
in napi_get_value()
907
size_t argc =
ARGS_FOUR
;
in napi_get_value_ext()
908
napi_value args[
ARGS_FOUR
] = {nullptr};
in napi_get_value_ext()
951
} else if (argc ==
ARGS_FOUR
) {
in napi_get_value_ext()
1033
size_t argc =
ARGS_FOUR
;
in napi_set_value_sync()
[all...]
H
A
D
napi_settings_observer.cpp
134
size_t argc =
ARGS_FOUR
;
in npai_settings_register_observer()
135
napi_value args[
ARGS_FOUR
] = {nullptr};
in npai_settings_register_observer()
137
if (argc !=
ARGS_FOUR
) {
in npai_settings_register_observer()
H
A
D
napi_settings.h
34
#define
ARGS_FOUR
4
macro
/applications/standard/contacts_data/contacts/include/
H
A
D
contacts_napi_common.h
98
constexpr int
ARGS_FOUR
= 4;
member
/applications/standard/contacts_data/contacts/src/
H
A
D
contacts_api.cpp
1319
case
ARGS_FOUR
:
in UpdateContact()
1370
case
ARGS_FOUR
:
in QueryContact()
1438
case
ARGS_FOUR
:
in QueryContacts()
1489
case
ARGS_FOUR
:
in QueryContactsByEmail()
1552
case
ARGS_FOUR
:
in QueryContactsByPhoneNumber()
1716
case
ARGS_FOUR
:
in QueryKey()
Completed in 7 milliseconds