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:Shutdown
(Results
1 - 14
of
14
) sorted by relevance
/drivers/hdf_core/framework/model/network/wifi/platform/include/message/
H
A
D
message_dispatcher.h
30
void (*
Shutdown
)(struct MessageDispatcher * dispatcher); \
H
A
D
message_router_inner.h
44
void (*
Shutdown
)(struct RemoteService * service); \
/drivers/peripheral/power/interfaces/hdi_service/src/
H
A
D
running_lock_timer_handler.cpp
30
handlerTimer_->
Shutdown
();
in ~RunningLockTimerHandler()
128
handlerTimer_->
Shutdown
();
in Clean()
/drivers/hdf_core/framework/include/audio/
H
A
D
audio_dai_if.h
93
int32_t (*
Shutdown
)(const struct AudioCard *audioCard, const struct DaiDevice *dai);
member
/drivers/hdf_core/framework/model/network/wifi/platform/src/message/
H
A
D
message_router.c
64
if (service->
Shutdown
!= NULL) {
in ReleaseRemoteService()
65
service->
Shutdown
(service);
in ReleaseRemoteService()
174
if (errCode != ME_SUCCESS && dispatcher->
Shutdown
!= NULL) {
in AddDispatcher()
175
dispatcher->
Shutdown
(dispatcher);
in AddDispatcher()
670
if (g_dispatchers[i] != NULL && g_dispatchers[i]->
Shutdown
!= NULL) {
in DoShutdownMessageRouter()
671
g_dispatchers[i]->
Shutdown
(g_dispatchers[i]);
in DoShutdownMessageRouter()
689
HDF_LOGW("%s:
Shutdown
router...", __func__);
in ShutdownMessageRouter()
H
A
D
message_dispatcher.c
416
localDispatcher->
Shutdown
= ShutdownDispatcher;
in CreateLocalDispatcher()
/drivers/hdf_core/framework/model/audio/hdmi/src/
H
A
D
audio_hdmi_codec_adapter.c
25
.
Shutdown
= AudioHdmiCodecDaiShutdown,
/drivers/peripheral/nfc/hdi_service/
H
A
D
nfc_impl.h
43
int32_t
Shutdown
(NfcStatus &status) override;
H
A
D
nfc_impl.cpp
233
int32_t NfcImpl::
Shutdown
(NfcStatus &status)
in Shutdown()
function in OHOS::HDI::Nfc::V1_1::NfcImpl
/drivers/external_device_manager/services/native/driver_extension_manager/src/device_manager/
H
A
D
etx_device_mgr.cpp
36
unloadSelftimer_.
Shutdown
();
in ~ExtDeviceManager()
397
unloadSelftimer_.
Shutdown
();
in UnLoadSelf()
/drivers/hdf_core/framework/model/audio/dispatch/src/
H
A
D
audio_stream_dispatch.c
284
cpuDai->devData->ops->
Shutdown
!= NULL) {
in CpuDaiDevShutdown()
285
ret = cpuDai->devData->ops->
Shutdown
(audioCard, cpuDai);
in CpuDaiDevShutdown()
287
ADM_LOG_ERR("cpuDai
Shutdown
failed ret=%d.", ret);
in CpuDaiDevShutdown()
291
ADM_LOG_DEBUG("cpu dai
Shutdown
is null.");
in CpuDaiDevShutdown()
304
codecDai->devData->ops->
Shutdown
!= NULL) {
in CodecDaiDevShutdown()
305
ret = codecDai->devData->ops->
Shutdown
(audioCard, codecDai);
in CodecDaiDevShutdown()
307
ADM_LOG_ERR("codecDai
Shutdown
failed ret=%d.", ret);
in CodecDaiDevShutdown()
311
ADM_LOG_DEBUG("codec dai
Shutdown
is null.");
in CodecDaiDevShutdown()
325
dspDai->devData->ops->
Shutdown
!= NULL) {
in DspDaiDevShutdown()
326
ret = dspDai->devData->ops->
Shutdown
(audioCar
in DspDaiDevShutdown()
[all...]
/drivers/hdf_core/framework/model/network/wifi/platform/src/message/nodes/
H
A
D
local_node.c
166
service->
Shutdown
= ShutdownLocalService;
in CreateLocalNodeService()
/drivers/peripheral/nfc/test/unittest/nfc_impl_test/
H
A
D
nfc_impl_test.cpp
294
* @tc.desc: Test NfcImplTest
Shutdown
.
301
int ret = nfcImpl->
Shutdown
(status);
in HWTEST_F()
/drivers/peripheral/display/composer/test/benchmark/
H
A
D
display_benchmark_test.cpp
718
::benchmark::
Shutdown
();
in main()
Completed in 8 milliseconds