Home
last modified time | relevance | path

Searched refs:SendNotification (Results 1 - 6 of 6) sorted by relevance

/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
/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) const;
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
/foundation/resourceschedule/device_standby/plugins/standby_state/include/
H A Dstate_manager_adapter.h45 void SendNotification(uint32_t preState, bool needDispatchEvent);
/foundation/resourceschedule/device_standby/plugins/test/unittest/
H A Dstandby_plugin_unit_test.cpp315 standbyStateManager_->SendNotification(StandbyState::WORKING, true); in HWTEST_F()
316 standbyStateManager_->SendNotification(StandbyState::WORKING, false); in HWTEST_F()

Completed in 10 milliseconds