Home
last modified time | relevance | path

Searched refs:ERROR_CODE_COMPONENT_SNAPSHOT_TIMEOUT (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/error/
H A Derror_code.h108 constexpr int32_t ERROR_CODE_COMPONENT_SNAPSHOT_TIMEOUT = 160002; variable
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/component_snapshot/
H A Djs_component_snapshot.cpp401 case ERROR_CODE_COMPONENT_SNAPSHOT_TIMEOUT : in JSSnapshotGetSync()
403 NapiThrow(env, "ComponentSnapshot timeout!", ERROR_CODE_COMPONENT_SNAPSHOT_TIMEOUT); in JSSnapshotGetSync()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dcomponent_snapshot.cpp110 return { ERROR_CODE_COMPONENT_SNAPSHOT_TIMEOUT, nullptr }; in GetPixelMap()