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
defs:isInited
(Results
1 - 13
of
13
) sorted by relevance
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/communicator/
H
A
D
ark_communication_provider.h
37
bool
isInited
= false;
member in OHOS::ObjectStore::ArkCommunicationProvider
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H
A
D
ark_communication_provider.h
43
bool
isInited
= false;
member in OHOS::AppDistributedKv::ArkCommunicationProvider
/foundation/CastEngine/castengine_wifi_display/services/interaction/device_kit/
H
A
D
dm_kit.h
44
static bool
isInited
;
member in OHOS::Sharing::DmKit
H
A
D
dm_kit.cpp
20
bool DmKit::
isInited
= false;
member in OHOS::Sharing::DmKit
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/config/include/
H
A
D
config_factory.h
42
bool
isInited
= false;
member in OHOS::DistributedData::ConfigFactory
/foundation/resourceschedule/work_scheduler/test/fuzztest/workscheduleservice_fuzzer/
H
A
D
workscheduleservice_fuzzer.cpp
28
static bool
isInited
= false;
member
/foundation/multimedia/audio_framework/services/audio_service/test/unittest/
H
A
D
audio_direct_sink_unit_test.cpp
146
bool
isInited
= sink->IsInited();
in HWTEST_F()
local
558
bool
isInited
= voipSink->IsInited();
in HWTEST_F()
local
[all...]
/foundation/resourceschedule/device_usage_statistics/test/fuzztest/bundleactiveonremoterequest_fuzzer/
H
A
D
bundleactiveonremoterequest_fuzzer.cpp
35
bool
isInited
= false;
member
/foundation/ability/form_fwk/services/include/
H
A
D
form_record.h
35
bool
isInited
= false;
member in OHOS::AppExecFwk::FormRecord
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/common/
H
A
D
i_audio_capturer_source.cpp
170
bool
isInited
= iAudioCapturerSource->IsInited();
in IAudioCapturerSourceStart()
local
183
bool
isInited
= iAudioCapturerSource->IsInited();
in IAudioCapturerSourceFrame()
local
198
bool
isInited
= iAudioCapturerSource->IsInited();
in IAudioCapturerSourceFrameWithEc()
local
209
bool
isInited
= iAudioCapturerSource->IsInited();
in IAudioCapturerSourceSetVolume()
local
222
bool
isInited
= iAudioCapturerSource->IsInited();
in IAudioCapturerSourceGetVolume()
local
235
bool
isInited
= iAudioCapturerSource->IsInited();
IAudioCapturerSourceIsMuteRequired()
local
246
bool
isInited
= iAudioCapturerSource->IsInited();
IAudioCapturerSourceSetMute()
local
260
bool
isInited
= iAudioCapturerSource->IsInited();
IAudioCapturerSourceUpdateAppsUid()
local
273
bool
isInited
= iAudioCapturerSource->IsInited();
IAudioCapturerSourceGetCaptureId()
local
[all...]
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/common/
H
A
D
i_audio_renderer_sink.cpp
176
bool
isInited
= audioRendererSink->IsInited();
in IAudioRendererSinkPause()
local
187
bool
isInited
= audioRendererSink->IsInited();
in IAudioRendererSinkResume()
local
199
bool
isInited
= audioRendererSink->IsInited();
in IAudioRendererSinkRenderFrame()
local
213
bool
isInited
= audioRendererSink->IsInited();
in IAudioRendererSinkSplitRenderFrame()
local
226
bool
isInited
= audioRendererSink->IsInited();
in IAudioRendererSinkSetVolume()
local
239
bool
isInited
= audioRendererSink->IsInited();
IAudioRendererSinkGetVolume()
local
252
bool
isInited
= audioRendererSink->IsInited();
IAudioRendererSinkGetLatency()
local
267
bool
isInited
= audioRendererSink->IsInited();
IAudioRendererSinkRegCallback()
local
281
bool
isInited
= audioRendererSink->IsInited();
IAudioRendererSinkGetPresentationPosition()
local
293
bool
isInited
= audioRendererSink->IsInited();
IAudioRendererSinkFlush()
local
306
bool
isInited
= audioRendererSink->IsInited();
IAudioRendererSinkReset()
local
319
bool
isInited
= audioRendererSink->IsInited();
IAudioRendererSinkSetBufferSize()
local
332
bool
isInited
= audioRendererSink->IsInited();
IAudioRendererSinkOffloadRunningLockInit()
local
345
bool
isInited
= audioRendererSink->IsInited();
IAudioRendererSinkOffloadRunningLockLock()
local
358
bool
isInited
= audioRendererSink->IsInited();
IAudioRendererSinkOffloadRunningLockUnlock()
local
371
bool
isInited
= audioRendererSink->IsInited();
IAudioRendererSinkSetPaPower()
local
385
bool
isInited
= audioRendererSink->IsInited();
IAudioRendererSinkSetPriPaPower()
local
400
bool
isInited
= audioRendererSink->IsInited();
IAudioRendererSinkUpdateAppsUid()
local
414
bool
isInited
= audioRendererSink->IsInited();
IAudioRendererSinkGetRenderId()
local
[all...]
/foundation/ability/form_fwk/services/src/
H
A
D
form_data_mgr.cpp
1102
void FormDataMgr::SetFormCacheInited(const int64_t formId, bool
isInited
)
in SetFormCacheInited()
argument
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/primary/
H
A
D
audio_capturer_source.cpp
422
std::atomic<bool>
isInited
= false;
member in OHOS::AudioStandard::AudioCapturerSourceWakeup
Completed in 12 milliseconds