Home
last modified time | relevance | path

Searched refs:jsonBuffer (Results 1 - 4 of 4) sorted by relevance

/foundation/multimodalinput/input/tools/event_inject/test/
H A Dprocessing_finger_device_test.cpp52 std::string jsonBuffer = ReadJsonFile(path); in HWTEST_F() local
53 if (jsonBuffer.empty()) { in HWTEST_F()
57 auto ret = actionInjectDevice.TransformJsonData(DataInit(jsonBuffer, false)); in HWTEST_F()
H A Dmanage_inject_device_test.cpp64 std::string jsonBuffer = ReadJsonFile(path); in HWTEST_F() local
65 if (jsonBuffer.empty()) { in HWTEST_F()
69 auto ret = manageInjectDevice.TransformJsonData(DataInit(jsonBuffer, false)); in HWTEST_F()
H A Dprocessing_touch_screen_device_test.cpp52 std::string jsonBuffer = ReadJsonFile(path); in HWTEST_F() local
53 if (jsonBuffer.empty()) { in HWTEST_F()
57 auto ret = manageInjectDevice.TransformJsonData(DataInit(jsonBuffer, false)); in HWTEST_F()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_exporter.cpp1431 json::value jsonBuffer = json::value::object {}; in ExportBuffers() local
1433 jsonBuffer["uri"] = string_view(buffer->uri); in ExportBuffers()
1435 jsonBuffer["byteLength"] = buffer->byteLength; in ExportBuffers()
1438 jsonBuffer["name"] = buffer->name; in ExportBuffers()
1441 jsonBuffers.array_.push_back(move(jsonBuffer)); in ExportBuffers()

Completed in 6 milliseconds