Home
last modified time | relevance | path

Searched refs:IsDataConnectionNotUsed (Results 1 - 5 of 5) sorted by relevance

/base/telephony/cellular_data/services/include/apn_manager/
H A Dapn_manager.h44 bool IsDataConnectionNotUsed(const std::shared_ptr<CellularDataStateMachine> &stateMachine) const;
/base/telephony/cellular_data/test/
H A Dapn_manager_test.cpp324 bool result = apnManager->IsDataConnectionNotUsed(stateMachine); in HWTEST_F()
338 bool result = apnManager->IsDataConnectionNotUsed(stateMachine); in HWTEST_F()
355 bool result = apnManager->IsDataConnectionNotUsed(stateMachine); in HWTEST_F()
372 bool result = apnManager->IsDataConnectionNotUsed(stateMachine); in HWTEST_F()
391 bool result = apnManager->IsDataConnectionNotUsed(stateMachine_1); in HWTEST_F()
H A Dzero_branch_test.cpp1470 ASSERT_TRUE(apnManager->IsDataConnectionNotUsed(cellularMachine)); in HWTEST_F()
/base/telephony/cellular_data/services/src/apn_manager/
H A Dapn_manager.cpp385 bool ApnManager::IsDataConnectionNotUsed(const std::shared_ptr<CellularDataStateMachine> &stateMachine) const in IsDataConnectionNotUsed() function in OHOS::Telephony::ApnManager
/base/telephony/cellular_data/services/src/
H A Dcellular_data_handler.cpp698 if (connect->IsInactiveState() && apnManager_->IsDataConnectionNotUsed(connect)) { in FindIdleCellularDataConnection()

Completed in 10 milliseconds