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:GetKeepAlive
(Results
1 - 7
of
7
) sorted by relevance
/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/server_demo/
H
A
D
file_server_demo.h
61
static void
GetKeepAlive
(const std::string &recvStr, int32_t &keep);
H
A
D
file_server_demo.cpp
111
void FileServerDemo::
GetKeepAlive
(const std::string &recvStr, int32_t &keep)
in GetKeepAlive()
function in OHOS::MediaAVCodec::FileServerDemo
208
GetKeepAlive
(recvStr, keepIdle);
in FileReadFunc()
/foundation/multimedia/av_codec/test/unittest/common/
H
A
D
http_server_demo.h
62
static void
GetKeepAlive
(const std::string &recvStr, int32_t &keep);
H
A
D
http_server_demo.cpp
117
void HttpServerDemo::
GetKeepAlive
(const std::string &recvStr, int32_t &keep)
in GetKeepAlive()
function in OHOS::MediaAVCodec::HttpServerDemo
218
GetKeepAlive
(recvStr, keepIdle);
in FileReadFunc()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
ability_record.cpp
370
auto isKeepAlive =
GetKeepAlive
();
in CanRestartResident()
2301
std::string isKeepAlive =
GetKeepAlive
() ? "true" : "false";
in Dump()
2406
std::string isKeepAlive =
GetKeepAlive
() ? "true" : "false";
in DumpAbilityState()
2465
std::string isKeepAlive =
GetKeepAlive
() ? "true" : "false";
in DumpService()
2805
if ((isLauncherRoot_ && IsLauncherAbility()) ||
GetKeepAlive
()) {
in SetRestarting()
2817
if ((isLauncherRoot_ && IsLauncherAbility()) ||
GetKeepAlive
()) {
in SetRestarting()
2838
bool AbilityRecord::
GetKeepAlive
() const
in GetKeepAlive()
function in OHOS::AAFwk::AbilityRecord
H
A
D
ability_connect_manager.cpp
2604
(targetExtension->
GetKeepAlive
() && userId_ != USER_ID_NO_HEAD))) {
in PauseExtensions()
2974
!abilityRecord->
GetKeepAlive
()) {
in HandleProcessFrozen()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H
A
D
ability_record.h
962
bool
GetKeepAlive
() const;
Completed in 15 milliseconds