Home
last modified time | relevance | path

Searched refs:remoteWakeUpCallback_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiomanager/include/
H A Daudio_system_manager.h1373 std::shared_ptr<WakeUpCallbackImpl> remoteWakeUpCallback_; variable
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_system_manager.cpp1353 remoteWakeUpCallback_ = std::make_shared<WakeUpCallbackImpl>(this); in RegisterWakeupSourceCallback()
1358 wakeupCloseCbStub->SetWakeupSourceCallback(remoteWakeUpCallback_); in RegisterWakeupSourceCallback()