/base/telephony/cellular_data/services/src/ |
H A D | state_notification.cpp | 43 TelephonyStateRegistryClient::GetInstance().UpdateCellularDataFlow(slotId, static_cast<int32_t>(flowType)); in OnUpDataFlowtype()
|
/base/telephony/core_service/frameworks/native/src/ |
H A 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()
|
H A D | telephony_state_registry_proxy.cpp | 69 int32_t TelephonyStateRegistryProxy::UpdateCellularDataFlow( in UpdateCellularDataFlow() function in OHOS::Telephony::TelephonyStateRegistryProxy
|
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | telephony_state_registry_client.h | 99 int32_t UpdateCellularDataFlow(int32_t slotId, int32_t flowType);
|
H A D | telephony_state_registry_proxy.h | 36 int32_t UpdateCellularDataFlow(
|
H A D | i_telephony_state_notify.h | 36 * UpdateCellularDataFlow 42 virtual int32_t UpdateCellularDataFlow(int32_t slotId, int32_t dataFlowType) = 0;
|
/base/telephony/state_registry/test/unittest/state_test/ |
H A D | state_registry_test.h | 186 void UpdateCellularDataFlow(int32_t slotId);
|
H A D | state_registry_test.cpp | 193 void StateRegistryTest::UpdateCellularDataFlow(int32_t slotId) in UpdateCellularDataFlow() function in OHOS::Telephony::StateRegistryTest 198 DelayedRefSingleton<TelephonyStateRegistryClient>::GetInstance().UpdateCellularDataFlow(slotId, dataFlowType); in UpdateCellularDataFlow() 199 TELEPHONY_LOGI("StateRegistryTest::UpdateCellularDataFlow ret = %{public}d", ret); in UpdateCellularDataFlow() 385 UpdateCellularDataFlow(DEFAULT_SIM_SLOT_ID); in HWTEST_F() 398 UpdateCellularDataFlow(SIM_SLOT_ID_1); in HWTEST_F() 1123 EXPECT_EQ(TELEPHONY_STATE_REGISTRY_SLODID_ERROR, service->UpdateCellularDataFlow(invalidSlotId, 0)); in HWTEST_F() 1124 EXPECT_EQ(TELEPHONY_STATE_REGISTRY_PERMISSION_DENIED, service->UpdateCellularDataFlow(0, 0)); in HWTEST_F() 1147 EXPECT_EQ(TELEPHONY_STATE_REGISTRY_DATA_NOT_EXIST, service->UpdateCellularDataFlow(0, 0)); in HWTEST_F() 1159 EXPECT_EQ(TELEPHONY_STATE_REGISTRY_DATA_NOT_EXIST, service->UpdateCellularDataFlow(0, 0)); in HWTEST_F() 1170 EXPECT_EQ(TELEPHONY_SUCCESS, service->UpdateCellularDataFlow( in HWTEST_F() [all...] |
H A D | state_registry_branch_test.cpp | 297 result = proxy->UpdateCellularDataFlow(0, 0);
in HWTEST_F()
|
/base/telephony/state_registry/services/include/ |
H A 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/ |
H A D | telephonystateregistry_fuzzer.cpp | 379 void UpdateCellularDataFlow(const uint8_t *data, size_t size) in UpdateCellularDataFlow() function 437 UpdateCellularDataFlow(data, size); in DoSomethingInterestingWithMyAPI()
|
/base/telephony/state_registry/services/src/ |
H A D | telephony_state_registry_stub.cpp | 179 int32_t ret = UpdateCellularDataFlow(slotId, flowData); in OnUpdateCellularDataFlow()
|
H A D | telephony_state_registry_service.cpp | 151 int32_t TelephonyStateRegistryService::UpdateCellularDataFlow(int32_t slotId, int32_t flowData) in UpdateCellularDataFlow() function in OHOS::Telephony::TelephonyStateRegistryService 154 TELEPHONY_LOGE("UpdateCellularDataFlow##VerifySlotId failed ##slotId = %{public}d", slotId); in UpdateCellularDataFlow()
|