Home
last modified time | relevance | path

Searched refs:FlushCommandBuffer (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.h55 void FlushCommandBuffer(void* context, const std::string& command) override;
H A Djsi_engine.cpp2624 void JsiEngineInstance::FlushCommandBuffer(void* context, const std::string& command) in FlushCommandBuffer() function in OHOS::Ace::Framework::JsiEngineInstance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
H A Djs_engine.h52 virtual void FlushCommandBuffer(void* context, const std::string& command);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.h56 void FlushCommandBuffer(void* context, const std::string& command) override;
H A Djsi_declarative_engine.cpp1054 void JsiDeclarativeEngineInstance::FlushCommandBuffer(void* context, const std::string& command) in FlushCommandBuffer() function in OHOS::Ace::Framework::JsiDeclarativeEngineInstance