Searched refs:notifyNow (Results 1 - 5 of 5) sorted by relevance
/base/telephony/state_registry/frameworks/native/observer/src/ |
H A D | telephony_state_manager.cpp | 27 int32_t slotId, uint32_t mask, bool notifyNow) in AddStateObserver() 30 telephonyObserver, slotId, mask, notifyNow); in AddStateObserver() 26 AddStateObserver(const sptr<TelephonyObserverBroker> &telephonyObserver, int32_t slotId, uint32_t mask, bool notifyNow) AddStateObserver() argument
|
/base/telephony/state_registry/frameworks/native/observer/include/ |
H A D | telephony_state_manager.h | 79 int32_t slotId, uint32_t mask, bool notifyNow);
|
/base/telephony/state_registry/services/include/ |
H A D | telephony_state_registry_stub.h | 38 uint32_t mask, const std::string &bundleName, bool notifyNow, pid_t pid, int32_t uid, int32_t tokenId) = 0;
|
H A D | telephony_state_registry_service.h | 61 const std::string &bundleName, bool notifyNow, pid_t pid, int32_t uid, int32_t tokenId) override;
|
/base/telephony/state_registry/services/src/ |
H A D | telephony_state_registry_stub.cpp | 354 bool notifyNow = data.ReadBool(); in OnRegisterStateChange() local 362 ret = RegisterStateChange(callback, slotId, mask, notifyNow); in OnRegisterStateChange()
|
Completed in 2 milliseconds