/base/telephony/call_manager/services/call/call_state_observer/src/ |
H A D | proximity_sensor.cpp | 26 void ProximitySensor::ShutDown(PowerMgr::SuspendDeviceType operationType, bool suspendImmed) in ShutDown() function in OHOS::Telephony::ProximitySensor 41 ShutDown(PowerMgr::SuspendDeviceType::SUSPEND_DEVICE_REASON_APPLICATION, true); in CallDestroyed()
|
/base/powermgr/battery_lite/services/src/ |
H A D | battery_device.c | 162 .ShutDown = ShutDownImpl,
212 g_device.ShutDown = g_batteryFeatureHandle->ShutDown;
in GetBatteryDeviceMethods()
|
/base/powermgr/battery_lite/services/include/ |
H A D | battery_device.h | 59 void (*ShutDown)(void);
member
|
H A D | ibattery.h | 57 void (*ShutDown)();
member
|
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
H A D | hril_vendor_modem_defs.h | 75 void (*ShutDown)(const ReqDataInfo *requestInfo); member
|
/base/telephony/call_manager/services/call/call_state_observer/include/ |
H A D | proximity_sensor.h | 38 void ShutDown(PowerMgr::SuspendDeviceType operationType, bool suspendImmed);
|
/base/telephony/core_service/services/tel_ril/include/ |
H A D | tel_ril_modem.h | 33 int32_t ShutDown(const AppExecFwk::InnerEvent::Pointer &response);
|
H A D | tel_ril_manager.h | 51 int32_t ShutDown(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &response) override;
|
/base/telephony/ril_adapter/services/hril/include/ |
H A D | hril_modem.h | 28 int32_t ShutDown(int32_t serialId);
|
H A D | hril_manager.h | 142 int32_t ShutDown(int32_t slotId, int32_t serialId);
|
/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_modem.cpp | 54 int32_t TelRilModem::ShutDown(const AppExecFwk::InnerEvent::Pointer &response) in ShutDown() function in OHOS::Telephony::TelRilModem 56 return Request(TELEPHONY_LOG_FUNC_NAME, response, &HDI::Ril::V1_1::IRil::ShutDown); in ShutDown()
|
H A D | tel_ril_manager.cpp | 320 int32_t TelRilManager::ShutDown(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &response) in ShutDown() function in OHOS::Telephony::TelRilManager 322 return TaskSchedule(response, "TelRilModem", GetTelRilModem(slotId), &TelRilModem::ShutDown); in ShutDown()
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
H A D | ril_modem_test.cpp | 50 int32_t ret = g_rilInterface->ShutDown(SLOTID_1, RilTestUtil::GetSerialId()); in HWTEST_F() 66 int32_t ret = g_rilInterface->ShutDown(SLOTID_2, RilTestUtil::GetSerialId()); in HWTEST_F()
|
H A D | zero_branch_test.cpp | 159 EXPECT_NE(HDF_SUCCESS, manager->ShutDown(0, 0)); in TestModemInterface()
|
/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_modem.cpp | 28 int32_t HRilModem::ShutDown(int32_t serialId) in ShutDown() function in OHOS::Telephony::HRilModem 30 return RequestVendor(serialId, HREQ_MODEM_SHUT_DOWN, modemFuncs_, &HRilModemReq::ShutDown); in ShutDown()
|
H A D | hril_manager.cpp | 694 int32_t HRilManager::ShutDown(int32_t slotId, int32_t serialId) in ShutDown() function in OHOS::Telephony::HRilManager 696 return TaskSchedule(MODULE_HRIL_MODEM, hrilModem_[slotId], &HRilModem::ShutDown, serialId); in ShutDown()
|
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | i_tel_ril_manager.h | 44 virtual int32_t ShutDown(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &response) = 0;
|
H A D | core_manager_inner.h | 60 int32_t ShutDown(int32_t slotId, int32_t eventId, const std::shared_ptr<AppExecFwk::EventHandler> &handler);
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | vsim_test.cpp | 413 int32_t status = CoreManagerInner::GetInstance().ShutDown(0, 0, handler); in HWTEST_F()
|
H A D | core_service_native_branch_test.cpp | 570 mInner.ShutDown(-1, 0, handler); in HWTEST_F()
|
H A D | zero_branch_test.cpp | 947 EXPECT_GT(mInner.ShutDown(0, 0, nullptr), TELEPHONY_ERR_SUCCESS); in HWTEST_F()
|
/base/telephony/core_service/frameworks/native/src/ |
H A D | core_manager_inner.cpp | 789 int32_t CoreManagerInner::ShutDown( in ShutDown() function in OHOS::Telephony::CoreManagerInner 802 return telRilManager_->ShutDown(slotId, response); in ShutDown()
|
/base/telephony/ril_adapter/test/unittest/ |
H A D | ril_interface_test.cpp | 861 int32_t ret = g_rilInterface->ShutDown(slotId, GetSerialId());
in ShutDownTest()
|
/base/telephony/core_service/services/tel_ril/test/ |
H A D | tel_ril_test.cpp | 1164 telRilManager_->ShutDown(slotId, event); in OnRequestShutDownTest()
|