Home
last modified time | relevance | path

Searched refs:SET_TIMEOUT (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/
H A Devent_loop_impl.cpp30 SET_TIMEOUT, enumerator
238 int errCode = QueueRequest(EventRequest::SET_TIMEOUT, event, time); in Modify()
461 case EventRequest::SET_TIMEOUT: in ProcessRequest()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
H A Djs_constants.cpp93 const char SET_TIMEOUT[] = "setTimeout"; variable
H A Djs_constants.h95 ACE_EXPORT extern const char SET_TIMEOUT[];
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dexternal_window.h168 SET_TIMEOUT, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/
H A Djsi_timer_module.cpp158 moduleObj->SetProperty(runtime, SET_TIMEOUT, runtime->NewFunction(SetTimeout)); in InitTimerModule()
/ohos5.0/foundation/graphic/graphic_surface/surface/test/fuzztest/nativewindow_fuzzer/
H A Dnativewindow_fuzzer.cpp74 code = SET_TIMEOUT; in HandleOpt()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A D_native_window.md49 …AGE, SET_STRIDE, GET_STRIDE,<br/>SET_SWAP_INTERVAL, GET_SWAP_INTERVAL, SET_TIMEOUT, GET_TIMEOUT,<b…
274 | SET_TIMEOUT | 设置请求本地窗口请求缓冲区的超时等待时间,未手动设置时默认值为3000毫秒,函数中的可变参数是 [输入] int32_t timeout,单位为毫秒。 |
H A Dexternal__window_8h.md48 …AGE, SET_STRIDE, GET_STRIDE,<br/>SET_SWAP_INTERVAL, GET_SWAP_INTERVAL, SET_TIMEOUT, GET_TIMEOUT,<b…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_surface_ohos_vulkan.cpp110 NativeWindowHandleOpt(mNativeWindow, SET_TIMEOUT, timeOut_); in SetNativeWindowInfo()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_headers.h199 SET_TIMEOUT = 0x04 // Set Timeout enumerator
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A Dexternal__window_8h.md48 …SAGE, SET_STRIDE, GET_STRIDE,<br>SET_SWAP_INTERVAL, GET_SWAP_INTERVAL, SET_TIMEOUT, GET_TIMEOUT,<b…
H A D_native_window.md49 …SAGE, SET_STRIDE, GET_STRIDE,<br>SET_SWAP_INTERVAL, GET_SWAP_INTERVAL, SET_TIMEOUT, GET_TIMEOUT,<b…
274 | SET_TIMEOUT | Setting the timeout duration for requesting the local window buffer, in ms.<br>Defa…
/ohos5.0/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dnative_window_test.cpp370 int code = SET_TIMEOUT;
597 code = SET_TIMEOUT; in SetNativeWindowConfig()
/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dnative_window.cpp486 {SET_TIMEOUT, HandleNativeWindowSetTimeout},
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp1761 if (methodName == SET_TIMEOUT) { in JsHandleSetTimeout()