Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/napi/sample/native_module_systemtest/
H A Djs_test_arraybuffer.cpp69 bool isDetached = false; in IsDetachedArrayBuffer() local
70 NAPI_CALL(env, napi_is_detached_arraybuffer(env, array_buffer, &isDetached)); in IsDetachedArrayBuffer()
73 NAPI_CALL(env, napi_get_boolean(env, isDetached, &result)); in IsDetachedArrayBuffer()
/ohos5.0/docs/zh-cn/application-dev/napi/
H A Duse-jsvm-about-arraybuffer.md166 JSVM_Value isDetached = nullptr;
167 OH_JSVM_GetBoolean(env, result, &isDetached);
168 return isDetached;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_offscreen_canvas.h147 void SetDetachStatus(bool isDetached) in SetDetachStatus() argument
149 isDetached_ = isDetached; in SetDetachStatus()
/ohos5.0/docs/en/application-dev/napi/
H A Duse-jsvm-about-arraybuffer.md166 JSVM_Value isDetached = nullptr;
167 OH_JSVM_GetBoolean(env, result, &isDetached);
168 return isDetached;