Searched refs:SendNotification (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/resourceschedule/device_standby/plugins/standby_state/src/ |
H A D | state_manager_adapter.cpp | 68 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 D | usb_mass_storage_notification.h | 34 void SendNotification(const UsbDevice &dev);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_server_profile.h | 66 …void SendNotification(uint16_t connectHandle, uint16_t handle, const GattValue &value, size_t len)…
|
H A D | gatt_server_service.cpp | 775 profile_->SendNotification(connectionHandle, valueHandle, value, length); in NotifyClient()
|
H A D | gatt_server_profile.cpp | 2023 void GattServerProfile::SendNotification( in SendNotification() function in OHOS::bluetooth::GattServerProfile
|
/ohos5.0/foundation/resourceschedule/device_standby/plugins/standby_state/include/ |
H A D | state_manager_adapter.h | 45 void SendNotification(uint32_t preState, bool needDispatchEvent);
|
/ohos5.0/base/usb/usb_manager/services/native/src/ |
H A D | usb_host_manager.cpp | 165 UsbMassStorageNotification::GetInstance()->SendNotification(*dev); in AddDevice()
|
H A D | usb_mass_storage_notification.cpp | 164 void UsbMassStorageNotification::SendNotification(const UsbDevice &dev) in SendNotification() function in OHOS::USB::UsbMassStorageNotification
|
/ohos5.0/foundation/resourceschedule/device_standby/plugins/test/unittest/ |
H A D | standby_plugin_unit_test.cpp | 315 standbyStateManager_->SendNotification(StandbyState::WORKING, true); 316 standbyStateManager_->SendNotification(StandbyState::WORKING, false);
|