Home
last modified time | relevance | path

Searched refs:OBSERVER_MASK_CALL_STATE (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/services/services/observer/
H A Dincall_observer.cpp121 TelephonyObserverBroker::OBSERVER_MASK_CALL_STATE, true); in RegisterObserver()
138 TelephonyObserverBroker::OBSERVER_MASK_CALL_STATE); in UnRegisterObserver()
/ohos5.0/base/telephony/state_registry/frameworks/js/napi/include/
H A Dtelephony_update_event_type.h26 EVENT_CALL_STATE_UPDATE = TelephonyObserverBroker::OBSERVER_MASK_CALL_STATE,
H A Dnapi_state_registry.h35 constexpr int32_t LISTEN_CALL_STATE = TelephonyObserverBroker::OBSERVER_MASK_CALL_STATE;
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/
H A Dtrigger_helper.cpp500 …telephonyObserver0_, DEFAULT_SIM_SLOT_ID, TelephonyObserverBroker::OBSERVER_MASK_CALL_STATE, false… in AttachTelephonyObserver()
511 … telephonyObserver1_, SIM_SLOT_ID_1, TelephonyObserverBroker::OBSERVER_MASK_CALL_STATE, false); in AttachTelephonyObserver()
525 DEFAULT_SIM_SLOT_ID, Telephony::TelephonyObserverBroker::OBSERVER_MASK_CALL_STATE); in DetachTelephonyObserver()
531 SIM_SLOT_ID_1, Telephony::TelephonyObserverBroker::OBSERVER_MASK_CALL_STATE); in DetachTelephonyObserver()
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dtelephony_observer_broker.h64 static const uint32_t OBSERVER_MASK_CALL_STATE = 0x00000004; variable
/ohos5.0/base/telephony/state_registry/test/unittest/state_test/
H A Dstate_registry_test.cpp66 Telephony::TelephonyObserverBroker::OBSERVER_MASK_CALL_STATE | in InitTelephonyObserver()
82 Telephony::TelephonyObserverBroker::OBSERVER_MASK_CALL_STATE | in InitTelephonyObserver()
101 Telephony::TelephonyObserverBroker::OBSERVER_MASK_CALL_STATE | in DisableTelephonyObserver()
111 Telephony::TelephonyObserverBroker::OBSERVER_MASK_CALL_STATE | in DisableTelephonyObserver()
959 TelephonyObserverBroker::OBSERVER_MASK_CALL_STATE |
1131 service->stateRecords_[0].mask_ = TelephonyObserverBroker::OBSERVER_MASK_CALL_STATE;
1142 service->stateRecords_[0].mask_ = TelephonyObserverBroker::OBSERVER_MASK_CALL_STATE;
/ohos5.0/base/telephony/state_registry/services/src/
H A Dtelephony_state_registry_dump_helper.cpp51 … } else if (item.IsExistStateListener(TelephonyObserverBroker::OBSERVER_MASK_CALL_STATE)) { in ShowTelephonyStateRegistryInfo()
H A Dtelephony_state_registry_service.cpp183 if (record.IsExistStateListener(TelephonyObserverBroker::OBSERVER_MASK_CALL_STATE) && in UpdateCallState()
217 if (record.IsExistStateListener(TelephonyObserverBroker::OBSERVER_MASK_CALL_STATE) && in UpdateCallStateForSlotId()
552 if ((record.mask_ & TelephonyObserverBroker::OBSERVER_MASK_CALL_STATE) != 0) { in UpdateData()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/observer/src/
H A Dobserver_manager.cpp287 … telephonyObserver_, slotId_, Telephony::TelephonyObserverBroker::OBSERVER_MASK_CALL_STATE, false); in InitTelephonyObserver()
310 slotId_, Telephony::TelephonyObserverBroker::OBSERVER_MASK_CALL_STATE); in DisableTelephonyObserver()