Home
last modified time | relevance | path

Searched refs:SendCallStateChanged (Results 1 - 3 of 3) sorted by relevance

/base/telephony/state_registry/services/include/
H A Dtelephony_state_registry_service.h82 void SendCallStateChanged(int32_t slotId, int32_t state);
/base/telephony/state_registry/services/src/
H A Dtelephony_state_registry_service.cpp96 SendCallStateChanged(i, static_cast<int32_t>(CallStatus::CALL_STATUS_DISCONNECTED)); in OnStart()
200 SendCallStateChanged(-1, callState); in UpdateCallState()
229 SendCallStateChanged(slotId, callState); in UpdateCallStateForSlotId()
621 void TelephonyStateRegistryService::SendCallStateChanged(int32_t slotId, int32_t state) in SendCallStateChanged() function in OHOS::Telephony::TelephonyStateRegistryService
637 TELEPHONY_LOGE("SendCallStateChanged PublishBroadcastEvent result fail"); in SendCallStateChanged()
/base/telephony/state_registry/test/unittest/state_test/
H A Dstate_registry_test.cpp981 service->SendCallStateChanged(0, 0); in HWTEST_F()

Completed in 5 milliseconds