Searched refs:vFile (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/src/ |
H A D | thermal_simulation_node.cpp | 99 std::vector<std::string> vFile = {"type", "temp"}; in AddSensorTypeTemp() local 123 for (const auto& file : vFile) { in AddSensorTypeTemp() 188 std::vector<std::string> vFile; in AddMitigationDevice() local 198 vFile.push_back(nodeBuf); in AddMitigationDevice() 200 …f_s(fileBuf, MAX_PATH, sizeof(fileBuf) - ARG_1, MITIGATION_NODE_FILE.c_str(), vFile[ARG_0].c_str(), in AddMitigationDevice() 205 …f_s(fileBuf, MAX_PATH, sizeof(fileBuf) - ARG_1, MITIGATION_NODE_FILE.c_str(), vFile[ARG_1].c_str(), in AddMitigationDevice() 210 …f_s(fileBuf, MAX_PATH, sizeof(fileBuf) - ARG_1, MITIGATION_NODE_FILE.c_str(), vFile[ARG_2].c_str(), in AddMitigationDevice() 220 vFile[ARG_3].c_str(), b.c_str()); in AddMitigationDevice()
|
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_unittest/src/ |
H A D | screen_capture_unit_test_exclude.cpp | 50 …screenCaptureCb_ = std::make_shared<ScreenCaptureUnitTestCallback>(screenCapture_, aFile, vFile, a… 933 vFile = fopen(name.c_str(), "w+"); 934 if (vFile == nullptr) { 971 vFile = fopen(name.c_str(), "w+"); 972 if (vFile == nullptr) { 1008 vFile = fopen(name.c_str(), "w+"); 1009 if (vFile == nullptr) { 1046 vFile = fopen(name.c_str(), "w+"); 1047 if (vFile == nullptr) { 1086 vFile = fopen(name.c_str(), "w+"); [all …]
|
H A D | screen_capture_unit_test.cpp | 381 …screenCaptureCb_ = std::make_shared<ScreenCaptureUnitTestCallback>(screenCapture_, aFile, vFile, a… 424 …screenCaptureCb_ = std::make_shared<ScreenCaptureUnitTestCallback>(screenCapture_, aFile, vFile, a… 595 …screenCaptureCb_ = std::make_shared<ScreenCaptureUnitTestCallback>(screenCapture_, aFile, vFile, a… 624 …screenCaptureCb_ = std::make_shared<ScreenCaptureUnitTestCallback>(screenCapture_, aFile, vFile, a… 905 …screenCaptureCb_ = std::make_shared<ScreenCaptureUnitTestCallback>(screenCapture_, aFile, vFile, a… 1526 vFile = fopen(name.c_str(), "w+"); 1527 if (vFile == nullptr) { 1560 vFile = fopen(name.c_str(), "w+"); 1561 if (vFile == nullptr) { 1594 vFile = fopen(name.c_str(), "w+"); [all …]
|
H A D | screen_capture_unit_test_state.cpp | 598 vFile = fopen(fileName, "w+"); in OpenFile() 599 if (vFile == nullptr) { in OpenFile() 614 if (vFile != nullptr) { in CloseFile() 615 fclose(vFile); in CloseFile() 616 vFile = nullptr; in CloseFile()
|
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_unittest/include/ |
H A D | screen_capture_unit_test.h | 25 …CaptureUnitTestCallback(std::shared_ptr<ScreenCaptureMock> ScreenCapture, FILE *aFile, FILE *vFile, in ScreenCaptureUnitTestCallback() argument 27 … : screenCapture_(ScreenCapture), aFile_(aFile), vFile_(vFile), aFlag_(aFlag), vFlag_(vFlag) {} in ScreenCaptureUnitTestCallback() 98 FILE *vFile = nullptr; variable
|