Home
last modified time | relevance | path

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

/foundation/ai/intelligent_voice_framework/utils/
H A Dmsg_handle_thread.cpp20 #define LOG_TAG "MsgHandleThread"
29 MsgHandleThread::MsgHandleThread() : msgQue_(MSQ_QUEUE_MAX_LEN), callbackThread_(nullptr) {} in MsgHandleThread() function in OHOS::IntellVoiceUtils::MsgHandleThread
31 MsgHandleThread::MsgHandleThread(std::shared_ptr<MessageQueue> callbackMsgQue) in MsgHandleThread() function in OHOS::IntellVoiceUtils::MsgHandleThread
35 MsgHandleThread::MsgHandleThread(MsgHandleThread *callbackThread) in MsgHandleThread() function in OHOS::IntellVoiceUtils::MsgHandleThread
39 MsgHandleThread::~MsgHandleThread() {} in ~MsgHandleThread()
[all...]
H A Dmsg_handle_thread.h24 class MsgHandleThread : public BaseThread { class
26 MsgHandleThread();
28 explicit MsgHandleThread(std::shared_ptr<MessageQueue> callbackMsgQue);
29 explicit MsgHandleThread(MsgHandleThread *callbackThread);
30 ~MsgHandleThread() override;
34 void SetCallbackThread(MsgHandleThread *tmpCallbackThread);
46 MsgHandleThread *callbackThread_;

Completed in 1 milliseconds