Searched refs:IsDataConnectionNotUsed (Results 1 – 5 of 5) sorted by relevance
324 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);
1329 ASSERT_TRUE(apnManager->IsDataConnectionNotUsed(cellularMachine));
45 … bool IsDataConnectionNotUsed(const std::shared_ptr<CellularDataStateMachine> &stateMachine) const;
413 bool ApnManager::IsDataConnectionNotUsed(const std::shared_ptr<CellularDataStateMachine> &stateMach… in IsDataConnectionNotUsed() function in OHOS::Telephony::ApnManager
626 if (connect->IsInactiveState() && apnManager_->IsDataConnectionNotUsed(connect)) { in FindIdleCellularDataConnection()