Home
last modified time | relevance | path

Searched defs:cellularDataHandler (Results 1 – 12 of 12) sorted by relevance

/base/telephony/cellular_data/test/
Dcellular_data_handler_test.cpp46 auto cellularDataHandler = std::make_shared<CellularDataHandler>(subscriberInfo, 0); variable
64 auto cellularDataHandler = std::make_shared<CellularDataHandler>(subscriberInfo, 0); variable
84 auto cellularDataHandler = std::make_shared<CellularDataHandler>(subscriberInfo, 0); variable
109 auto cellularDataHandler = std::make_shared<CellularDataHandler>(subscriberInfo, 0); variable
137 auto cellularDataHandler = std::make_shared<CellularDataHandler>(subscriberInfo, 0); variable
173 auto cellularDataHandler = std::make_shared<CellularDataHandler>(subscriberInfo, 0); variable
196 auto cellularDataHandler = std::make_shared<CellularDataHandler>(subscriberInfo, 0); variable
214 auto cellularDataHandler = std::make_shared<CellularDataHandler>(subscriberInfo, 0); variable
232 auto cellularDataHandler = std::make_shared<CellularDataHandler>(subscriberInfo, 0); variable
250 auto cellularDataHandler = std::make_shared<CellularDataHandler>(subscriberInfo, 0); variable
[all …]
Dcellular_data_handler_branch_test.cpp143 auto cellularDataHandler = std::make_shared<CellularDataHandler>(subscriberInfo, 2); variable
161 auto cellularDataHandler = std::make_shared<CellularDataHandler>(subscriberInfo, 2); variable
174 auto cellularDataHandler = std::make_shared<CellularDataHandler>(subscriberInfo, 2); variable
193 auto cellularDataHandler = std::make_shared<CellularDataHandler>(subscriberInfo, 2); variable
211 auto cellularDataHandler = std::make_shared<CellularDataHandler>(subscriberInfo, 2); variable
224 auto cellularDataHandler = std::make_shared<CellularDataHandler>(subscriberInfo, 2); variable
248 auto cellularDataHandler = std::make_shared<CellularDataHandler>(subscriberInfo, 2); variable
273 auto cellularDataHandler = std::make_shared<CellularDataHandler>(subscriberInfo, 2); variable
313 auto cellularDataHandler = std::make_shared<CellularDataHandler>(subscriberInfo, 0); variable
353 auto cellularDataHandler = std::make_shared<CellularDataHandler>(subscriberInfo, 0); variable
[all …]
Dcellular_data_observer_test.cpp55 std::shared_ptr<CellularDataHandler> cellularDataHandler = in createCellularDataHandler() local
63 std::shared_ptr<CellularDataHandler> cellularDataHandler = nullptr; variable
84 std::shared_ptr<CellularDataHandler> cellularDataHandler = nullptr; variable
108 std::shared_ptr<CellularDataHandler> cellularDataHandler = nullptr; variable
139 std::shared_ptr<CellularDataHandler> cellularDataHandler = nullptr; variable
Dzero_branch_test.cpp156 CellularDataHandler cellularDataHandler { subscriberInfo, 0 }; variable
209 CellularDataHandler cellularDataHandler { subscriberInfo, 0 }; variable
264 CellularDataHandler cellularDataHandler { subscriberInfo, INVALID_SLOTID }; variable
418 CellularDataHandler cellularDataHandler { subscriberInfo, 0 }; variable
647 CellularDataHandler cellularDataHandler { subscriberInfo, 0 }; variable
Dcellular_data_test.cpp2129 auto cellularDataHandler = std::make_shared<CellularDataHandler>(subscriberInfo, 0); variable
/base/telephony/cellular_data/services/src/
Dcellular_data_rdb_observer.cpp26 CellularDataRdbObserver::CellularDataRdbObserver(std::weak_ptr<TelEventHandler> &&cellularDataHandl… in CellularDataRdbObserver()
35 auto cellularDataHandler = cellularDataHandler_.lock(); in OnChange() local
Dcellular_data_incall_observer.cpp26 …larDataIncallObserver::CellularDataIncallObserver(std::weak_ptr<TelEventHandler> &&cellularDataHan… in CellularDataIncallObserver()
45 auto cellularDataHandler = cellularDataHandler_.lock(); in OnChange() local
Dcellular_data_setting_observer.cpp26 …rDataSettingObserver::CellularDataSettingObserver(std::weak_ptr<TelEventHandler> &&cellularDataHan… in CellularDataSettingObserver()
45 auto cellularDataHandler = cellularDataHandler_.lock(); in OnChange() local
Dcellular_data_roaming_observer.cpp27 std::weak_ptr<TelEventHandler> &&cellularDataHandler, int32_t slotId) in CellularDataRoamingObserver()
52 auto cellularDataHandler = cellularDataHandler_.lock(); in OnChange() local
/base/telephony/cellular_data/test/fuzztest/updatecellulardata_fuzzer/
Dupdatecellulardata_fuzzer.cpp42 std::shared_ptr<CellularDataHandler> cellularDataHandler = nullptr; in UpdateCellularDataDumpHelperFuzz() local
/base/telephony/cellular_data/services/include/state_machine/
Dincall_data_state_machine.h34 …int32_t slotId, std::weak_ptr<TelEventHandler> &&cellularDataHandler, sptr<ApnManager> &apnManager) in IncallDataStateMachine()
Dcellular_data_state_machine.h55 …ptr<DataConnectionManager> &cdConnectionManager, std::shared_ptr<TelEventHandler> &&cellularDataHa… in CellularDataStateMachine()