Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/state_registry/services/src/
H A Dtelephony_state_registry_service.cpp91 SendCallStateChanged(i, static_cast<int32_t>(CallStatus::CALL_STATUS_DISCONNECTED)); in OnStart()
195 SendCallStateChanged(-1, callState); in UpdateCallState()
224 SendCallStateChanged(slotId, callState); in UpdateCallStateForSlotId()
610 void TelephonyStateRegistryService::SendCallStateChanged(int32_t slotId, int32_t state) in SendCallStateChanged() function in OHOS::Telephony::TelephonyStateRegistryService
/ohos5.0/base/telephony/state_registry/services/include/
H A Dtelephony_state_registry_service.h82 void SendCallStateChanged(int32_t slotId, int32_t state);
/ohos5.0/base/telephony/state_registry/test/unittest/state_test/
H A Dstate_registry_test.cpp952 service->SendCallStateChanged(0, 0);