Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_new_pipe_judgement.cpp32 constexpr int32_t NEW_PIPE_MIN_VERSION = 9; member
56 if (((apiTargetVersion == NEW_PIPE_MIN_VERSION && in QueryAceNewPipeEnabledFA()
60 apiTargetVersion > NEW_PIPE_MIN_VERSION) && in QueryAceNewPipeEnabledFA()
61 apiCompatibleVersion >= NEW_PIPE_MIN_VERSION) { in QueryAceNewPipeEnabledFA()
82 if (((apiTargetVersion == NEW_PIPE_MIN_VERSION && in QueryAceNewPipeEnabledStage()
86 apiTargetVersion > NEW_PIPE_MIN_VERSION) && in QueryAceNewPipeEnabledStage()
87 apiCompatibleVersion >= NEW_PIPE_MIN_VERSION) { in QueryAceNewPipeEnabledStage()

Completed in 1 milliseconds