/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/worker/test/ |
H A D | test_worker.cpp | 250 napi_value global; variable 272 napi_value global; variable 298 napi_value global; variable 325 napi_value global; variable 356 napi_value global; variable 386 napi_value global; variable 412 napi_value global; variable 462 napi_value global; variable 513 napi_value global; variable 548 napi_value global; variable [all …]
|
/aosp12/system/logging/logd/ |
H A D | PkgIds.cpp | 52 struct PkgIdMap* global = static_cast<struct PkgIdMap*>(userdata); in PackageParseCallback() local 60 static bool ReadPackageList(struct PkgIdMap* global) { in ReadPackageList() 68 static void WatchPackageList(struct PkgIdMap* global) { in WatchPackageList() 123 static void StartHandler(struct PkgIdMap* global) { in StartHandler()
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi_common/source/ |
H A D | napi_process_skeleton.cpp | 23 napi_value global = nullptr; in NAPI_getCallingPid() local 44 napi_value global = nullptr; in NAPI_getCallingUid() local
|
/ohos5.0/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/ |
H A D | ark_interop_global.cpp | 82 auto global = P_CAST(handle, Global<JSValueRef>*); in AsyncDisposer() local 124 ARKTS_Value ARKTS_GetGlobalValue(ARKTS_Global global) in ARKTS_GetGlobalValue() 137 void ARKTS_DisposeGlobal(ARKTS_Env env, ARKTS_Global global) in ARKTS_DisposeGlobal()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_signal/tests/ |
H A D | signal.rs | 163 let global = Global::get_instance(); in sdv_signal_register_with_old() localVariable 174 let global = Global::get_instance(); in sdv_signal_register_with_old() localVariable 209 let global = Global::get_instance(); in test_handler() localVariable
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | dump_runtime_helper.cpp | 95 napi_value global = nullptr; in GetCheckList() local 114 napi_value DumpRuntimeHelper::GetJsLeakModule(napi_env env, napi_value global) in GetJsLeakModule() 134 …i_value DumpRuntimeHelper::GetMethodCheck(napi_env env, napi_value requireValue, napi_value global) in GetMethodCheck()
|
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/utils/json/ |
H A D | json_manager.cpp | 30 bool JsonManager::GeJsonFunction(napi_env env, napi_value global, const std::string &jsonName, napi… in GeJsonFunction() 45 napi_value global; in Init() local
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi/src/ |
H A D | napi_ipc_skeleton.cpp | 59 napi_value global = nullptr; in NAPI_IPCSkeleton_getCallingTokenId() local 80 napi_value global = nullptr; in NAPI_IPCSkeleton_getCallingDeviceID() local 100 napi_value global = nullptr; in NAPI_IPCSkeleton_getLocalDeviceID() local 120 napi_value global = nullptr; in NAPI_IPCSkeleton_isLocalCalling() local 186 napi_value global = nullptr; in NAPI_IPCSkeleton_resetCallingIdentity() local 271 napi_value global = nullptr; in NAPI_IPCSkeleton_setCallingIdentity() local 357 napi_value &global, in NAPI_IPCSkeleton_restoreCallingIdentitySetProperty() 413 napi_value global = nullptr; in NAPI_IPCSkeleton_restoreCallingIdentity() local 464 napi_value global = nullptr; in NAPIIPCSkeleton_JS_Constructor() local
|
/aosp12/art/test/928-jni-table/ |
H A D | jni_table.cc | 56 jobject global = env->NewGlobalRef(klass); in Java_art_Test928_doOtherThreadTest() local 86 jobject global = env->NewGlobalRef(klass); in Java_art_Test928_doJNITableTest() local
|
/ohos5.0/commonlibrary/ets_utils/js_util_module/collections/ |
H A D | native_module_collections.cpp | 39 static bool GetCollectionFunction(napi_env env, napi_value global, const std::string collectionName, in GetCollectionFunction() 53 static void GetBitVectorFunction(napi_env env, napi_value global, napi_value &bitVector) in GetBitVectorFunction() 75 napi_value global; in InitArkTSCollections() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_mock.cpp | 100 shared_ptr<JsValue> global = runtime->GetGlobal(); in MockRequireNativeModule() local 116 …PreloadWorkerRequireNative(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& global) in PreloadWorkerRequireNative()
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/common/ |
H A D | ability_helper.cpp | 30 napi_value global = nullptr; in GetJsAbility() local
|
/aosp12/system/unwinding/libunwindstack/tests/ |
H A D | ElfTest.cpp | 386 std::string global("something"); in TEST_F() local 398 std::string global("something"); in TEST_F() local 413 std::string global("something"); in TEST_F() local 431 std::string global("something"); in TEST_F() local 454 std::string global("something"); in TEST_F() local 474 std::string global("something"); in TEST_F() local 495 std::string global("something"); in TEST_F() local
|
/ohos5.0/foundation/multimedia/av_session/frameworks/js/napi/session/src/ |
H A D | napi_async_callback.cpp | 64 napi_value global {}; in AfterWorkCallback() local 96 napi_value global {}; in AfterWorkCallbackWithFlag() local 140 napi_value global {}; in AfterWorkCallbackWithFunc() local
|
/ohos5.0/base/request/request/frameworks/js/napi/src/upload/ |
H A D | upload_task_napiV5.cpp | 120 napi_value global = nullptr; in OnSystemSuccess() local 150 napi_value global = nullptr; in OnSystemFail() local 182 napi_value global = nullptr; in OnSystemComplete() local
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/bootstrap/src/ |
H A D | bootstrap.cpp | 38 auto *global = ConfigFactory::GetInstance().GetGlobalConfig(); in GetProcessLabel() local 47 auto *global = ConfigFactory::GetInstance().GetGlobalConfig(); in GetMetaDBName() local
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/jsi/ |
H A D | paMgmt.js | 30 var global = globalThis; variable
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_delegator/runner_runtime/ |
H A D | delegator_mgmt.js | 31 let global = globalThis; variable
|
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/common/ |
H A D | js_callback_handler.cpp | 32 napi_value global = nullptr; in Execute() local
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/nnrt/ |
H A D | _max_pool_fusion_v10.md | 64 ### global subsection
|
H A D | _max_pool_fusion_v20.md | 64 ### global subsection
|
H A D | _avg_pool_fusion_v10.md | 65 ### global subsection
|
H A D | _avg_pool_fusion_v20.md | 65 ### global subsection
|
/ohos5.0/foundation/communication/netstack/utils/napi_utils/src/ |
H A D | module_template.cpp | 408 auto global = NapiUtils::GetGlobal(env); in DefineClass() local 419 auto global = NapiUtils::GetGlobal(env); in NewInstanceWithManagerWrapper() local 448 auto global = NapiUtils::GetGlobal(env); in NewInstanceWithSharedManager() local 479 auto global = NapiUtils::GetGlobal(env); in NewInstance() local 505 auto global = NapiUtils::GetGlobal(env); in NewInstanceNoManager() local
|
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/utils/ |
H A D | utils.cpp | 29 napi_value global; in InitGlobal() local
|