Searched refs:appQueuehandler_ (Results 1 – 2 of 2) sorted by relevance
21 QueueHandler JsAsyncWork::appQueuehandler_ = nullptr; member in OHOS::ACELite::JsAsyncWork31 appQueuehandler_ = handler; in SetAppQueueHandler()41 if (appQueuehandler_ == nullptr || !isEnvInitialized_) { in DispatchToLoop()64 int8_t ret = MessageQueueUtils::PutMessage(appQueuehandler_, static_cast<void *>(&innerMsg), 0); in DispatchToLoop()
128 static QueueHandler appQueuehandler_; variable