Home
last modified time | relevance | path

Searched refs:keyEventCallBack (Results 1 - 2 of 2) sorted by relevance

/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_short_key.cpp46 auto keyEventCallBack = std::bind(&AccessibilityShortKey::OnShortKey, this); in SubscribeShortKey() local
47 int32_t subscribeId = MMI::InputManager::GetInstance()->SubscribeKeyEvent(keyOption, keyEventCallBack); in SubscribeShortKey()
/foundation/multimedia/audio_framework/services/audio_policy/server/src/
H A Daudio_policy_server.cpp304 int32_t keySubId = im->SubscribeKeyEvent(keyOption, [=](std::shared_ptr<MMI::KeyEvent> keyEventCallBack) { in RegisterVolumeKeyEvents()
351 [this](std::shared_ptr<MMI::KeyEvent> keyEventCallBack) { in RegisterVolumeKeyMuteEvents()

Completed in 5 milliseconds