Home
last modified time | relevance | path

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

/foundation/ai/intelligent_voice_framework/frameworks/js/napi/
H A Denroll_intell_voice_engine_callback_napi.cpp57 std::queue<EnrollAsyncContext *> contextQue; in QueueAsyncWork() local
58 contextQue.push(context); in QueueAsyncWork()
59 contextMap_[context->type] = contextQue; in QueueAsyncWork()
90 auto &contextQue = it->second; in ClearAsyncWork() local
92 while (!contextQue.empty()) { in ClearAsyncWork()
93 EnrollAsyncContext *context = contextQue.front(); in ClearAsyncWork()
94 contextQue.pop(); in ClearAsyncWork()
/foundation/multimedia/player_framework/frameworks/js/player/
H A Dvideo_callback_napi.cpp47 std::queue<VideoPlayerAsyncContext *> contextQue; in QueueAsyncWork() local
48 contextQue.push(context); in QueueAsyncWork()
49 contextMap_[context->asyncWorkType] = contextQue; in QueueAsyncWork()
66 auto &contextQue = it->second; in ClearAsyncWorkWithErrorCode() local
67 while (!contextQue.empty()) { in ClearAsyncWorkWithErrorCode()
68 VideoPlayerAsyncContext *context = contextQue.front(); in ClearAsyncWorkWithErrorCode()
69 contextQue.pop(); in ClearAsyncWorkWithErrorCode()

Completed in 2 milliseconds