/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | ui_content_impl.cpp | 200 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 D | ark_interop_napi.cpp | 668 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 D | native_engine.cpp | 56 "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 D | runtime-atomics.cc | 398 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 D | runtime-shadow-realm.cc | 13 HandleScope scope(isolate); in RUNTIME_FUNCTION()
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/concurrency/ |
H A D | cj_concurrency_ffi.cpp | 39 ContainerScope scope(instanceId); in FfiOHOSAceFrameworkPostTaskToMainThread()
|
/third_party/gn/src/gn/ |
H A D | bundle_data_target_generator.h | 14 Scope* scope,
|
H A D | config_values_generator.h | 14 // This class fills in the config values from a given scope. It's shared 21 Scope* scope,
|
H A D | copy_target_generator.h | 15 Scope* scope,
|
H A D | group_target_generator.h | 14 Scope* scope,
|
H A D | rust_values_generator.h | 16 Scope* scope,
|
H A D | swift_values_generator.h | 17 SwiftValuesGenerator(Target* target, Scope* scope, Err* err);
|
/third_party/node/src/permission/ |
H A D | child_process_permission.h | 15 void Apply(const std::string& allow, PermissionScope scope) override;
|
H A D | worker_permission.h | 15 void Apply(const std::string& allow, PermissionScope scope) override;
|
/third_party/node/test/addons/errno-exception/ |
H A D | binding.cc | 6 v8::HandleScope scope(isolate); in Method()
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-weak-refs.cc | 14 HandleScope scope(isolate); in BUILTIN()
|
/third_party/node/deps/v8/src/parsing/ |
H A D | rewriter.h | 39 ParseInfo* info, Scope* scope, ZonePtrList<Statement>* body);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_window.cpp | 51 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 D | avrcp_ct_browse.h | 370 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 D | distributeddb_schema_test_tools.h | 282 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 D | js_udp_wrap.cc | 63 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 D | ns-common.c | 373 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 D | microtask-queue.cc | 83 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 D | gc-tracer.h | 74 #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 D | pthread_attr_get.c | 24 * @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()
|