Searched refs:isDetached (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/napi/sample/native_module_systemtest/ |
H A D | js_test_arraybuffer.cpp | 69 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 D | use-jsvm-about-arraybuffer.md | 166 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 D | js_offscreen_canvas.h | 147 void SetDetachStatus(bool isDetached) in SetDetachStatus() argument 149 isDetached_ = isDetached; in SetDetachStatus()
|
/ohos5.0/docs/en/application-dev/napi/ |
H A D | use-jsvm-about-arraybuffer.md | 166 JSVM_Value isDetached = nullptr; 167 OH_JSVM_GetBoolean(env, result, &isDetached); 168 return isDetached;
|