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:flag_
(Results
1 - 8
of
8
) sorted by relevance
/base/notification/common_event_service/frameworks/core/test/unittest/
H
A
D
mock_message_parcel.h
43
if (
flag_
) {
in WriteInterfaceToken()
51
static bool
flag_
;
member in MessageParcel
54
bool MessageParcel::
flag_
= false;
member in MessageParcel
57
flag_
= flag;
in SetFlag()
/base/telephony/cellular_call/services/connection/src/
H
A
D
base_connection.cpp
59
flag_
= flag;
in SetFlag()
64
return
flag_
;
in GetFlag()
/base/msdp/device_status/intention/cooperate/plugin/include/
H
A
D
cooperate_context.h
119
uint32_t
flag_
{};
176
return
flag_
;
in CooperateFlag()
191
return (
flag_
& COOPERATE_FLAG_HIDE_CURSOR);
in NeedHideCursor()
/base/telephony/cellular_call/services/connection/include/
H
A
D
base_connection.h
124
bool
flag_
= false;
member in OHOS::Telephony::BaseConnection
/base/msdp/device_status/intention/cooperate/plugin/src/
H
A
D
cooperate_context.cpp
240
flag_
= event.extra.flag;
in RemoteStartSuccess()
251
flag_
= ((
flag_
& ~event.mask) | (event.flag & event.mask));
in UpdateCooperateFlag()
/base/web/webview/ohos_adapter/media_adapter/src/
H
A
D
media_codec_decoder_adapter_impl.cpp
419
BufferFlag
flag_
;
in OnOutputBufferAvailable()
local
421
flag_
= MediaCodecDecoderAdapterImpl::GetBufferFlag(flag);
in OnOutputBufferAvailable()
422
cb_->OnNeedOutputData(index, info_,
flag_
);
in OnOutputBufferAvailable()
/base/hiviewdfx/hicollie/frameworks/native/
H
A
D
watchdog_inner.h
128
std::once_flag
flag_
;
member in OHOS::HiviewDFX::WatchdogInner
H
A
D
watchdog_inner.cpp
667
std::call_once(
flag_
, [this] {
in CreateWatchdogThreadIfNeed()
Completed in 7 milliseconds