Home
last modified time | relevance | path

Searched refs:MSGQ_OK (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/native_engine/async/
H A Dmessage_queue_utils.cpp79 return MSGQ_OK; in DeleteMessageQueue()
108 return MSGQ_OK; in PutMessage()
127 return MSGQ_OK; in GetMessage()
H A Djs_async_work.cpp65 return (ret == MSGQ_OK); in DispatchToLoop()
/ohos5.0/foundation/arkui/ace_engine_lite/interfaces/inner_api/builtin/async/
H A Dmessage_queue_utils.h32 #ifndef MSGQ_OK
33 #define MSGQ_OK 0 macro
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/jsfwk/targets/simulator/mock/
H A Dmessage_queue_utils.cpp58 return MSGQ_OK; in PutMessage()