Home
last modified time | relevance | path

Searched refs:CellularDataHandler (Results 1 - 9 of 9) sorted by relevance

/base/telephony/cellular_data/services/src/
H A Dcellular_data_handler.cpp47 CellularDataHandler::CellularDataHandler(const EventFwk::CommonEventSubscribeInfo &sp, int32_t slotId) in CellularDataHandler() function in OHOS::Telephony::CellularDataHandler
48 : TelEventHandler("CellularDataHandler"), CommonEventSubscriber(sp), slotId_(slotId) in CellularDataHandler()
51 void CellularDataHandler::Init() in Init()
76 CellularDataHandler::~CellularDataHandler() {} in ~CellularDataHandler()
78 bool CellularDataHandler::ReleaseNet(const NetRequest &request) in ReleaseNet()
96 bool CellularDataHandler::RequestNet(const NetRequest &request) in RequestNet()
112 bool CellularDataHandler::AddUid(const NetRequest &request) in AddUid()
127 bool CellularDataHandler
[all...]
H A Dcellular_data_controller.cpp62 cellularDataHandler_ = std::make_shared<CellularDataHandler>(subscriberInfo, slotId_); in Init()
359 int32_t slotId, std::shared_ptr<CellularDataHandler> handler) in SystemAbilityStatusChangeListener()
/base/telephony/cellular_data/test/
H A Dcellular_data_observer_test.cpp50 static std::shared_ptr<CellularDataHandler> createCellularDataHandler() in createCellularDataHandler()
54 std::shared_ptr<CellularDataHandler> cellularDataHandler = in createCellularDataHandler()
55 std::make_shared<CellularDataHandler>(subscriberInfo, 0); in createCellularDataHandler()
62 std::shared_ptr<CellularDataHandler> cellularDataHandler = nullptr; in HWTEST_F()
83 std::shared_ptr<CellularDataHandler> cellularDataHandler = nullptr; in HWTEST_F()
107 std::shared_ptr<CellularDataHandler> cellularDataHandler = nullptr; in HWTEST_F()
138 std::shared_ptr<CellularDataHandler> cellularDataHandler = nullptr; in HWTEST_F()
H A Dcellular_data_handler_test.cpp45 auto cellularDataHandler = std::make_shared<CellularDataHandler>(subscriberInfo, 0); in HWTEST_F()
63 auto cellularDataHandler = std::make_shared<CellularDataHandler>(subscriberInfo, 0); in HWTEST_F()
83 auto cellularDataHandler = std::make_shared<CellularDataHandler>(subscriberInfo, 0); in HWTEST_F()
108 auto cellularDataHandler = std::make_shared<CellularDataHandler>(subscriberInfo, 0); in HWTEST_F()
136 auto cellularDataHandler = std::make_shared<CellularDataHandler>(subscriberInfo, 0); in HWTEST_F()
172 auto cellularDataHandler = std::make_shared<CellularDataHandler>(subscriberInfo, 0); in HWTEST_F()
195 auto cellularDataHandler = std::make_shared<CellularDataHandler>(subscriberInfo, 0); in HWTEST_F()
212 auto cellularDataHandler = std::make_shared<CellularDataHandler>(subscriberInfo, 0); in HWTEST_F()
229 auto cellularDataHandler = std::make_shared<CellularDataHandler>(subscriberInfo, 0); in HWTEST_F()
249 auto cellularDataHandler = std::make_shared<CellularDataHandler>(subscriberInf in HWTEST_F()
[all...]
H A Dcellular_data_handler_branch_test.cpp72 cellularDataHandler_ = std::make_shared<CellularDataHandler>(subscriberInfo, 0); in InitCellularDataHandler()
76 std::shared_ptr<CellularDataHandler> cellularDataHandler_;
143 auto cellularDataHandler = std::make_shared<CellularDataHandler>(subscriberInfo, 2); in HWTEST_F()
161 auto cellularDataHandler = std::make_shared<CellularDataHandler>(subscriberInfo, 2); in HWTEST_F()
174 auto cellularDataHandler = std::make_shared<CellularDataHandler>(subscriberInfo, 2); in HWTEST_F()
193 auto cellularDataHandler = std::make_shared<CellularDataHandler>(subscriberInfo, 2); in HWTEST_F()
211 auto cellularDataHandler = std::make_shared<CellularDataHandler>(subscriberInfo, 2); in HWTEST_F()
224 auto cellularDataHandler = std::make_shared<CellularDataHandler>(subscriberInfo, 2); in HWTEST_F()
249 auto cellularDataHandler = std::make_shared<CellularDataHandler>(subscriberInfo, 2); in HWTEST_F()
289 auto cellularDataHandler = std::make_shared<CellularDataHandler>(subscriberInf in HWTEST_F()
[all...]
H A Dzero_branch_test.cpp153 CellularDataHandler cellularDataHandler { subscriberInfo, 0 }; in HWTEST_F()
204 CellularDataHandler cellularDataHandler { subscriberInfo, 0 }; in HWTEST_F()
257 CellularDataHandler cellularDataHandler { subscriberInfo, INVALID_SLOTID }; in HWTEST_F()
406 CellularDataHandler cellularDataHandler { subscriberInfo, 0 }; in HWTEST_F()
H A Dcellular_data_test.cpp1994 auto cellularDataHandler = std::make_shared<CellularDataHandler>(subscriberInfo, 0); in HWTEST_F()
/base/telephony/cellular_data/services/include/
H A Dcellular_data_controller.h68 std::shared_ptr<CellularDataHandler> cellularDataHandler_;
75 explicit SystemAbilityStatusChangeListener(int32_t slotId, std::shared_ptr<CellularDataHandler> handler);
82 std::shared_ptr<CellularDataHandler> handler_;
H A Dcellular_data_handler.h42 class CellularDataHandler : public TelEventHandler, public EventFwk::CommonEventSubscriber { class
44 explicit CellularDataHandler(const EventFwk::CommonEventSubscribeInfo &sp, int32_t slotId);
45 ~CellularDataHandler();

Completed in 14 milliseconds