Searched refs:SendNotification (Results 1 - 6 of 6) sorted by relevance
/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
|
/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) const;
|
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
|
/foundation/resourceschedule/device_standby/plugins/standby_state/include/ |
H A D | state_manager_adapter.h | 45 void SendNotification(uint32_t preState, bool needDispatchEvent);
|
/foundation/resourceschedule/device_standby/plugins/test/unittest/ |
H A D | standby_plugin_unit_test.cpp | 315 standbyStateManager_->SendNotification(StandbyState::WORKING, true); in HWTEST_F() 316 standbyStateManager_->SendNotification(StandbyState::WORKING, false); in HWTEST_F()
|
Completed in 9 milliseconds