/base/telephony/call_manager/services/call_report/src/ |
H A D | call_state_report_proxy.cpp | 49 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 D | call_state_report_proxy.h | 33 void UpdateCallStateForSlotId(sptr<CallBase> &callObjectPtr, TelCallState nextState);
|
/base/telephony/core_service/frameworks/native/src/ |
H A D | telephony_state_registry_client.cpp | 114 int32_t TelephonyStateRegistryClient::UpdateCallStateForSlotId( in UpdateCallStateForSlotId() function in OHOS::Telephony::TelephonyStateRegistryClient 122 return proxy->UpdateCallStateForSlotId(slotId, callStatus, number); in UpdateCallStateForSlotId()
|
H A D | telephony_state_registry_proxy.cpp | 125 int32_t TelephonyStateRegistryProxy::UpdateCallStateForSlotId( in UpdateCallStateForSlotId() function in OHOS::Telephony::TelephonyStateRegistryProxy
|
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | telephony_state_registry_client.h | 56 int32_t UpdateCallStateForSlotId(
|
H A D | telephony_state_registry_proxy.h | 40 int32_t UpdateCallStateForSlotId(
|
H A D | i_telephony_state_notify.h | 65 * UpdateCallStateForSlotId 72 virtual int32_t UpdateCallStateForSlotId(
|
/base/telephony/state_registry/test/unittest/state_test/ |
H A D | state_registry_test.h | 183 void UpdateCallStateForSlotId(int32_t slotId);
|
H A D | state_registry_test.cpp | 158 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 D | state_registry_branch_test.cpp | 304 result = proxy->UpdateCallStateForSlotId(0, callState, number);
in HWTEST_F()
|
/base/telephony/state_registry/services/include/ |
H A D | telephony_state_registry_service.h | 51 int32_t UpdateCallStateForSlotId(
|
/base/telephony/state_registry/test/fuzztest/telephonystateregistry_fuzzer/ |
H A D | telephonystateregistry_fuzzer.cpp | 161 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 D | telephony_state_registry_stub.cpp | 156 int32_t ret = UpdateCallStateForSlotId(slotId, callState, incomingNumber); in OnUpdateCallStateForSlotId()
|
H A D | telephony_state_registry_service.cpp | 205 int32_t TelephonyStateRegistryService::UpdateCallStateForSlotId( in UpdateCallStateForSlotId() function in OHOS::Telephony::TelephonyStateRegistryService
|
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/ |
H A D | zero_branch6_test.cpp | 281 callStateReportPtr.UpdateCallStateForSlotId(callObjectPtr, TelCallState::CALL_STATUS_INCOMING); in HWTEST_F()
|