Home
last modified time | relevance | path

Searched defs:callbackHandler_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/powermgr/thermal_manager/application/protector/include/
H A Dthermal_protector_timer.h54 std::map<int32_t, Callback> callbackHandler_; variable
H A Dthermal_sensor_provider.h72 std::map<int32_t, Callback> callbackHandler_; variable
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/include/
H A Dthermal_hdf_timer.h57 std::map<int32_t, Callback> callbackHandler_; variable
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/common/include/
H A Daudio_dump_pcm_private.h104 std::shared_ptr<CallbackHandler> callbackHandler_ = nullptr; variable
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/include/
H A Drenderer_in_client_private.h373 std::shared_ptr<CallbackHandler> callbackHandler_ = nullptr; variable
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Dcapturer_in_client.cpp333 std::shared_ptr<CallbackHandler> callbackHandler_ = nullptr; member in OHOS::AudioStandard::CapturerInClientInner