Searched refs:GetCellularDataFlow (Results 1 – 8 of 8) sorted by relevance
91 …EXPECT_EQ(GetCellularDataFlow(static_cast<int32_t>(TelephonyCellDataFlowType::DATA_FLOW_TYPE_NONE)…93 …EXPECT_EQ(GetCellularDataFlow(static_cast<int32_t>(TelephonyCellDataFlowType::DATA_FLOW_TYPE_DOWN)…96 …GetCellularDataFlow(static_cast<int32_t>(TelephonyCellDataFlowType::DATA_FLOW_TYPE_UP)), "DATA_FLO…97 …EXPECT_EQ(GetCellularDataFlow(static_cast<int32_t>(TelephonyCellDataFlowType::DATA_FLOW_TYPE_UP_DO…99 …EXPECT_EQ(GetCellularDataFlow(static_cast<int32_t>(TelephonyCellDataFlowType::DATA_FLOW_TYPE_DORMA…101 EXPECT_EQ(GetCellularDataFlow(errorTelephonyCellDataFlowType), "");
117 result.append(GetCellularDataFlow(service->GetCellularDataFlow(i))); in ShowTelephonyChangeState()
823 int32_t TelephonyStateRegistryService::GetCellularDataFlow(int32_t slotId) in GetCellularDataFlow() function in OHOS::Telephony::TelephonyStateRegistryService
35 "OHOS::Telephony::GetCellularDataFlow(int)";
423 std::string GetCellularDataFlow(int32_t flowData);
160 std::string GetCellularDataFlow(int32_t flowData) in GetCellularDataFlow() function
68 int32_t GetCellularDataFlow(int32_t slotId);
896 EXPECT_EQ(TELEPHONY_ERROR, service->GetCellularDataFlow(0));908 EXPECT_EQ(TELEPHONY_ERROR, service->GetCellularDataFlow(1));909 EXPECT_EQ(0, service->GetCellularDataFlow(0));