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:NUMBER_FOUR
(Results
1 - 4
of
4
) sorted by relevance
/foundation/multimedia/av_session/services/session/server/migrate/
H
A
D
base64_utils.h
30
static constexpr int
NUMBER_FOUR
= 4;
member in OHOS::AVSession::Base64Utils
39
uint8_t byte4[
NUMBER_FOUR
] = {0};
in Base64Encode()
44
byte4[NUMBER_ONE] = ((byte3[NUMBER_ZERO] & 0x03) <<
NUMBER_FOUR
) |
in Base64Encode()
45
((byte3[NUMBER_ONE] & 0xf0) >>
NUMBER_FOUR
);
in Base64Encode()
49
for (i = 0; i <
NUMBER_FOUR
; i++) {
in Base64Encode()
60
byte4[NUMBER_ONE] = ((byte3[NUMBER_ZERO] & 0x03) <<
NUMBER_FOUR
) |
in Base64Encode()
61
((byte3[NUMBER_ONE] & 0xf0) >>
NUMBER_FOUR
);
in Base64Encode()
/foundation/window/window_manager/interfaces/kits/napi/picture_in_picture_napi/
H
A
D
js_pip_controller.cpp
34
constexpr int32_t
NUMBER_FOUR
= 4;
member
98
size_t argc =
NUMBER_FOUR
;
in OnStartPictureInPicture()
99
napi_value argv[
NUMBER_FOUR
] = {nullptr};
in OnStartPictureInPicture()
136
size_t argc =
NUMBER_FOUR
;
in OnStopPictureInPicture()
137
napi_value argv[
NUMBER_FOUR
] = {nullptr};
in OnStopPictureInPicture()
174
size_t argc =
NUMBER_FOUR
;
in OnSetAutoStartEnabled()
175
napi_value argv[
NUMBER_FOUR
] = {nullptr};
in OnSetAutoStartEnabled()
203
size_t argc =
NUMBER_FOUR
;
in OnUpdateContentSize()
204
napi_value argv[
NUMBER_FOUR
] = {nullptr};
in OnUpdateContentSize()
241
size_t argc =
NUMBER_FOUR
;
in OnUpdatePiPControlStatus()
[all...]
/foundation/communication/dhcp/services/dhcp_client/include/
H
A
D
dhcp_client_def.h
31
#define
NUMBER_FOUR
4
macro
/foundation/communication/dhcp/services/dhcp_client/src/
H
A
D
dhcp_client_state_machine.cpp
1911
if (strncmp(m_cltCnf.ifaceName, "wlan",
NUMBER_FOUR
) != 0) {
in TryCachedIp()
Completed in 6 milliseconds