Home
last modified time | relevance | path

Searched refs:UpdateCellularDataFlow (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dtelephony_state_registry_client.cpp93 int32_t TelephonyStateRegistryClient::UpdateCellularDataFlow(int32_t slotId, int32_t dataFlowType) in UpdateCellularDataFlow() function in OHOS::Telephony::TelephonyStateRegistryClient
100 return proxy->UpdateCellularDataFlow(slotId, dataFlowType); in UpdateCellularDataFlow()
H A Dtelephony_state_registry_proxy.cpp69 int32_t TelephonyStateRegistryProxy::UpdateCellularDataFlow( in UpdateCellularDataFlow() function in OHOS::Telephony::TelephonyStateRegistryProxy
/ohos5.0/base/telephony/cellular_data/services/src/
H A Dstate_notification.cpp47 …TelephonyStateRegistryClient::GetInstance().UpdateCellularDataFlow(slotId, static_cast<int32_t>(fl… in OnUpDataFlowtype()
/ohos5.0/base/telephony/state_registry/test/unittest/state_test/
H A Dstate_registry_test.cpp194 void StateRegistryTest::UpdateCellularDataFlow(int32_t slotId) in UpdateCellularDataFlow() function in OHOS::Telephony::StateRegistryTest
199 …DelayedRefSingleton<TelephonyStateRegistryClient>::GetInstance().UpdateCellularDataFlow(slotId, da… in UpdateCellularDataFlow()
386 UpdateCellularDataFlow(DEFAULT_SIM_SLOT_ID);
399 UpdateCellularDataFlow(SIM_SLOT_ID_1);
1094 …EXPECT_EQ(TELEPHONY_STATE_REGISTRY_SLODID_ERROR, service->UpdateCellularDataFlow(invalidSlotId, 0)…
1095 EXPECT_EQ(TELEPHONY_STATE_REGISTRY_PERMISSION_DENIED, service->UpdateCellularDataFlow(0, 0));
1118 EXPECT_EQ(TELEPHONY_STATE_REGISTRY_DATA_NOT_EXIST, service->UpdateCellularDataFlow(0, 0));
1130 EXPECT_EQ(TELEPHONY_STATE_REGISTRY_DATA_NOT_EXIST, service->UpdateCellularDataFlow(0, 0));
1141 EXPECT_EQ(TELEPHONY_SUCCESS, service->UpdateCellularDataFlow(0, 0));
H A Dstate_registry_test.h186 void UpdateCellularDataFlow(int32_t slotId);
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Di_telephony_state_notify.h42 virtual int32_t UpdateCellularDataFlow(int32_t slotId, int32_t dataFlowType) = 0;
H A Dtelephony_state_registry_proxy.h36 int32_t UpdateCellularDataFlow(
H A Dtelephony_state_registry_client.h99 int32_t UpdateCellularDataFlow(int32_t slotId, int32_t flowType);
/ohos5.0/base/telephony/state_registry/services/include/
H A Dtelephony_state_registry_service.h49 int32_t UpdateCellularDataFlow(int32_t slotId, int32_t dataFlowType) override;
/ohos5.0/base/telephony/state_registry/test/fuzztest/telephonystateregistry_fuzzer/
H A Dtelephonystateregistry_fuzzer.cpp379 void UpdateCellularDataFlow(const uint8_t *data, size_t size) in UpdateCellularDataFlow() function
437 UpdateCellularDataFlow(data, size); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/state_registry/services/src/
H A Dtelephony_state_registry_stub.cpp179 int32_t ret = UpdateCellularDataFlow(slotId, flowData); in OnUpdateCellularDataFlow()
H A Dtelephony_state_registry_service.cpp146 int32_t TelephonyStateRegistryService::UpdateCellularDataFlow(int32_t slotId, int32_t flowData) in UpdateCellularDataFlow() function in OHOS::Telephony::TelephonyStateRegistryService