Home
last modified time | relevance | path

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

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