Home
last modified time | relevance | path

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 Drs_profiler_socket_test.cpp57 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 Dstorage_daemon_ipc_interface_code.h26 SHUTDOWN = 1, member in OHOS::StorageDaemon::StorageDaemonInterfaceCode
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_socket.h28 SHUTDOWN
H A Drs_profiler_network.cpp95 } else if (state == SocketState::SHUTDOWN) { in Run()
357 socket.SetState(SocketState::SHUTDOWN); in ProcessIncoming()
H A Drs_profiler_socket.cpp112 state_ = SocketState::SHUTDOWN; in Shutdown()
/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/include/
H A Dbundle_active_event.h40 static const int32_t SHUTDOWN = 10; member in OHOS::DeviceUsageStats::BundleActiveEvent
/foundation/resourceschedule/device_usage_statistics/services/packageusage/src/
H A Dbundle_active_period_stats.cpp63 if (eventId == BundleActiveEvent::SHUTDOWN || eventId == BundleActiveEvent::FLUSH) { in Update()
H A Dbundle_active_user_service.cpp228 if (event.eventId_ != BundleActiveEvent::SHUTDOWN) { in ReportForShutdown()
/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/src/
H A Dbundle_active_package_stats.cpp194 case BundleActiveEvent::SHUTDOWN: in Update()
/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/
H A Dstorage_daemon_stub.cpp29 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 Dstorage_daemon_proxy.cpp36 return SendRequest(static_cast<int32_t>(StorageDaemonInterfaceCode::SHUTDOWN), data, reply, option); in Shutdown()
/foundation/resourceschedule/device_usage_statistics/test/unittest/
H A Dpackage_usage_test.cpp105 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 Ddh_context.cpp69 state == PowerMgr::PowerState::SHUTDOWN) { in OnPowerStateChanged()
/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_core.cpp467 BundleActiveEvent event(BundleActiveEvent::SHUTDOWN, timeStamp); in ShutDown()
/foundation/filemanagement/storage_service/services/storage_daemon/ipc/test/
H A Dstorage_daemon_stub_test.cpp35 static_cast<int32_t>(StorageDaemonInterfaceCode::SHUTDOWN),
H A Dstorage_daemon_proxy_test.cpp68 ASSERT_TRUE(static_cast<int32_t>(StorageDaemonInterfaceCode::SHUTDOWN) == mock_->code_); in HWTEST_F()

Completed in 14 milliseconds