/foundation/ability/ability_runtime/test/fuzztest/abilityappjsheapmeminfo_fuzzer/ |
H A D | abilityappjsheapmeminfo_fuzzer.cpp | 52 JsHeapDumpInfo js; in DoSomethingInterestingWithMyAPI() local 54 js.Marshalling(parcel); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/form_fwk/test/unittest/fms_form_info_mgr_test/ |
H A D | fms_form_info_mgr_test.cpp | 37 "src": "./js/pages/card/index",
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/test/unittest/common/ |
H A D | date_time_module_tdd_test.h | 106 jerry_value_t RunJs(const char* js);
|
H A D | number_format_module_tdd_test.cpp | 45 jerry_value_t NumberFormatModuleTddTest::RunJs(const char* js) in RunJs() argument 47 const jerry_char_t *jsContent = reinterpret_cast<const jerry_char_t *>(js); in RunJs() 48 jerry_length_t len = strlen(js); in RunJs()
|
H A D | date_time_module_tdd_test.cpp | 45 jerry_value_t DateTimeModuleTddTest::RunJs(const char* js) in RunJs() argument 47 const jerry_char_t *jsContent = reinterpret_cast<const jerry_char_t *>(js); in RunJs() 48 jerry_length_t len = strlen(js); in RunJs()
|
/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_pen.h | 54 virtual void SetJoinStyle(JoinStyle js) {} in SetJoinStyle() argument
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/ |
H A D | pen.cpp | 137 void Pen::SetJoinStyle(JoinStyle js) in SetJoinStyle() argument 139 join_ = js; in SetJoinStyle()
|
H A D | paint.cpp | 189 void Paint::SetJoinStyle(Pen::JoinStyle js) in SetJoinStyle() argument 191 join_ = js; in SetJoinStyle()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/canvas/ |
H A D | mock_canvas_paint.h | 35 MOCK_METHOD1(SetJoinStyle, void(JoinStyle js));
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/ |
H A D | disableLogs.js | 29 node disableLogs.js <filePath>
|
H A D | disableProfiler.js | 28 node disableProfiler.js <filePath>
|
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/ |
H A D | hvigorw.bat | 19 set WRAPPER_MODULE_PATH=%APP_HOME%\hvigor\hvigor-wrapper.js
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/ |
H A D | pen.h | 191 * @param js join style object 193 void SetJoinStyle(JoinStyle js);
|
H A D | paint.h | 73 void SetJoinStyle(Pen::JoinStyle js);
|
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/ |
H A D | js_schema.cpp | 233 json js = { in Dump() local 240 return js.dump(); in Dump()
|
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/ |
H A D | js_schema.cpp | 235 json js = { in Dump() local 242 return js.dump(); in Dump()
|
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/PathDrawingSample/ |
H A D | hvigorw.bat | 32 set WRAPPER_MODULE_PATH=%APP_HOME%\hvigor\hvigor-wrapper.js
|
/foundation/communication/bluetooth_service/test/example/BluetoothSocketTest/ |
H A D | hvigorw.bat | 37 set WRAPPER_MODULE_PATH=%APP_HOME%\hvigor\hvigor-wrapper.js
|
/foundation/communication/bluetooth_service/test/example/bluetoothtest/ |
H A D | hvigorw.bat | 33 set WRAPPER_MODULE_PATH=%APP_HOME%\hvigor\hvigor-wrapper.js
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | js_accessibility_manager.h | 287 void SetHandler(const WeakPtr<JsAccessibilityManager>& js) in SetHandler() argument 289 js_ = js; in SetHandler() 326 void SetHandler(const WeakPtr<JsAccessibilityManager>& js) in SetHandler() argument 328 js_ = js; in SetHandler()
|
/foundation/arkui/ace_engine/test/component_test/tools/previewer_host/ |
H A D | main.js | 18 const { test, runHvigor } = require('./main/cmd.js'); 19 const { prepareHostEnv } = require("./main/gitee_rest_api.js"); 20 const { readDir, deleteDir, renameDir } = require("./utils/file.js"); 21 const { generateHTML } = require("./main/collect_results_and_visualize.js"); 22 const { getDateTime } = require("./utils/date.js"); 23 const { getNodePIDs, deleteNodePIDs } = require("./utils/sys.js"); 24 const { parseJson } = require('./utils/json.js'); 146 let hvigorPath = `${param.devEcoPath}\\tools\\hvigor\\bin\\hvigorw.js`;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_profile.cpp | 276 std::string srcLanguage = "js"; 1365 void from_json(const nlohmann::json &jsonObject, Js &js) in from_json() argument 1372 js.name, in from_json() 1378 js.pages, in from_json() 1387 js.window, in from_json() 1395 js.type, in from_json()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_clone_app_test/ |
H A D | bms_bundle_clone_app_bundle_logic_test.cpp | 135 "srcLanguage":"js",
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/ |
H A D | bms_bundle_data_storage_database_test.cpp | 273 "srcLanguage":"js",
|