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:inited
(Results
1 - 5
of
5
) sorted by relevance
/base/powermgr/power_manager/services/native/src/actions/default/suspend/
H
A
D
running_lock_hub.cpp
62
static bool
inited
= false;
in InitFd()
local
63
if (
inited
) {
in InitFd()
68
inited
= true;
in InitFd()
73
return
inited
;
in InitFd()
H
A
D
suspend_controller.cpp
98
static bool
inited
= false;
in SuspendEnter()
local
100
if (!
inited
) {
in SuspendEnter()
105
inited
= true;
in SuspendEnter()
/base/startup/appspawn/interfaces/innerkits/permission/
H
A
D
appspawn_mount_permission.c
32
uint32_t
inited
;
member
116
if (mgr != NULL && mgr->
inited
) {
in CheckPermissionManager()
157
if (mgr->
inited
) {
in LoadPermission()
166
mgr->
inited
= 1;
in LoadPermission()
176
if (mgr == NULL || !mgr->
inited
) {
in DeletePermission()
182
mgr->
inited
= 0;
in DeletePermission()
/base/startup/init/ueventd/standard/
H
A
D
ueventd_parameter.c
29
int
inited
;
member
40
.
inited
= 1,
/base/security/access_token/services/tokensyncmanager/src/remote/
H
A
D
soft_bus_manager.cpp
246
bool
inited
= false;
in Initialize()
local
247
// cas failed means already
inited
.
in Initialize()
248
if (!inited_.compare_exchange_strong(
inited
, true)) {
in Initialize()
291
ACCESSTOKEN_LOG_DEBUG(LABEL, "Not
inited
, skip");
in Destroy()
297
ACCESSTOKEN_LOG_DEBUG(LABEL, "Not
inited
, skip");
in Destroy()
Completed in 3 milliseconds