Home
last modified time | relevance | path

Searched defs:sync (Results 1 – 25 of 53) sorted by relevance

123

/ohos5.0/foundation/deviceprofile/device_info_manager/old/permission/
H A Dauthority.json23 "sync": {} object
33 "sync": {} object
43 "sync": {} object
56 "sync": {} object
/ohos5.0/drivers/hdf_core/framework/utils/src/
H A Dhdf_message_task.c15 struct HdfMessageTask *task, struct HdfMessage *msg, bool sync, long delay) in HdfMessageTaskSendMessageLater()
36 int32_t HdfMessageTaskSendMessage(struct HdfMessageTask *task, struct HdfMessage *msg, bool sync) in HdfMessageTaskSendMessage()
/ohos5.0/docs/zh-cn/device-dev/kernel/
H A Dkernel-small-debug-shell-file-sync.md1 # sync chapter
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-small-debug-shell-file-sync.md1 # sync chapter
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dgpu_semaphore_gles.cpp45 GLsync sync = reinterpret_cast<GLsync>(plat_.sync); in ~GpuSemaphoreGles() local
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/manager/src/
H A Dhdf_kevent.c83 struct HdfKeventWait **wait, uint64_t class, int32_t eventId, const char *content, bool sync) in PrepareEvent()
123 …truct HdfKeventModule *keventModule, uint16_t class, int32_t event, const char *content, bool sync) in SendKevent()
174 int32_t HdfSysEventSend(uint64_t eventClass, uint32_t event, const char *content, bool sync) in HdfSysEventSend()
218 bool sync = false; in KeventPmNotifierFn() local
252 bool sync = false; in KeventFbNotifierFn() local
/ohos5.0/foundation/deviceprofile/device_info_manager/old/test/resource/authority/
H A Dvalid_authority.json14 "sync": {} object
H A Dinvalid_authority.json45 "sync": 1 number
/ohos5.0/commonlibrary/memory_utils/libdmabufheap/src/
H A Ddmabuf_alloc.c131 struct dma_buf_sync sync = {0}; in DmabufHeapBufferSyncStart() local
143 struct dma_buf_sync sync = {0}; in DmabufHeapBufferSyncEnd() local
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_sync.h39 void SetSync(int64_t sync) in SetSync()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
H A Dimage_provider.cpp121 void ImageProvider::FailCallback(const std::string& key, const std::string& errorMsg, bool sync) in FailCallback()
141 … const RefPtr<CanvasImage>& canvasImage, const std::string& key, bool sync, bool loadInVipChannel) in SuccessCallback()
161 void ImageProvider::CreateImageObjHelper(const ImageSourceInfo& src, bool sync) in CreateImageObjHelper()
255 …CreateImageObject(const ImageSourceInfo& src, const WeakPtr<ImageLoadingContext>& ctxWp, bool sync) in CreateImageObject()
H A Dimage_provider.h51 bool sync = false; member
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
H A Dentry.rs37 mod sync; module
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_entry.cpp664 EGLBoolean EglDestroySyncImpl(EGLDisplay dpy, EGLSync sync) in EglDestroySyncImpl()
684 EGLint EglClientWaitSyncImpl(EGLDisplay dpy, EGLSync sync, in EglClientWaitSyncImpl()
706 EGLBoolean EglGetSyncAttribImpl(EGLDisplay dpy, EGLSync sync, in EglGetSyncAttribImpl()
794 EGLBoolean EglWaitSyncImpl(EGLDisplay dpy, EGLSync sync, EGLint flags) in EglWaitSyncImpl()
884 EGLBoolean EglDestroySyncKHRImpl(EGLDisplay dpy, EGLSyncKHR sync) in EglDestroySyncKHRImpl()
904 EGLint EglClientWaitSyncKHRImpl(EGLDisplay dpy, EGLSyncKHR sync, in EglClientWaitSyncKHRImpl()
926 EGLBoolean EglGetSyncAttribKHRImpl(EGLDisplay dpy, EGLSyncKHR sync, in EglGetSyncAttribKHRImpl()
954 EGLBoolean EglSignalSyncKHRImpl(EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode) in EglSignalSyncKHRImpl()
1240 EGLBoolean EglWaitSyncKHRImpl(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags) in EglWaitSyncKHRImpl()
1305 EGLint EglDupNativeFenceFDANDROIDImpl(EGLDisplay dpy, EGLSyncKHR sync) in EglDupNativeFenceFDANDROIDImpl()
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/image_provider/
H A Dmock_image_loader.cpp67 DownloadCallback&& downloadCallback, const std::string& src, bool sync, int32_t nodeId) in DownloadImage()
/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/driver_adapter/src/
H A Dv4l2_buffer.cpp372 struct dma_buf_sync sync = {0}; in SetDmabufOn() local
397 struct dma_buf_sync sync = {0}; in V4L2ReleaseBuffers() local
/ohos5.0/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H A Dnapi_async_work.cpp40 … ContextBase::GetCbInfo(napi_env envi, napi_callback_info info, NapiCbInfoParser parser, bool sync) in GetCbInfo()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/utils/
H A Dnapi_async_work.cpp39 … ContextBase::GetCbInfo(napi_env envi, napi_callback_info info, NapiCbInfoParser parser, bool sync) in GetCbInfo()
/ohos5.0/foundation/multimedia/drm_framework/frameworks/js/drm_napi/
H A Dnapi_async_work.cpp38 … ContextBase::GetCbInfo(napi_env envi, napi_callback_info info, NapiCbInfoParser parser, bool sync) in GetCbInfo()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dcloud_data_test.cpp1438 CloudData::SyncManager sync; variable
1474 CloudData::SyncManager sync; variable
1491 CloudData::SyncManager sync; variable
1515 CloudData::SyncManager sync; variable
1548 CloudData::SyncManager sync; variable
1566 CloudData::SyncManager sync; variable
1587 CloudData::SyncManager sync; variable
/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/common/
H A Dnapi_async_work.cpp40 … ContextBase::GetCbInfo(napi_env envi, napi_callback_info info, NapiCbInfoParser parser, bool sync) in GetCbInfo()
/ohos5.0/foundation/distributeddatamgr/udmf/framework/jskitsimpl/common/
H A Dnapi_queue.cpp29 …d ContextBase::GetCbInfo(napi_env envi, napi_callback_info info, NapiCbInfoParser parse, bool sync) in GetCbInfo()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Dnapi_queue.cpp37 …d ContextBase::GetCbInfo(napi_env envi, napi_callback_info info, NapiCbInfoParser parse, bool sync) in GetCbInfo()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/src/
H A Dnapi_queue.cpp39 …d ContextBase::GetCbInfo(napi_env envi, napi_callback_info info, NapiCbInfoParser parse, bool sync) in GetCbInfo()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Dnapi_queue.cpp37 …d ContextBase::GetCbInfo(napi_env envi, napi_callback_info info, NapiCbInfoParser parse, bool sync) in GetCbInfo()

123