/vendor/ohemu/qemu_riscv32_mini_system_demo/fs_data/data/data/js/pages/history/ |
H A D | history.js | 24 /******/ return installedModules[moduleId].exports; 30 /******/ exports: {} 34 /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); 39 /******/ // Return the exports of the module 40 /******/ return module.exports; 50 /******/ // define getter function for harmony exports 51 /******/ __webpack_require__.d = function(exports, name, getter) { 52 /******/ if(!__webpack_require__.o(exports, name)) { 53 /******/ Object.defineProperty(exports, nam [all...] |
/vendor/ohemu/qemu_riscv32_mini_system_demo/fs_data/data/data/js/pages/detail/ |
H A D | detail.js | 24 /******/ return installedModules[moduleId].exports; 30 /******/ exports: {} 34 /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); 39 /******/ // Return the exports of the module 40 /******/ return module.exports; 50 /******/ // define getter function for harmony exports 51 /******/ __webpack_require__.d = function(exports, name, getter) { 52 /******/ if(!__webpack_require__.o(exports, name)) { 53 /******/ Object.defineProperty(exports, nam [all...] |
/vendor/ohemu/qemu_riscv32_mini_system_demo/fs_data/data/data/panel/pages/air/ |
H A D | air.js | 24 /******/ return installedModules[moduleId].exports; 30 /******/ exports: {} 34 /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); 39 /******/ // Return the exports of the module 40 /******/ return module.exports; 50 /******/ // define getter function for harmony exports 51 /******/ __webpack_require__.d = function(exports, name, getter) { 52 /******/ if(!__webpack_require__.o(exports, name)) { 53 /******/ Object.defineProperty(exports, nam [all...] |
/vendor/ohemu/qemu_riscv32_mini_system_demo/fs_data/data/data/panel/pages/light/ |
H A D | light.js | 24 /******/ return installedModules[moduleId].exports; 30 /******/ exports: {} 34 /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); 39 /******/ // Return the exports of the module 40 /******/ return module.exports; 50 /******/ // define getter function for harmony exports 51 /******/ __webpack_require__.d = function(exports, name, getter) { 52 /******/ if(!__webpack_require__.o(exports, name)) { 53 /******/ Object.defineProperty(exports, nam [all...] |
/vendor/ohemu/qemu_riscv32_mini_system_demo/fs_data/data/data/js/ |
H A D | app.js | 24 /******/ return installedModules[moduleId].exports; 30 /******/ exports: {} 34 /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); 39 /******/ // Return the exports of the module 40 /******/ return module.exports; 50 /******/ // define getter function for harmony exports 51 /******/ __webpack_require__.d = function(exports, name, getter) { 52 /******/ if(!__webpack_require__.o(exports, name)) { 53 /******/ Object.defineProperty(exports, nam [all...] |
/vendor/ohemu/qemu_riscv32_mini_system_demo/fs_data/data/data/panel/ |
H A D | app.js | 24 /******/ return installedModules[moduleId].exports; 30 /******/ exports: {} 34 /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); 39 /******/ // Return the exports of the module 40 /******/ return module.exports; 50 /******/ // define getter function for harmony exports 51 /******/ __webpack_require__.d = function(exports, name, getter) { 52 /******/ if(!__webpack_require__.o(exports, name)) { 53 /******/ Object.defineProperty(exports, nam [all...] |
/vendor/ohemu/qemu_riscv32_mini_system_demo/fs_data/data/data/js/pages/index/ |
H A D | index.js | 24 /******/ return installedModules[moduleId].exports; 30 /******/ exports: {} 34 /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); 39 /******/ // Return the exports of the module 40 /******/ return module.exports; 50 /******/ // define getter function for harmony exports 51 /******/ __webpack_require__.d = function(exports, name, getter) { 52 /******/ if(!__webpack_require__.o(exports, name)) { 53 /******/ Object.defineProperty(exports, nam [all...] |
/vendor/ohemu/qemu_riscv32_mini_system_demo/fs_data/data/data/panel/pages/index/ |
H A D | index.js | 24 /******/ return installedModules[moduleId].exports; 30 /******/ exports: {} 34 /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); 39 /******/ // Return the exports of the module 40 /******/ return module.exports; 50 /******/ // define getter function for harmony exports 51 /******/ __webpack_require__.d = function(exports, name, getter) { 52 /******/ if(!__webpack_require__.o(exports, name)) { 53 /******/ Object.defineProperty(exports, nam [all...] |
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/jsvmtest/unittests/ |
H A D | test_wasm.cpp | 84 auto exports = jsvm::GetProperty(wasmInstance, "exports"); in GetInstanceExports() local 85 CHECK(jsvm::IsObject(exports)); in GetInstanceExports() 86 return exports; in GetInstanceExports() 183 auto exports = jsvm::GetProperty(instance, jsvm::Str("exports")); in VerifyAddWasmInstance() local 184 CHECK(jsvm::IsObject(exports)); in VerifyAddWasmInstance() 185 auto add = jsvm::GetProperty(exports, jsvm::Str("add")); in VerifyAddWasmInstance() 281 JSVM_Value exports = jsvm::GetProperty(wasmInstance, jsvm::Str("exports")); local 388 TestImportGlobal(JSVM_Env env, JSVM_Value exports) global() argument 413 TestImportFunc(JSVM_Env env, JSVM_Value exports) global() argument 424 TestImportMemory(JSVM_Env env, JSVM_Value exports) global() argument 450 TestImportTable(JSVM_Env env, JSVM_Value exports) global() argument 512 JSVM_Value exports = jsvm::GetProperty(wasmInstance, jsvm::Str("exports")); global() local 539 JSVM_Value exports = jsvm::GetProperty(wasmInstance, jsvm::Str("exports")); global() local 563 TestCacheAndRelocInfoStep2(JSVM_Env env, const std::vector<uint8_t> &buffer, const uint8_t *cacheData, size_t cacheSize, JSVM_Value exports) global() argument 618 JSVM_Value exports = TestCacheAndRelocInfoStep1(env, buffer, cacheData, cacheSize); global() local 690 auto exports = jsvm::GetProperty(instance, jsvm::Str("exports")); global() local 761 auto exports = GetInstanceExports(instance); global() local 784 auto exports = GetInstanceExports(instance); global() local 833 auto exports = GetInstanceExports(instance); global() local 890 JSVM_Value exports = jsvm::GetProperty(wasmInstance, jsvm::Str("exports")); global() local 947 auto exports = GetInstanceExports(instance); global() local 979 auto exports = GetInstanceExports(instance); global() local [all...] |
/applications/standard/calendardata/calendarmanager/napi/src/ |
H A D | module_init.cpp | 24 napi_value ModuleInit(napi_env env, napi_value exports) in ModuleInit() argument 26 CalendarNapi::Init(env, exports); in ModuleInit() 27 CalendarManagerNapi::Init(env, exports); in ModuleInit() 28 EventFilterNapi::Init(env, exports); in ModuleInit() 29 CalendarEnumNapi::Init(env, exports); in ModuleInit() 31 return exports; in ModuleInit()
|
H A D | calendar_enum_napi.cpp | 84 napi_value CalendarEnumNapi::JsEnumIntInit(napi_env env, napi_value exports) in JsEnumIntInit() argument 114 status = napi_set_named_property(env, exports, enumClassName.data(), result); in JsEnumIntInit() 117 return exports; in JsEnumIntInit() 120 napi_value CalendarEnumNapi::JsEnumStringInit(napi_env env, napi_value exports) in JsEnumStringInit() argument 150 status = napi_set_named_property(env, exports, enumClassName.data(), result); in JsEnumStringInit() 153 return exports; in JsEnumStringInit() 156 napi_value CalendarEnumNapi::Init(napi_env env, napi_value exports) in Init() argument 158 JsEnumIntInit(env, exports); in Init() 159 JsEnumStringInit(env, exports); in Init() 160 return exports; in Init() [all...] |
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/scroll/ |
H A D | scroll_scrollto_test.cpp | 113 napi_value exports; in CreateNativeNode() local 114 if (napi_create_object(env, &exports) != napi_ok) { in CreateNativeNode() 119 return exports; in CreateNativeNode() 185 napi_value exports; in CreateNativeNodeEase() local 186 if (napi_create_object(env, &exports) != napi_ok) { in CreateNativeNodeEase() 191 return exports; in CreateNativeNodeEase() 257 napi_value exports; in CreateNativeNodeEaseInOut() local 258 if (napi_create_object(env, &exports) != napi_ok) { in CreateNativeNodeEaseInOut() 263 return exports; in CreateNativeNodeEaseInOut() 329 napi_value exports; in CreateNativeNodeEaseIn() local 401 napi_value exports; CreateNativeNodeEaseOut() local 473 napi_value exports; CreateNativeNodeExtremeDeceleration() local 545 napi_value exports; CreateNativeNodeFastOutLinearIn() local 617 napi_value exports; CreateNativeNodeFastOutSlowIn() local 689 napi_value exports; CreateNativeNodeFriction() local 761 napi_value exports; CreateNativeNodeLinearOutSlowIn() local 833 napi_value exports; CreateNativeNodeRhythm() local 905 napi_value exports; CreateNativeNodeSharp() local 977 napi_value exports; CreateNativeNodeSmooth() local [all...] |
H A D | scroll_currentoffset_test.cpp | 113 napi_value exports; in CreateNativeNode() local 114 if (napi_create_object(env, &exports) != napi_ok) { in CreateNativeNode() 119 return exports; in CreateNativeNode() 185 napi_value exports; in CreateNativeNodeEase() local 186 if (napi_create_object(env, &exports) != napi_ok) { in CreateNativeNodeEase() 191 return exports; in CreateNativeNodeEase() 257 napi_value exports; in CreateNativeNodeEaseInOut() local 258 if (napi_create_object(env, &exports) != napi_ok) { in CreateNativeNodeEaseInOut() 263 return exports; in CreateNativeNodeEaseInOut() 329 napi_value exports; in CreateNativeNodeEaseIn() local 401 napi_value exports; CreateNativeNodeEaseOut() local 473 napi_value exports; CreateNativeNodeExtremeDeceleration() local 545 napi_value exports; CreateNativeNodeFastOutLinearIn() local 617 napi_value exports; CreateNativeNodeFastOutSlowIn() local 689 napi_value exports; CreateNativeNodeFriction() local 761 napi_value exports; CreateNativeNodeLinearOutSlowIn() local 833 napi_value exports; CreateNativeNodeRhythm() local 905 napi_value exports; CreateNativeNodeSharp() local 977 napi_value exports; CreateNativeNodeSmooth() local [all...] |
/applications/standard/app_samples/code/BasicFeature/Native/XComponent/entry/src/main/cpp/ |
H A D | napi_init.cpp | 23 static napi_value Init(napi_env env, napi_value exports) in Init() argument 26 if ((env == nullptr) || (exports == nullptr)) { in Init() 27 OH_LOG_Print(LOG_APP, LOG_ERROR, LOG_PRINT_DOMAIN, "Init", "env or exports is null"); in Init() 33 if (napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc) != napi_ok) { in Init() 38 PluginManager::GetInstance()->Export(env, exports); in Init() 39 return exports; in Init()
|
/test/xts/acts/arkui/ace_c_arkui_test_api13/entry/src/main/cpp/ |
H A D | napi_render_init.cpp | 23 static napi_value Init(napi_env env, napi_value exports) in Init() argument 26 if ((env == nullptr) || (exports == nullptr)) { in Init() 27 OH_LOG_Print(LOG_APP, LOG_ERROR, LOG_PRINT_DOMAIN, "Init", "env or exports is null"); in Init() 38 if (napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc) != napi_ok) { in Init() 43 PluginManager::GetInstance()->Export(env, exports); in Init() 44 return exports; in Init()
|
/applications/standard/app_samples/code/BasicFeature/Native/XComponent/entry/src/main/cpp/manager/ |
H A D | plugin_manager.cpp | 78 napi_value exports; in GetContext() local 79 if (napi_create_object(env, &exports) != napi_ok) { in GetContext() 84 return exports; in GetContext() 87 void PluginManager::Export(napi_env env, napi_value exports) in Export() argument 89 if ((env == nullptr) || (exports == nullptr)) { in Export() 90 OH_LOG_Print(LOG_APP, LOG_ERROR, LOG_PRINT_DOMAIN, "PluginManager", "Export: env or exports is null"); in Export() 95 if (napi_get_named_property(env, exports, OH_NATIVE_XCOMPONENT_OBJ, &exportInstance) != napi_ok) { in Export() 121 render->Export(env, exports); in Export()
|
/test/testfwk/arkxtest/uitest/napi/ |
H A D | uitest_napi.cpp | 433 static napi_status ExportClass(napi_env env, napi_value exports, const FrontEndClassDef &classDef) in ExportClass() argument 435 NAPI_ASSERT_BASE(env, exports != nullptr, "Illegal export params", NAPI_ERR); in ExportClass() 472 NAPI_CALL_BASE(env, napi_set_named_property(env, exports, name, ctor), NAPI_ERR); in ExportClass() 483 NAPI_CALL_BASE(env, napi_set_named_property(env, exports, seedName, seed), NAPI_ERR); in ExportClass() 489 static napi_status ExportEnumerator(napi_env env, napi_value exports, const FrontendEnumeratorDef &enumDef) in ExportEnumerator() argument 491 NAPI_ASSERT_BASE(env, exports != nullptr, "Illegal export params", NAPI_ERR); in ExportEnumerator() 501 NAPI_CALL_BASE(env, napi_set_named_property(env, exports, enumDef.name_.data(), enumerator), NAPI_ERR); in ExportEnumerator() 520 napi_value Export(napi_env env, napi_value exports) in Export() argument 528 NAPI_CALL(env, napi_define_properties(env, exports, sizeof(props) / sizeof(props[0]), props)); in Export() 529 NAPI_CALL(env, ExportClass(env, exports, BY_DE in Export() [all...] |
/applications/standard/app_samples/code/BasicFeature/Native/NdkNativeWindow/entry/src/main/cpp/ |
H A D | plugin.cpp | 26 static napi_value Init(napi_env env, napi_value exports) in Init() argument 32 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init() 34 bool ret = NativeRender::GetInstance()->Export(env, exports); in Init() 38 ret = NativeImageAdaptor::GetInstance()->Export(env, exports); in Init() 43 return exports; in Init()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/gesture/ |
H A D | gesture_test.cpp | 153 napi_value exports; in CreateLongPressNativeNode() local 154 if (napi_create_object(env, &exports) != napi_ok) { in CreateLongPressNativeNode() 158 return exports; in CreateLongPressNativeNode() 210 napi_value exports; in CreateSwipeNativeNode() local 211 if (napi_create_object(env, &exports) != napi_ok) { in CreateSwipeNativeNode() 215 return exports; in CreateSwipeNativeNode() 264 napi_value exports; in CreatePanNativeNode() local 265 if (napi_create_object(env, &exports) != napi_ok) { in CreatePanNativeNode() 269 return exports; in CreatePanNativeNode() 324 napi_value exports; in CreatePinchNativeNode() local 381 napi_value exports; CreateRotateNativeNode() local 452 napi_value exports; CreateInterruptNativeNode() local [all...] |
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/manager/ |
H A D | plugin_manager.cpp | 72 napi_value exports; in GetContext() local 73 if (napi_create_object(env, &exports) != napi_ok) { in GetContext() 78 return exports; in GetContext() 81 void PluginManager::Export(napi_env env, napi_value exports) in Export() argument 83 if ((env == nullptr) || (exports == nullptr)) { in Export() 84 OH_LOG_Print(LOG_APP, LOG_ERROR, LOG_PRINT_DOMAIN, "PluginManager", "Export: env or exports is null"); in Export() 89 if (napi_get_named_property(env, exports, OH_NATIVE_XCOMPONENT_OBJ, &exportInstance) != napi_ok) { in Export()
|
/test/xts/acts/arkui/ace_c_arkui_test_api13/entry/src/main/cpp/customproperty/ |
H A D | custom_property_test.cpp | 64 napi_value exports; in testAddCustomProperty001() local 65 if (napi_create_object(env, &exports) != napi_ok) { in testAddCustomProperty001() 69 return exports; in testAddCustomProperty001() 113 napi_value exports; in testRemoveCustomProperty002() local 114 if (napi_create_object(env, &exports) != napi_ok) { in testRemoveCustomProperty002() 118 return exports; in testRemoveCustomProperty002()
|
/test/xts/acts/arkui/ace_c_arkui_test_api13/entry/src/main/cpp/manager/ |
H A D | plugin_manager.cpp | 72 napi_value exports; in GetContext() local 73 if (napi_create_object(env, &exports) != napi_ok) { in GetContext() 78 return exports; in GetContext() 81 void PluginManager::Export(napi_env env, napi_value exports) in Export() argument 83 if ((env == nullptr) || (exports == nullptr)) { in Export() 84 OH_LOG_Print(LOG_APP, LOG_ERROR, LOG_PRINT_DOMAIN, "PluginManager", "Export: env or exports is null"); in Export() 89 if (napi_get_named_property(env, exports, OH_NATIVE_XCOMPONENT_OBJ, &exportInstance) != napi_ok) { in Export()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/customproperty/ |
H A D | custom_property_test.cpp | 64 napi_value exports; in testAddCustomProperty001() local 65 if (napi_create_object(env, &exports) != napi_ok) { in testAddCustomProperty001() 69 return exports; in testAddCustomProperty001() 113 napi_value exports; in testRemoveCustomProperty002() local 114 if (napi_create_object(env, &exports) != napi_ok) { in testRemoveCustomProperty002() 118 return exports; in testRemoveCustomProperty002()
|
/applications/standard/app_samples/code/BasicFeature/Native/NdkOpenGL/entry/src/main/cpp/ |
H A D | module.cpp | 25 * function for module exports 28 static napi_value Init(napi_env env, napi_value exports) in Init() argument 36 NAPI_CALL(env, napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc)); in Init() 38 bool ret = NapiManager::GetInstance()->Export(env, exports); in Init() 43 return exports; in Init()
|
/applications/standard/app_samples/code/BasicFeature/Native/XComponent3D/entry/src/main/cpp/ |
H A D | module.cpp | 25 * function for module exports 28 static napi_value Init(napi_env env, napi_value exports) in Init() argument 35 NAPI_CALL(env, napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc)); in Init() 37 bool ret = NapiManager::GetInstance()->Export(env, exports); in Init() 42 return exports; in Init()
|