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:Exit
(Results
1 - 25
of
29
) sorted by relevance
1
2
/base/update/updateservice/services/startup/access/src/
H
A
D
firmware_access.cpp
52
bool FirmwareAccess::
Exit
()
in Exit()
function in OHOS::UpdateEngine::FirmwareAccess
54
return DelayedSingleton<FirmwareManager>::GetInstance()->
Exit
();
in Exit()
H
A
D
default_access.cpp
47
bool DefaultAccess::
Exit
()
in Exit()
function in OHOS::UpdateEngine::DefaultAccess
H
A
D
access_manager.cpp
64
bool AccessManager::
Exit
()
in Exit()
function in OHOS::UpdateEngine::AccessManager
67
ENGINE_LOGI("AccessManager
Exit
");
in Exit()
69
if (access != nullptr && !access->
Exit
()) {
in Exit()
/base/update/updateservice/services/startup/manage/src/
H
A
D
schedule_manager.cpp
46
bool ScheduleManager::
Exit
()
in Exit()
function in OHOS::UpdateEngine::ScheduleManager
48
if (accessManager_ != nullptr && !accessManager_->
Exit
()) {
in Exit()
H
A
D
startup_manager.cpp
117
return scheduleManager_->
Exit
();
in PreExit()
/base/powermgr/battery_manager/charger/src/dev/
H
A
D
graphic_dev.cpp
77
void GraphicDev::
Exit
()
in Exit()
function in OHOS::PowerMgr::GraphicDev
80
drv_->
Exit
();
in Exit()
H
A
D
fbdev_driver.cpp
103
void FbdevDriver::
Exit
()
in Exit()
function in OHOS::PowerMgr::FbdevDriver
/base/update/updateservice/services/startup/access/include/
H
A
D
access_manager.h
36
virtual bool
Exit
() = 0;
48
bool
Exit
() final;
H
A
D
i_access.h
31
virtual bool
Exit
() = 0;
H
A
D
firmware_access.h
32
bool
Exit
() final;
H
A
D
default_access.h
32
bool
Exit
() final;
/base/security/certificate_framework/test/fuzztest/v1.0/x509certchain_fuzzer/
H
A
D
x509certchain_fuzzer.cpp
543
goto
Exit
;
in BuildCollectionArrNoCRL()
549
goto
Exit
;
in BuildCollectionArrNoCRL()
554
goto
Exit
;
in BuildCollectionArrNoCRL()
562
goto
Exit
;
in BuildCollectionArrNoCRL()
568
goto
Exit
;
in BuildCollectionArrNoCRL()
576
Exit
:
in BuildCollectionArrNoCRL()
611
goto
Exit
;
in BuildX509CertMatchParamsDataNoCRL()
615
goto
Exit
;
in BuildX509CertMatchParamsDataNoCRL()
620
goto
Exit
;
in BuildX509CertMatchParamsDataNoCRL()
624
goto
Exit
;
in BuildX509CertMatchParamsDataNoCRL()
[all...]
/base/update/updater/services/ui/driver/
H
A
D
surface_dev.cpp
86
void SurfaceDev::
Exit
(void)
in Exit()
function in Updater::SurfaceDev
89
drv_->
Exit
();
in Exit()
H
A
D
graphic_drv.h
34
virtual void
Exit
(void) = 0;
H
A
D
surface_dev.h
38
void
Exit
(void);
H
A
D
fbdev_driver.h
44
void
Exit
(void) override;
H
A
D
drm_driver.h
51
void
Exit
(void) override;
H
A
D
fbdev_driver.cpp
140
void FbdevDriver::
Exit
(void)
in Exit()
function in Updater::FbdevDriver
/base/powermgr/battery_manager/charger/include/dev/
H
A
D
display_drv.h
38
virtual void
Exit
() = 0;
H
A
D
graphic_dev.h
36
void
Exit
();
H
A
D
fbdev_driver.h
45
void
Exit
() override;
H
A
D
drm_driver.h
53
void
Exit
() override;
/base/update/updateservice/services/startup/manage/include/
H
A
D
schedule_manager.h
33
bool
Exit
();
/base/security/certificate_framework/test/fuzztest/v1.0/x509crl_fuzzer/
H
A
D
x509crl_fuzzer.cpp
369
goto
Exit
;
in OneCrlCollectionTest()
373
goto
Exit
;
in OneCrlCollectionTest()
377
goto
Exit
;
in OneCrlCollectionTest()
384
goto
Exit
;
in OneCrlCollectionTest()
391
goto
Exit
;
in OneCrlCollectionTest()
394
Exit
:
in OneCrlCollectionTest()
/base/update/updateservice/services/firmware/upgrade/flow/include/
H
A
D
firmware_manager.h
42
bool
Exit
();
Completed in 9 milliseconds
1
2