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 D | incall_observer.cpp | 121 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 D | telephony_update_event_type.h | 26 EVENT_CALL_STATE_UPDATE = TelephonyObserverBroker::OBSERVER_MASK_CALL_STATE,
|
H A D | napi_state_registry.h | 35 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 D | trigger_helper.cpp | 500 …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 D | telephony_observer_broker.h | 64 static const uint32_t OBSERVER_MASK_CALL_STATE = 0x00000004; variable
|
/ohos5.0/base/telephony/state_registry/test/unittest/state_test/ |
H A D | state_registry_test.cpp | 66 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 D | telephony_state_registry_dump_helper.cpp | 51 … } else if (item.IsExistStateListener(TelephonyObserverBroker::OBSERVER_MASK_CALL_STATE)) { in ShowTelephonyStateRegistryInfo()
|
H A D | telephony_state_registry_service.cpp | 183 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 D | observer_manager.cpp | 287 … telephonyObserver_, slotId_, Telephony::TelephonyObserverBroker::OBSERVER_MASK_CALL_STATE, false); in InitTelephonyObserver() 310 slotId_, Telephony::TelephonyObserverBroker::OBSERVER_MASK_CALL_STATE); in DisableTelephonyObserver()
|