/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/ |
H A D | event_loop_impl.cpp | 30 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 D | js_constants.cpp | 93 const char SET_TIMEOUT[] = "setTimeout"; variable
|
H A D | js_constants.h | 95 ACE_EXPORT extern const char SET_TIMEOUT[];
|
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/ |
H A D | external_window.h | 168 SET_TIMEOUT, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/ |
H A D | jsi_timer_module.cpp | 158 moduleObj->SetProperty(runtime, SET_TIMEOUT, runtime->NewFunction(SetTimeout)); in InitTimerModule()
|
/ohos5.0/foundation/graphic/graphic_surface/surface/test/fuzztest/nativewindow_fuzzer/ |
H A D | nativewindow_fuzzer.cpp | 74 code = SET_TIMEOUT; in HandleOpt()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/ |
H A D | _native_window.md | 49 …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 D | external__window_8h.md | 48 …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 D | rs_surface_ohos_vulkan.cpp | 110 NativeWindowHandleOpt(mNativeWindow, SET_TIMEOUT, timeOut_); in SetNativeWindowInfo()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/ |
H A D | obex_headers.h | 199 SET_TIMEOUT = 0x04 // Set Timeout enumerator
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | external__window_8h.md | 48 …SAGE, SET_STRIDE, GET_STRIDE,<br>SET_SWAP_INTERVAL, GET_SWAP_INTERVAL, SET_TIMEOUT, GET_TIMEOUT,<b…
|
H A D | _native_window.md | 49 …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 D | native_window_test.cpp | 370 int code = SET_TIMEOUT; 597 code = SET_TIMEOUT; in SetNativeWindowConfig()
|
/ohos5.0/foundation/graphic/graphic_surface/surface/src/ |
H A D | native_window.cpp | 486 {SET_TIMEOUT, HandleNativeWindowSetTimeout},
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_engine.cpp | 1761 if (methodName == SET_TIMEOUT) { in JsHandleSetTimeout()
|