Home
last modified time | relevance | path

Searched refs:scope_ (Results 1 - 4 of 4) sorted by relevance

/base/web/webview/interfaces/kits/napi/common/
H A Dnweb_napi_scope.h27 napi_open_handle_scope(env_, &scope_); in NApiScope()
31 if (scope_) { in ~NApiScope()
32 napi_close_handle_scope(env_, scope_); in ~NApiScope()
37 napi_handle_scope scope_ = nullptr; member
/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Drule_cluster.h31 FreezeResult() : window_(0), code_(0), scope_(""), samePackage_(""), domain_(""), stringId_(""), action_("and") {}; in FreezeResult()
33 : window_(window), code_(0), scope_(""), samePackage_(""), domain_(domain), stringId_(stringId), in FreezeResult()
36 : window_(0), code_(code), scope_(scope), samePackage_(""), domain_(""), stringId_(""), action_("and") {}; in FreezeResult()
53 std::string scope_; member in OHOS::HiviewDFX::FreezeResult
H A Drule_cluster.cpp306 return scope_; in GetScope()
311 scope_ = scope; in SetScope()
/base/inputmethod/imf/frameworks/js/napi/common/
H A Djs_util.h114 explicit ScopeGuard(napi_env env) : env_(env), scope_(nullptr) in ScopeGuard()
116 napi_open_handle_scope(env_, &scope_); in ScopeGuard()
120 napi_close_handle_scope(env_, scope_); in ~ScopeGuard()
125 napi_handle_scope scope_; member in OHOS::MiscServices::JsUtil::ScopeGuard

Completed in 2 milliseconds