Home
last modified time | relevance | path

Searched refs:DeviceStateHandler (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Ddevice_state_handler.cpp31 DeviceStateHandler::DeviceStateHandler( in DeviceStateHandler() function in OHOS::Telephony::DeviceStateHandler
46 void DeviceStateHandler::ProcessWifiState(bool isWifiConnected) in ProcessWifiState()
52 void DeviceStateHandler::ProcessScreenDisplay(bool isScreenOn) in ProcessScreenDisplay()
68 void DeviceStateHandler::ProcessChargingState(bool isCharging) in ProcessChargingState()
75 void DeviceStateHandler::ProcessNetSharingState(bool isNetSharingOn) in ProcessNetSharingState()
81 void DeviceStateHandler::ProcessRadioState() in ProcessRadioState()
86 void DeviceStateHandler::ProcessDeviceState() in ProcessDeviceState()
123 bool DeviceStateHandler::IsLowPowerConsumption() const in IsLowPowerConsumption()
128 uint32_t DeviceStateHandler::GetCellRequestMinInterval() const in GetCellRequestMinInterval()
190 void DeviceStateHandler::SyncSettings() in SyncSettings()
[all …]
H A Ddevice_state_observer.cpp40 void DeviceStateObserver::StartEventSubscriber(const std::shared_ptr<DeviceStateHandler> &deviceSta… in StartEventSubscriber()
166 void DeviceStateEventSubscriber::SetEventHandler(const std::shared_ptr<DeviceStateHandler> &deviceS… in SetEventHandler()
171 std::shared_ptr<DeviceStateHandler> DeviceStateEventSubscriber::GetEventHandler() in GetEventHandler()
268 const std::shared_ptr<DeviceStateHandler> &deviceStateHandler) : handler_(deviceStateHandler) in SharingEventCallback()
H A Dnetwork_search_manager.cpp96 …inner->deviceStateHandler_ = std::make_shared<DeviceStateHandler>(shared_from_this(), telRilManage… in InitPointer()
/ohos5.0/base/telephony/core_service/services/network_search/include/
H A Ddevice_state_observer.h54 void SetEventHandler(const std::shared_ptr<DeviceStateHandler> &deviceStateHandler);
55 std::shared_ptr<DeviceStateHandler> GetEventHandler();
64 std::shared_ptr<DeviceStateHandler> deviceStateHandler_;
70 explicit SharingEventCallback(const std::shared_ptr<DeviceStateHandler> &deviceStateHandler);
78 std::shared_ptr<DeviceStateHandler> handler_ = nullptr;
85 void StartEventSubscriber(const std::shared_ptr<DeviceStateHandler> &deviceStateHandler);
H A Ddevice_state_handler.h26 class DeviceStateHandler {
28 DeviceStateHandler(const std::weak_ptr<NetworkSearchManager> &networkSearchManager,
30 virtual ~DeviceStateHandler() = default;
H A Dnetwork_search_manager.h59 std::shared_ptr<DeviceStateHandler> deviceStateHandler_ = nullptr;