Searched refs:GetSync (Results 1 - 9 of 9) sorted by relevance
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
H A D | xattr.h | 29 static napi_value GetSync(napi_env env, napi_callback_info info);
|
H A D | xattr.cpp | 103 napi_value Xattr::GetSync(napi_env env, napi_callback_info info)
in GetSync() function in OHOS::FileManagement::ModuleFileIO::Xattr
|
H A D | prop_n_exporter.cpp | 814 NVal::DeclareNapiFunction("getxattrSync", Xattr::GetSync),
in ExportSync()
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/ |
H A D | webgl_sync.h | 44 int64_t GetSync() const in GetSync() function in OHOS::Rosen::final
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | component_snapshot.h | 38 static std::pair<int32_t, std::shared_ptr<Media::PixelMap>> GetSync(const std::string& componentId,
|
H A D | component_snapshot.cpp | 371 std::pair<int32_t, std::shared_ptr<Media::PixelMap>> ComponentSnapshot::GetSync(const std::string& componentId, in GetSync() function in OHOS::Ace::NG::ComponentSnapshot 407 "GetSync ComponentSnapshot key=%{public}s options=%{public}s Id=%{public}d Tag=%{public}s " in GetSync()
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl2_rendering_context_impl.cpp | 433 int64_t syncId = webGlSync->GetSync(); in IsSync() 445 int64_t syncId = webGlSync->GetSync(); in DeleteSync() 459 int64_t syncId = webGlSync->GetSync(); in ClientWaitSync() 478 int64_t syncId = webGlSync->GetSync(); in WaitSync() 496 int64_t syncId = webGlSync->GetSync(); in GetSyncParameter()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | frontend_delegate_declarative_ng.cpp | 1188 return NG::ComponentSnapshot::GetSync(componentId, options); in GetSyncSnapshot()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | frontend_delegate_declarative.cpp | 3383 return NG::ComponentSnapshot::GetSync(componentId, options); in GetSyncSnapshot()
|
Completed in 16 milliseconds