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:GetFlag
(Results
1 - 10
of
10
) sorted by relevance
/base/telephony/cellular_call/services/connection/include/
H
A
D
base_connection.h
87
bool
GetFlag
() const;
/base/telephony/cellular_call/services/connection/src/
H
A
D
base_connection.cpp
62
bool BaseConnection::
GetFlag
() const
in GetFlag()
function in OHOS::Telephony::BaseConnection
/base/telephony/cellular_call/test/fuzztest/setorupdatecallreportinfo_fuzzer/
H
A
D
setorupdatecallreportinfo_fuzzer.cpp
63
baseConnection->
GetFlag
();
in DoSomethingInterestingWithMyAPI()
/base/hiviewdfx/faultloggerd/test/unittest/unwind/include/
H
A
D
elf_imitate.h
94
bool
GetFlag
(FILE * const fp);
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H
A
D
elf_imitate.cpp
212
if (!
GetFlag
(ehdrFP_)) {
in ParseElfHeaders()
378
bool ElfImitate::
GetFlag
(FILE * const fp)
in GetFlag()
function in OHOS::HiviewDFX::ElfImitate
/base/telephony/cellular_call/services/control/src/
H
A
D
satellite_control.cpp
240
if (!it->second.
GetFlag
()) {
in DeleteConnection()
H
A
D
cs_control.cpp
498
if (!it->second.
GetFlag
()) {
in DeleteConnection()
H
A
D
ims_control.cpp
531
if (!it->second.
GetFlag
()) {
in DeleteConnection()
/base/msdp/device_status/intention/cooperate/plugin/src/input_event_transmission/
H
A
D
input_event_serialization.cpp
161
<< event->GetAgentWindowId() << event->
GetFlag
();
in SerializeInputEvent()
/base/telephony/cellular_call/test/unittest/imstest/
H
A
D
ims_connection_test.cpp
429
* @tc.desc Function test
GetFlag
and SetFlag
435
EXPECT_EQ(baseConnection.
GetFlag
(), true);
in HWTEST_F()
Completed in 13 milliseconds