Home
last modified time | relevance | path

Searched refs:GetSync (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dxattr.h29 static napi_value GetSync(napi_env env, napi_callback_info info);
H A Dxattr.cpp103 napi_value Xattr::GetSync(napi_env env, napi_callback_info info) in GetSync() function in OHOS::FileManagement::ModuleFileIO::Xattr
H A Dprop_n_exporter.cpp814 NVal::DeclareNapiFunction("getxattrSync", Xattr::GetSync), in ExportSync()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_sync.h44 int64_t GetSync() const in GetSync() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dcomponent_snapshot.h38 …static std::pair<int32_t, std::shared_ptr<Media::PixelMap>> GetSync(const std::string& componentId,
H A Dcomponent_snapshot.cpp351 std::pair<int32_t, std::shared_ptr<Media::PixelMap>> ComponentSnapshot::GetSync(const std::string& … in GetSync() function in OHOS::Ace::NG::ComponentSnapshot
/ohos5.0/base/startup/init/interfaces/kits/jskits/src/
H A Dnative_parameters_js.cpp167 static napi_value GetSync(napi_env env, napi_callback_info info) in GetSync() function
322 DECLARE_NAPI_FUNCTION("getSync", GetSync), in Init()
/ohos5.0/base/startup/init/interfaces/kits/jskits/src_enhance/
H A Dnative_parameters_js.cpp231 static napi_value GetSync(napi_env env, napi_callback_info info) in GetSync() function
396 DECLARE_NAPI_FUNCTION("getSync", GetSync), in Init()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl2_rendering_context_impl.cpp433 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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dfrontend_delegate_declarative_ng.cpp1178 return NG::ComponentSnapshot::GetSync(componentId, options); in GetSyncSnapshot()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.cpp3379 return NG::ComponentSnapshot::GetSync(componentId, options); in GetSyncSnapshot()