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:g_isInit
(Results
1 - 12
of
12
) sorted by relevance
/foundation/communication/dsoftbus/sdk/frame/common/src/
H
A
D
softbus_client_event_manager.c
35
static bool
g_isInit
= false;
variable
39
if (
g_isInit
) {
in EventClientInit()
52
g_isInit
= true;
in EventClientInit()
58
if (!
g_isInit
) {
in EventClientDeinit()
67
g_isInit
= false;
in EventClientDeinit()
85
if (
g_isInit
!= true) {
in RegisterEventCallback()
126
if (
g_isInit
!= true) {
in CLIENT_NotifyObserver()
/foundation/communication/dsoftbus/core/frame/common/src/
H
A
D
softbus_server_frame.c
33
static bool
g_isInit
= false;
variable
57
return
g_isInit
;
in GetServerIsInit()
143
g_isInit
= true;
in InitSoftBusServer()
/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/
H
A
D
softbus_hidumper_broadcast.c
31
static bool
g_isInit
= false;
variable
170
if (
g_isInit
) {
in SoftBusHiDumperBroadcastInit()
186
g_isInit
= true;
in SoftBusHiDumperBroadcastInit()
193
g_isInit
= false;
in SoftBusHiDumperBroadcastDeInit()
/foundation/multimedia/audio_framework/services/audio_policy/test/unittest/stream_filter_router_test/src/
H
A
D
stream_filter_router_unit_test.cpp
33
bool
g_isInit
= false;
member
43
g_isInit
= false;
in TearDown()
48
if (!
g_isInit
) {
in GetServerPtr()
62
g_isInit
= true;
in GetServerPtr()
/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/video_processing/
H
A
D
video_processing.cpp
36
std::atomic<bool>
g_isInit
= false;
member
116
g_isInit
= true;
in OH_VideoProcessing_InitializeEnvironment()
126
if (!
g_isInit
.load()) {
129
g_isInit
= false;
/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/image_processing/
H
A
D
image_processing.cpp
37
std::atomic<bool>
g_isInit
= false;
member
100
g_isInit
= true;
in OH_ImageProcessing_InitializeEnvironment()
110
if (!
g_isInit
.load()) {
113
g_isInit
= false;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/account/src/
H
A
D
account_delegate_default_impl.cpp
25
__attribute__((used)) static bool
g_isInit
= AccountDelegateDefaultImpl::Init();
member
H
A
D
account_delegate_normal_impl.cpp
35
__attribute__((used)) static bool
g_isInit
= AccountDelegateNormalImpl::Init();
member
/foundation/communication/dsoftbus/core/authentication/src/
H
A
D
auth_device.c
42
static bool
g_isInit
= false;
variable
52
g_isInit
= true;
in AuthMapInit()
73
if (!
g_isInit
) {
in GetNodeFromAuthLimitMap()
117
if (!
g_isInit
|| udidHash == NULL) {
in AuthDeleteLimitMap()
135
if (!
g_isInit
) {
in ClearAuthLimitMap()
167
if (!
g_isInit
&& !AuthMapInit()) {
in AuthAddNodeToLimitMap()
/foundation/filemanagement/dfs_service/adapter/cloud_adapter_example/src/
H
A
D
cloud_file_kit_impl.cpp
29
__attribute__((used)) static bool
g_isInit
=
member
/foundation/filemanagement/dfs_service/test/fuzztest/cycletaskrunner_fuzzer/
H
A
D
cycletaskrunner_fuzzer.cpp
41
__attribute__((used)) static bool
g_isInit
=
member
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H
A
D
cloud_server_impl.cpp
31
__attribute__((used)) static bool
g_isInit
=
member
Completed in 9 milliseconds