/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/ |
H A D | memory_collector_impl.cpp | 74 while (FileUtil::FileExists(savePath)) { in GetSavePath() 78 savePath = ss.str(); in GetSavePath() 86 return savePath; in GetSavePath() 443 if (savePath.empty()) { in ExportAllProcessMemory() 452 result.data = savePath; in ExportAllProcessMemory() 500 if (savePath.empty()) { in ExportAllAIProcess() 509 result.data = savePath; in ExportAllAIProcess() 586 if (savePath.empty()) { in CollectHprof() 603 result.data = savePath; in CollectHprof() 609 if (FileUtil::CopyFile(srcFilePath, savePath) != 0) { in CollectHprof() [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/graphic_test/graphic_test_framework/src/ |
H A D | rs_graphic_test_ext.cpp | 49 std::string savePath = std::string(filePath).substr(startPos); in Regist() local 50 testInfos_.emplace(name, TestDefInfo {testCaseName, testName, type, mode, savePath}); in Regist()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/ |
H A D | js-apidiff-unitest.md | 21 |新增|NA|模块名: ohos.UiTest<br>类名: Driver<br>方法 or 属性:screenCapture(savePath: string, rect?: Rect): Pro…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-unitest.md | 9 | ohos.uitest | UiDriver | screenCap(savePath:string):Promise\<bool>; | 新增 |
|
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-unitest.md | 9 | ohos.uitest | UiDriver | screenCap(savePath:string):Promise\<bool>; | Added|
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta1/ |
H A D | js-apidiff-unitest.md | 21 …UiTest<br>Class name: Driver<br>Method or attribute name: screenCapture(savePath: string, rect?: R…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-unitest.md | 43 |删除|类名:UiDriver;<br>方法or属性:screenCap(savePath:string):Promise\<bool>;|NA|@ohos.uitest.d.ts| 102 |新增|NA|类名:UiDriver;<br>方法or属性:screenCap(savePath: string): Promise\<boolean>;|@ohos.UiTest.d.ts| 103 |新增|NA|类名:Driver;<br>方法or属性:screenCap(savePath: string): Promise\<boolean>;|@ohos.UiTest.d.ts|
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-unitest.md | 43 |Deleted|Class name: UiDriver;<br>Method or attribute name: screenCap(savePath:string):Promise\<boo… 102 |Added|NA|Class name: UiDriver;<br>Method or attribute name: screenCap(savePath: string): Promise\<… 103 |Added|NA|Class name: Driver;<br>Method or attribute name: screenCap(savePath: string): Promise\<bo…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/Beta5 to v3.2-Release/ |
H A D | js-apidiff-unitest.md | 47 |新增|NA|模块名: ohos.UiTest<br>类名: UiDriver<br>方法 or 属性: screenCap(savePath: string): Promise\<boolean>… 135 |新增|NA|模块名: ohos.UiTest<br>类名: Driver<br>方法 or 属性: screenCap(savePath: string): Promise\<boolean>;|… 210 |删除|模块名: ohos.uitest<br>类名: UiDriver<br>方法 or 属性:screenCap(savePath: string): Promise\<boolean>;|NA… 298 |删除|模块名: ohos.uitest<br>类名: Driver<br>方法 or 属性:screenCap(savePath: string): Promise\<boolean>;|NA|@…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-test-kit/ |
H A D | js-apis-uitest.md | 2282 screenCap(savePath: string): Promise\<boolean> 2294 | savePath | string | 是 | 文件保存路径。路径需为当前应用的沙箱路径。 | 2721 screenCapture(savePath: string, rect?: Rect): Promise\<boolean>; 2733 | savePath | string | 是 | 文件保存路径。路径需为当前应用的沙箱路径。 | 4885 screenCap(savePath: string): Promise\<boolean> 4897 | savePath | string | 是 | 文件保存路径。 |
|
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/services/dbms/test/unittest/dbms_services_kit_test/ |
H A D | dbms_services_kit_test.cpp | 1504 std::string savePath = PATH_LOCATIONS; variable 1505 EXPECT_EQ(remove(savePath.c_str()), 0);
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/monthly-202210/ |
H A D | js-apidiff-unitest.md | 13 |新增|NA|方法名 or 属性名:screenCap<br>函数:screenCap(savePath: string): Promise<boolean>;|@ohos.uitest.d.ts|
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/ |
H A D | js-apidiff-unitest.md | 21 |新增|NA|类名:Driver;<br>方法or属性:screenCapture(savePath: string, rect?: Rect): Promise\<boolean>;|@ohos.…
|
/ohos5.0/docs/en/release-notes/api-diff/Beta5-to-v3.2-Release/ |
H A D | js-apidiff-unitest.md | 47 …s.UiTest<br>Class name: UiDriver<br>Method or attribute name: screenCap(savePath: string): Promise… 135 …hos.UiTest<br>Class name: Driver<br>Method or attribute name: screenCap(savePath: string): Promise… 210 …s.uitest<br>Class name: UiDriver<br>Method or attribute name: screenCap(savePath: string): Promise… 298 …hos.uitest<br>Class name: Driver<br>Method or attribute name: screenCap(savePath: string): Promise…
|
/ohos5.0/docs/en/release-notes/api-diff/monthly-202210/ |
H A D | js-apidiff-unitest.md | 13 |Added|NA|Method or attribute name: screenCap<br>Function name: screenCap(savePath: string): Promis…
|
/ohos5.0/docs/en/application-dev/reference/apis-test-kit/ |
H A D | js-apis-uitest.md | 2282 screenCap(savePath: string): Promise\<boolean> 2294 | savePath | string | Yes | File save path. The path must be the sandbox path of the current appli… 2721 screenCapture(savePath: string, rect?: Rect): Promise\<boolean>; 2733 | savePath | string | Yes | File save path. The path must be the sandbox path of the curre… 4885 screenCap(savePath: string): Promise\<boolean> 4897 | savePath | string | Yes | File save path.|
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/ |
H A D | js-apidiff-unitest.md | 21 |Added|NA|Class name: Driver;<br>Method or attribute name: screenCapture(savePath: string, rect?: R…
|