Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_standby/plugins/standby_state/src/
H A Dstate_manager_adapter.cpp68 SendNotification(preStatePtr_->GetCurState(), true); in Init()
94 SendNotification(curStatePtr_->GetCurState(), false); in HandleEvent()
276 SendNotification(preStatePtr_->GetCurState(), true); in TransitToStateInner()
327 void StateManagerAdapter::SendNotification(uint32_t preState, bool needDispatchEvent) in SendNotification() function in OHOS::DevStandbyMgr::StateManagerAdapter
/ohos5.0/base/usb/usb_manager/services/native/include/
H A Dusb_mass_storage_notification.h34 void SendNotification(const UsbDevice &dev);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_server_profile.h66 …void SendNotification(uint16_t connectHandle, uint16_t handle, const GattValue &value, size_t len)…
H A Dgatt_server_service.cpp775 profile_->SendNotification(connectionHandle, valueHandle, value, length); in NotifyClient()
H A Dgatt_server_profile.cpp2023 void GattServerProfile::SendNotification( in SendNotification() function in OHOS::bluetooth::GattServerProfile
/ohos5.0/foundation/resourceschedule/device_standby/plugins/standby_state/include/
H A Dstate_manager_adapter.h45 void SendNotification(uint32_t preState, bool needDispatchEvent);
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_host_manager.cpp165 UsbMassStorageNotification::GetInstance()->SendNotification(*dev); in AddDevice()
H A Dusb_mass_storage_notification.cpp164 void UsbMassStorageNotification::SendNotification(const UsbDevice &dev) in SendNotification() function in OHOS::USB::UsbMassStorageNotification
/ohos5.0/foundation/resourceschedule/device_standby/plugins/test/unittest/
H A Dstandby_plugin_unit_test.cpp315 standbyStateManager_->SendNotification(StandbyState::WORKING, true);
316 standbyStateManager_->SendNotification(StandbyState::WORKING, false);