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:IsOpened
(Results
1 - 13
of
13
) sorted by relevance
/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/sourcedevice/src/
H
A
D
dmic_dev_test.cpp
97
EXPECT_FALSE(mic_->
IsOpened
());
in HWTEST_F()
212
* @tc.desc: Verify Start and
IsOpened
function.
223
EXPECT_FALSE(mic_->
IsOpened
());
in HWTEST_F()
230
EXPECT_TRUE(mic_->
IsOpened
());
in HWTEST_F()
235
* @tc.desc: Verify Start and
IsOpened
function.
248
EXPECT_FALSE(mic_->
IsOpened
());
in HWTEST_F()
253
EXPECT_TRUE(mic_->
IsOpened
());
in HWTEST_F()
258
* @tc.desc: Verify Stop and
IsOpened
function.
272
EXPECT_FALSE(mic_->
IsOpened
());
in HWTEST_F()
277
* @tc.desc: Verify Stop and
IsOpened
functio
[all...]
H
A
D
dspeaker_dev_test.cpp
105
EXPECT_FALSE(spk_->
IsOpened
());
in HWTEST_F()
192
* @tc.desc: Verify Start and
IsOpened
function.
203
EXPECT_FALSE(spk_->
IsOpened
());
in HWTEST_F()
208
* @tc.desc: Verify Start and
IsOpened
function.
217
EXPECT_FALSE(spk_->
IsOpened
());
in HWTEST_F()
222
* @tc.desc: Verify Start and
IsOpened
function.
234
EXPECT_TRUE(spk_->
IsOpened
());
in HWTEST_F()
239
* @tc.desc: Verify Stop and
IsOpened
function.
252
EXPECT_FALSE(spk_->
IsOpened
());
in HWTEST_F()
257
* @tc.desc: Verify Stop and
IsOpened
functio
[all...]
/foundation/distributedhardware/distributed_audio/services/audiocontrol/controlsource/include/
H
A
D
daudio_source_dev_ctrl_mgr.h
37
bool
IsOpened
();
/foundation/distributedhardware/distributed_audio/services/audiocontrol/controlsink/include/
H
A
D
daudio_sink_dev_ctrl_mgr.h
37
bool
IsOpened
();
/foundation/distributedhardware/distributed_audio/services/audiocontrol/controlsink/src/
H
A
D
daudio_sink_dev_ctrl_manager.cpp
67
bool DAudioSinkDevCtrlMgr::
IsOpened
()
in IsOpened()
function in OHOS::DistributedHardware::DAudioSinkDevCtrlMgr
/foundation/distributedhardware/distributed_audio/services/audiocontrol/controlsource/src/
H
A
D
daudio_source_dev_ctrl_manager.cpp
63
bool DAudioSourceDevCtrlMgr::
IsOpened
()
in IsOpened()
function in OHOS::DistributedHardware::DAudioSourceDevCtrlMgr
/foundation/distributedhardware/distributed_audio/services/audiocontrol/test/unittest/controlsource/src/
H
A
D
daudio_source_dev_ctrl_manager_test.cpp
105
* @tc.desc: Verify the
IsOpened
function.
111
EXPECT_EQ(true, sourceDevCtrl_->
IsOpened
());
in HWTEST_F()
/foundation/distributedhardware/distributed_audio/services/audiocontrol/test/unittest/controlsink/src/
H
A
D
daudio_sink_dev_ctrl_manager_test.cpp
84
* @tc.desc: Verify the
IsOpened
function.
90
EXPECT_EQ(true, sinkDevCtrl_->
IsOpened
());
in HWTEST_F()
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/include/
H
A
D
daudio_io_dev.h
55
virtual bool
IsOpened
() = 0;
H
A
D
dspeaker_dev.h
74
bool
IsOpened
() override;
H
A
D
dmic_dev.h
78
bool
IsOpened
() override;
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H
A
D
dspeaker_dev.cpp
285
bool DSpeakerDev::
IsOpened
()
in IsOpened()
function in OHOS::DistributedHardware::DSpeakerDev
H
A
D
dmic_dev.cpp
337
bool DMicDev::
IsOpened
()
in IsOpened()
function in OHOS::DistributedHardware::DMicDev
Completed in 6 milliseconds