Searched refs:URI (Results 1 – 11 of 11) sorted by relevance
/base/theme/wallpaper_mgr/frameworks/js/napi/test/unittest/src/wallpaper_js/ |
D | Wallpaper.test.js | 28 const URI = "/data/storage/el2/base/haps/js.jpeg"; constant 66 let fd = fileio.openSync(URI, 0o2 | 0o100, 0o666); 600 wallpaper.setImage(URI, WALLPAPER_LOCKSCREEN).then(async () => { 624 wallpaper.setImage(URI, WALLPAPER_SYSTEM, async function (err) { 649 wallpaper.setImage(URI, WALLPAPER_SYSTEM).then(async () => { 673 wallpaper.setImage(URI, WALLPAPER_LOCKSCREEN, async function (err) { 796 wallpaper.setImage(URI, INVALID_WALLPAPER_TYPE, function (err) { 819 wallpaper.setImage(URI, function (err) { 842 wallpaper.setImage(URI, INVALID_WALLPAPER_TYPE).then(() => { 1661 await wallpaper.setImage(URI, WALLPAPER_LOCKSCREEN); [all …]
|
/base/theme/wallpaper_mgr/test/unittest/ |
D | wallpaper_permission_test.cpp | 36 constexpr const char *URI = "/data/test/theme/wallpaper/wallpaper_test.JPG"; variable 84 imagePacker.StartPacking(URI, option); in CreateTempImage() 186 …OHOS::WallpaperMgrService::WallpaperManagerkits::GetInstance().SetWallpaper(URI, LOCKSCREEN, apiIn…
|
D | wallpaper_test.cpp | 49 constexpr const char *URI = "/data/test/theme/wallpaper/wallpaper_test.JPG"; variable 243 imagePacker.StartPacking(URI, option); in CreateTempImage() 561 …ErrorCode wallpaperErrorCode = WallpaperManagerkits::GetInstance().SetWallpaper(URI, SYSTYEM, apiI… 578 …ErrorCode wallpaperErrorCode = WallpaperManagerkits::GetInstance().SetWallpaper(URI, LOCKSCREEN, a… 818 …ErrorCode wallpaperErrorCode = WallpaperManagerkits::GetInstance().SetWallpaper(URI, SYSTYEM, apiI… 832 …ErrorCode wallpaperErrorCode = WallpaperManagerkits::GetInstance().SetWallpaper(URI, LOCKSCREEN, a… 847 WallpaperManagerkits::GetInstance().SetWallpaper(URI, INVALID_WALLPAPER_TYPE, apiInfo); 891 …ErrorCode wallpaperErrorCode = WallpaperManagerkits::GetInstance().SetWallpaper(URI, LOCKSCREEN, a… 893 wallpaperErrorCode = WallpaperManagerkits::GetInstance().SetWallpaper(URI, SYSTYEM, apiInfo); 914 isExist = fileOperation.IsFileExist(URI); [all …]
|
/base/print/print_fwk/etc/init/ |
D | cupsd.conf | 70 <Limit Create-Job Print-Job Print-URI Validate-Job> 74 …<Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Creat… 113 <Limit Create-Job Print-Job Print-URI Validate-Job> 118 …<Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Creat… 159 <Limit Create-Job Print-Job Print-URI Validate-Job> 164 …<Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Creat…
|
/base/security/dlp_permission_service/services/dlp_permission/sa/test/unittest/src/ |
D | dlp_callback_test.cpp | 36 static const std::string URI = "test"; variable 435 dlpSandboxInfo.uri = URI; 463 dlpSandboxInfo.uri = URI;
|
/base/update/updateservice/interfaces/kits/js/declaration/ |
D | @ohos.update.d.ts | 1603 URI = 1 enumerator
|
/base/telephony/telephony_data/ |
D | README_zh.md | 60 访问时需要提供对应的权限和URI。
|
D | README.md | 62 You need to declare the corresponding permission for access to the specified URI.
|
/base/update/updateservice/frameworks/js/napi/base/src/ |
D | define_property.cpp | 165 DECLARE_ENUM_PROPERTY(DescriptionType::URI), in DefineDescriptionType()
|
/base/update/updateservice/interfaces/inner_api/include/ |
D | update_helper.h | 156 URI = 1, enumerator
|
/base/request/request/ |
D | README.md | 165 …he file content. By default, the type is obtained based on the extension of the file name or URI. |
|