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 - 16
of
16
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_profiler/unittest/
H
A
D
rs_profiler_socket_test.cpp
57
EXPECT_EQ(s.GetState(), SocketState::
SHUTDOWN
);
in HWTEST_F()
72
EXPECT_EQ(s.GetState(), SocketState::
SHUTDOWN
);
in HWTEST_F()
/foundation/filemanagement/storage_service/services/storage_daemon/include/ipc/
H
A
D
storage_daemon_ipc_interface_code.h
26
SHUTDOWN
= 1,
member in OHOS::StorageDaemon::StorageDaemonInterfaceCode
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H
A
D
rs_profiler_socket.h
28
SHUTDOWN
H
A
D
rs_profiler_network.cpp
95
} else if (state == SocketState::
SHUTDOWN
) {
in Run()
357
socket.SetState(SocketState::
SHUTDOWN
);
in ProcessIncoming()
H
A
D
rs_profiler_socket.cpp
112
state_ = SocketState::
SHUTDOWN
;
in Shutdown()
/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/include/
H
A
D
bundle_active_event.h
40
static const int32_t
SHUTDOWN
= 10;
member in OHOS::DeviceUsageStats::BundleActiveEvent
/foundation/resourceschedule/device_usage_statistics/services/packageusage/src/
H
A
D
bundle_active_period_stats.cpp
63
if (eventId == BundleActiveEvent::
SHUTDOWN
|| eventId == BundleActiveEvent::FLUSH) {
in Update()
H
A
D
bundle_active_user_service.cpp
228
if (event.eventId_ != BundleActiveEvent::
SHUTDOWN
) {
in ReportForShutdown()
/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/src/
H
A
D
bundle_active_package_stats.cpp
194
case BundleActiveEvent::
SHUTDOWN
:
in Update()
/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/
H
A
D
storage_daemon_stub.cpp
29
opToInterfaceMap_[static_cast<uint32_t>(StorageDaemonInterfaceCode::
SHUTDOWN
)] =
in StorageDaemonStub()
112
case static_cast<uint32_t>(StorageDaemonInterfaceCode::
SHUTDOWN
):
in OnRemoteRequest()
162
case static_cast<uint32_t>(StorageDaemonInterfaceCode::
SHUTDOWN
):
in OnRemoteRequestForBase()
H
A
D
storage_daemon_proxy.cpp
36
return SendRequest(static_cast<int32_t>(StorageDaemonInterfaceCode::
SHUTDOWN
), data, reply, option);
in Shutdown()
/foundation/resourceschedule/device_usage_statistics/test/unittest/
H
A
D
package_usage_test.cpp
105
eventId = BundleActiveEvent::
SHUTDOWN
;
in HWTEST_F()
294
event.eventId_ = BundleActiveEvent::
SHUTDOWN
;
in HWTEST_F()
637
EXPECT_NE(bundleEvent->IsBundleEvent(BundleActiveEvent::
SHUTDOWN
), true);
in HWTEST_F()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/utils/
H
A
D
dh_context.cpp
69
state == PowerMgr::PowerState::
SHUTDOWN
) {
in OnPowerStateChanged()
/foundation/resourceschedule/device_usage_statistics/services/common/src/
H
A
D
bundle_active_core.cpp
467
BundleActiveEvent event(BundleActiveEvent::
SHUTDOWN
, timeStamp);
in ShutDown()
/foundation/filemanagement/storage_service/services/storage_daemon/ipc/test/
H
A
D
storage_daemon_stub_test.cpp
35
static_cast<int32_t>(StorageDaemonInterfaceCode::
SHUTDOWN
),
H
A
D
storage_daemon_proxy_test.cpp
68
ASSERT_TRUE(static_cast<int32_t>(StorageDaemonInterfaceCode::
SHUTDOWN
) == mock_->code_);
in HWTEST_F()
Completed in 14 milliseconds