Home
last modified time | relevance | path

Searched refs:GetCellularDataFlow (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dsim_type_convert_test.cpp91 …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)…
96GetCellularDataFlow(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), "");
/ohos5.0/base/telephony/state_registry/services/src/
H A Dtelephony_state_registry_dump_helper.cpp117 result.append(GetCellularDataFlow(service->GetCellularDataFlow(i))); in ShowTelephonyChangeState()
H A Dtelephony_state_registry_service.cpp823 int32_t TelephonyStateRegistryService::GetCellularDataFlow(int32_t slotId) in GetCellularDataFlow() function in OHOS::Telephony::TelephonyStateRegistryService
/ohos5.0/base/telephony/core_service/utils/
H A Dlibtel_common.versionscript35 "OHOS::Telephony::GetCellularDataFlow(int)";
/ohos5.0/base/telephony/core_service/utils/common/include/
H A Denum_convert.h423 std::string GetCellularDataFlow(int32_t flowData);
/ohos5.0/base/telephony/core_service/utils/common/src/
H A Denum_convert.cpp160 std::string GetCellularDataFlow(int32_t flowData) in GetCellularDataFlow() function
/ohos5.0/base/telephony/state_registry/services/include/
H A Dtelephony_state_registry_service.h68 int32_t GetCellularDataFlow(int32_t slotId);
/ohos5.0/base/telephony/state_registry/test/unittest/state_test/
H A Dstate_registry_test.cpp896 EXPECT_EQ(TELEPHONY_ERROR, service->GetCellularDataFlow(0));
908 EXPECT_EQ(TELEPHONY_ERROR, service->GetCellularDataFlow(1));
909 EXPECT_EQ(0, service->GetCellularDataFlow(0));