Home
last modified time | relevance | path

Searched refs:scope (Results 551 - 575 of 1360) sorted by relevance

1...<<21222324252627282930>>...55

/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dui_content_impl.cpp200 ContainerScope scope(instanceId_); in OnAvoidAreaChanged()
404 ContainerScope scope(id); in CommonInitialize()
450 ContainerScope scope(instanceId_); in GetBackgroundColor()
469 ContainerScope scope(instanceId_); in SetBackgroundColor()
488 ContainerScope scope(instanceId_); in SetWindowContainerColor()
587 ContainerScope scope(instanceId_); in NotifyMemoryLevel()
601 ContainerScope scope(instanceId_); in SetStatusBarItemColor()
/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/
H A Dark_interop_napi.cpp668 ARKTS_Result ARKTS_Return(ARKTS_Env env, ARKTS_Scope scope, ARKTS_Value value) in ARKTS_Return() argument
674 if (!CJ::ARKTS_ScopeManager::CloseScope(scope)) { in ARKTS_Return()
675 ARKTSInner_ReportNativeError("exit scope of unknown"); in ARKTS_Return()
681 void ARKTS_CloseScope(ARKTS_Env env, ARKTS_Scope scope) in ARKTS_CloseScope() argument
684 ARKTS_ASSERT_V(scope, "scope is invalid"); in ARKTS_CloseScope()
686 if (!CJ::ARKTS_ScopeManager::CloseScope(scope)) { in ARKTS_CloseScope()
687 ARKTSInner_ReportNativeError("exit scope of unknown"); in ARKTS_CloseScope()
691 panda::JSValueRef* ARKTSInner_Escape(ARKTS_Env env, ARKTS_Scope scope, ARKTS_Value ret) in ARKTSInner_Escape() argument
693 if (!CJ::ARKTS_ScopeManager::CloseScope(scope)) { in ARKTSInner_Escape()
[all...]
/foundation/arkui/napi/native_engine/
H A Dnative_engine.cpp56 "Handle scope mismatch",
57 "Callback scope mismatch",
334 LocalScope scope(vm); in CreateAsyncWork()
415 LocalScope scope(vm); in EncodeToUtf8()
482 LocalScope scope(vm); in EncodeToChinese()
840 panda::EscapeLocalScope scope(vm); in RunScriptForAbc()
864 return JsValueFromLocalValue(scope.Escape(undefObj)); in RunScriptForAbc()
889 panda::EscapeLocalScope scope(vm); in RunScriptInRestrictedThread()
905 return JsValueFromLocalValue(scope.Escape(undefObj)); in RunScriptInRestrictedThread()
/third_party/node/deps/v8/src/runtime/
H A Druntime-atomics.cc398 HandleScope scope(isolate); in GetModifySetValueInBuffer()
446 HandleScope scope(isolate); in RUNTIME_FUNCTION()
466 HandleScope scope(isolate); in RUNTIME_FUNCTION()
498 HandleScope scope(isolate); in RUNTIME_FUNCTION()
613 HandleScope scope(isolate); in RUNTIME_FUNCTION()
626 HandleScope scope(isolate); in RUNTIME_FUNCTION()
652 HandleScope scope(isolate); in RUNTIME_FUNCTION()
H A Druntime-shadow-realm.cc13 HandleScope scope(isolate); in RUNTIME_FUNCTION()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/concurrency/
H A Dcj_concurrency_ffi.cpp39 ContainerScope scope(instanceId); in FfiOHOSAceFrameworkPostTaskToMainThread()
/third_party/gn/src/gn/
H A Dbundle_data_target_generator.h14 Scope* scope,
H A Dconfig_values_generator.h14 // This class fills in the config values from a given scope. It's shared
21 Scope* scope,
H A Dcopy_target_generator.h15 Scope* scope,
H A Dgroup_target_generator.h14 Scope* scope,
H A Drust_values_generator.h16 Scope* scope,
H A Dswift_values_generator.h17 SwiftValuesGenerator(Target* target, Scope* scope, Err* err);
/third_party/node/src/permission/
H A Dchild_process_permission.h15 void Apply(const std::string& allow, PermissionScope scope) override;
H A Dworker_permission.h15 void Apply(const std::string& allow, PermissionScope scope) override;
/third_party/node/test/addons/errno-exception/
H A Dbinding.cc6 v8::HandleScope scope(isolate); in Method()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-weak-refs.cc14 HandleScope scope(isolate); in BUILTIN()
/third_party/node/deps/v8/src/parsing/
H A Drewriter.h39 ParseInfo* info, Scope* scope, ZonePtrList<Statement>* body);
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_window.cpp51 ContainerScope scope(id); in RosenWindow()
84 ContainerScope scope(id); in RosenWindow()
157 ContainerScope scope(id); in RequestFrame()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_browse.h370 AvrcCtGfiPacket(uint8_t scope, uint32_t startItem, uint32_t endItem, const std::vector<uint32_t> &attributes);
625 AvrcCtGiaPacket(uint8_t scope, uint64_t uid, uint16_t uidCounter, const std::vector<uint32_t> &attributes);
753 explicit AvrcCtGtnoiPacket(uint8_t scope);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
H A Ddistributeddb_schema_test_tools.h282 static void ConstructInvalidQuery(std::string &field, T value, std::vector<T> scope, in ConstructInvalidQuery() argument
292 DistributedDB::Query::Select().In(field, scope), in ConstructInvalidQuery()
293 DistributedDB::Query::Select().NotIn(field, scope), in ConstructInvalidQuery()
/third_party/node/src/
H A Djs_udp_wrap.cc63 HandleScope scope(env()->isolate()); in RecvStart()
77 HandleScope scope(env()->isolate()); in RecvStop()
93 HandleScope scope(env()->isolate()); in Send()
/third_party/ltp/testcases/network/stress/ns-tools/
H A Dns-common.c373 int ifidx, prefixlen, scope; in get_a_lla_byifindex() local
389 &ifidx, &prefixlen, &scope); in get_a_lla_byifindex()
403 if (scope != PROC_IFINET6_LINKLOCAL) in get_a_lla_byifindex()
/third_party/node/deps/v8/src/execution/
H A Dmicrotask-queue.cc83 HandleScope scope(isolate); in EnqueueMicrotask()
93 HandleScope scope(isolate); in EnqueueMicrotask()
118 // API calls will check that there's always a microtask scope on the in PerformCheckpointInternal()
121 // microtask scope here to avoid running into the CallDepthScope check. in PerformCheckpointInternal()
165 SetIsRunningMicrotasks scope(&is_running_microtasks_); in RunMicrotasks()
182 // If execution is terminating, clean up and propagate that to TryCatch scope. in RunMicrotasks()
/third_party/node/deps/v8/src/heap/
H A Dgc-tracer.h74 #define DEFINE_SCOPE(scope) scope,
96 V8_INLINE Scope(GCTracer* tracer, ScopeId scope, ThreadKind thread_kind);
429 // Note: when accessing a background scope via this method, the caller is
/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dpthread_attr_get.c24 * @tc.desc : Get thread scope
29 int scope = 0; in pthread_attr_getscope_0100() local
32 int rev = pthread_attr_getscope(&attr, &scope); in pthread_attr_getscope_0100()
34 EXPECT_EQ("pthread_attr_getscope_0100", scope, PTHREAD_SCOPE_SYSTEM); in pthread_attr_getscope_0100()

Completed in 18 milliseconds

1...<<21222324252627282930>>...55