Home
last modified time | relevance | path

Searched refs:UpdateCallStateForSlotId (Results 1 - 15 of 15) sorted by relevance

/base/telephony/call_manager/services/call_report/src/
H A Dcall_state_report_proxy.cpp49 UpdateCallStateForSlotId(callObjectPtr, nextState); in CallStateUpdated()
125 void CallStateReportProxy::UpdateCallStateForSlotId(sptr<CallBase> &callObjectPtr, TelCallState nextState) in UpdateCallStateForSlotId() function in OHOS::Telephony::CallStateReportProxy
158 ret = DelayedRefSingleton<TelephonyStateRegistryClient>::GetInstance().UpdateCallStateForSlotId( in ReportCallStateForCallId()
/base/telephony/call_manager/services/call_report/include/
H A Dcall_state_report_proxy.h33 void UpdateCallStateForSlotId(sptr<CallBase> &callObjectPtr, TelCallState nextState);
/base/telephony/core_service/frameworks/native/src/
H A Dtelephony_state_registry_client.cpp114 int32_t TelephonyStateRegistryClient::UpdateCallStateForSlotId( in UpdateCallStateForSlotId() function in OHOS::Telephony::TelephonyStateRegistryClient
122 return proxy->UpdateCallStateForSlotId(slotId, callStatus, number); in UpdateCallStateForSlotId()
H A Dtelephony_state_registry_proxy.cpp125 int32_t TelephonyStateRegistryProxy::UpdateCallStateForSlotId( in UpdateCallStateForSlotId() function in OHOS::Telephony::TelephonyStateRegistryProxy
/base/telephony/core_service/interfaces/innerkits/include/
H A Dtelephony_state_registry_client.h56 int32_t UpdateCallStateForSlotId(
H A Dtelephony_state_registry_proxy.h40 int32_t UpdateCallStateForSlotId(
H A Di_telephony_state_notify.h65 * UpdateCallStateForSlotId
72 virtual int32_t UpdateCallStateForSlotId(
/base/telephony/state_registry/test/unittest/state_test/
H A Dstate_registry_test.h183 void UpdateCallStateForSlotId(int32_t slotId);
H A Dstate_registry_test.cpp158 void StateRegistryTest::UpdateCallStateForSlotId(int32_t slotId) in UpdateCallStateForSlotId() function in OHOS::Telephony::StateRegistryTest
164 int32_t ret = DelayedRefSingleton<TelephonyStateRegistryClient>::GetInstance().UpdateCallStateForSlotId( in UpdateCallStateForSlotId()
166 TELEPHONY_LOGI("StateRegistryTest::UpdateCallStateForSlotId ret = %{public}d", ret); in UpdateCallStateForSlotId()
307 UpdateCallStateForSlotId(DEFAULT_SIM_SLOT_ID); in HWTEST_F()
320 UpdateCallStateForSlotId(SIM_SLOT_ID_1); in HWTEST_F()
1120 EXPECT_EQ(TELEPHONY_STATE_REGISTRY_SLODID_ERROR, service->UpdateCallStateForSlotId(invalidSlotId, 0, number)); in HWTEST_F()
1121 EXPECT_EQ(TELEPHONY_STATE_REGISTRY_PERMISSION_DENIED, service->UpdateCallStateForSlotId(0, 0, number)); in HWTEST_F()
1148 EXPECT_EQ(TELEPHONY_STATE_REGISTRY_DATA_NOT_EXIST, service->UpdateCallStateForSlotId(0, 0, number)); in HWTEST_F()
1162 EXPECT_EQ(TELEPHONY_STATE_REGISTRY_DATA_NOT_EXIST, service->UpdateCallStateForSlotId(0, 0, number)); in HWTEST_F()
1175 EXPECT_EQ(TELEPHONY_SUCCESS, service->UpdateCallStateForSlotId( in HWTEST_F()
[all...]
H A Dstate_registry_branch_test.cpp304 result = proxy->UpdateCallStateForSlotId(0, callState, number); in HWTEST_F()
/base/telephony/state_registry/services/include/
H A Dtelephony_state_registry_service.h51 int32_t UpdateCallStateForSlotId(
/base/telephony/state_registry/test/fuzztest/telephonystateregistry_fuzzer/
H A Dtelephonystateregistry_fuzzer.cpp161 void UpdateCallStateForSlotId(const uint8_t *data, size_t size) in UpdateCallStateForSlotId() function
433 UpdateCallStateForSlotId(data, size); in DoSomethingInterestingWithMyAPI()
/base/telephony/state_registry/services/src/
H A Dtelephony_state_registry_stub.cpp156 int32_t ret = UpdateCallStateForSlotId(slotId, callState, incomingNumber); in OnUpdateCallStateForSlotId()
H A Dtelephony_state_registry_service.cpp205 int32_t TelephonyStateRegistryService::UpdateCallStateForSlotId( in UpdateCallStateForSlotId() function in OHOS::Telephony::TelephonyStateRegistryService
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch6_test.cpp281 callStateReportPtr.UpdateCallStateForSlotId(callObjectPtr, TelCallState::CALL_STATUS_INCOMING); in HWTEST_F()

Completed in 12 milliseconds