| /base/telephony/cellular_data/services/src/ |
| D | state_notification.cpp | 47 …TelephonyStateRegistryClient::GetInstance().UpdateCellularDataFlow(slotId, static_cast<int32_t>(fl… in OnUpDataFlowtype()
|
| /base/telephony/core_service/frameworks/native/src/ |
| D | telephony_state_registry_client.cpp | 93 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()
|
| D | telephony_state_registry_proxy.cpp | 68 int32_t TelephonyStateRegistryProxy::UpdateCellularDataFlow( in UpdateCellularDataFlow() function in OHOS::Telephony::TelephonyStateRegistryProxy
|
| /base/telephony/core_service/interfaces/innerkits/include/ |
| D | i_telephony_state_notify.h | 42 virtual int32_t UpdateCellularDataFlow(int32_t slotId, int32_t dataFlowType) = 0;
|
| D | telephony_state_registry_proxy.h | 36 int32_t UpdateCellularDataFlow(
|
| D | telephony_state_registry_client.h | 101 int32_t UpdateCellularDataFlow(int32_t slotId, int32_t flowType);
|
| /base/telephony/state_registry/test/unittest/state_test/ |
| D | state_registry_test.h | 186 void UpdateCellularDataFlow(int32_t slotId);
|
| D | state_registry_test.cpp | 183 void StateRegistryTest::UpdateCellularDataFlow(int32_t slotId) in UpdateCellularDataFlow() function in OHOS::Telephony::StateRegistryTest 188 …DelayedRefSingleton<TelephonyStateRegistryClient>::GetInstance().UpdateCellularDataFlow(slotId, da… in UpdateCellularDataFlow() 374 UpdateCellularDataFlow(DEFAULT_SIM_SLOT_ID); 387 UpdateCellularDataFlow(SIM_SLOT_ID_1);
|
| /base/telephony/state_registry/services/include/ |
| D | telephony_state_registry_service.h | 49 int32_t UpdateCellularDataFlow(int32_t slotId, int32_t dataFlowType) override;
|
| /base/telephony/state_registry/test/fuzztest/telephonystateregistry_fuzzer/ |
| D | telephonystateregistry_fuzzer.cpp | 361 void UpdateCellularDataFlow(const uint8_t *data, size_t size) in UpdateCellularDataFlow() function 419 UpdateCellularDataFlow(data, size); in DoSomethingInterestingWithMyAPI()
|
| /base/telephony/state_registry/services/src/ |
| D | telephony_state_registry_stub.cpp | 125 int32_t ret = UpdateCellularDataFlow(slotId, flowData); in OnUpdateCellularDataFlow()
|
| D | telephony_state_registry_service.cpp | 134 int32_t TelephonyStateRegistryService::UpdateCellularDataFlow(int32_t slotId, int32_t flowData) in UpdateCellularDataFlow() function in OHOS::Telephony::TelephonyStateRegistryService
|