Home
last modified time | relevance | path

Searched refs:URI (Results 1 – 11 of 11) sorted by relevance

/base/theme/wallpaper_mgr/frameworks/js/napi/test/unittest/src/wallpaper_js/
DWallpaper.test.js28 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/
Dwallpaper_permission_test.cpp36 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…
Dwallpaper_test.cpp49 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/
Dcupsd.conf70 <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/
Ddlp_callback_test.cpp36 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.ts1603 URI = 1 enumerator
/base/telephony/telephony_data/
DREADME_zh.md60 访问时需要提供对应的权限和URI
DREADME.md62 You need to declare the corresponding permission for access to the specified URI.
/base/update/updateservice/frameworks/js/napi/base/src/
Ddefine_property.cpp165 DECLARE_ENUM_PROPERTY(DescriptionType::URI), in DefineDescriptionType()
/base/update/updateservice/interfaces/inner_api/include/
Dupdate_helper.h156 URI = 1, enumerator
/base/request/request/
DREADME.md165 …he file content. By default, the type is obtained based on the extension of the file name or URI. |