/ohos5.0/base/theme/wallpaper_mgr/test/unittest/ |
H A D | wallpaper_test.cpp | 183 ApiInfo apiInfo{ false, false }; in TearDownTestCase() local 333 ApiInfo apiInfo{ false, false }; variable 347 ApiInfo apiInfo{ false, false }; variable 361 ApiInfo apiInfo{ false, false }; variable 414 ApiInfo apiInfo{ true, true }; variable 538 ApiInfo apiInfo{ true, true }; variable 702 ApiInfo apiInfo{ true, true }; variable 735 ApiInfo apiInfo{ true, true }; variable 782 ApiInfo apiInfo{ true, true }; variable 920 ApiInfo apiInfo{ true, true }; variable [all …]
|
H A D | wallpaper_permission_test.cpp | 114 ApiInfo apiInfo{ false, false }; variable 148 ApiInfo apiInfo{ false, false }; variable 167 ApiInfo apiInfo{ false, false }; variable 184 ApiInfo apiInfo{ false, false }; variable
|
/ohos5.0/base/theme/wallpaper_mgr/test/fuzztest/wallpapermanager_fuzzer/ |
H A D | wallpaper_manager_fuzzer.cpp | 103 …WallpaperMgrService::ApiInfo apiInfo{ static_cast<bool>(data[0] % 2), static_cast<bool>(data[1] % … in GetColorsFuzzTest() local 122 …WallpaperMgrService::ApiInfo apiInfo{ static_cast<bool>(data[0] % 2), static_cast<bool>(data[1] % … in ResetWallpaperFuzzTest() local 136 …WallpaperMgrService::ApiInfo apiInfo{ static_cast<bool>(data[0] % 2), static_cast<bool>(data[1] % … in SetWallpaperByUriFuzzTest() local 155 …WallpaperMgrService::ApiInfo apiInfo{ static_cast<bool>(data[0] % 2), static_cast<bool>(data[1] % … in SetWallpaperByMapFuzzTest() local 176 …WallpaperMgrService::ApiInfo apiInfo{ static_cast<bool>(data[0] % 2), static_cast<bool>(data[1] % … in WallpaperManagerFuzzTest() local 192 …WallpaperMgrService::ApiInfo apiInfo{ static_cast<bool>(data[0] % 2), static_cast<bool>(data[1] % … in GetPixelMapFuzzTest() local
|
/ohos5.0/base/theme/wallpaper_mgr/frameworks/js/napi/ |
H A D | napi_wallpaper_ability.cpp | 46 ApiInfo apiInfo{ false, false }; in NAPI_GetColors() local 56 ApiInfo apiInfo{ true, true }; in NAPI_GetColorsSync() local 138 ApiInfo apiInfo{ false, false }; in NAPI_GetFile() local 190 ApiInfo apiInfo{ false, false }; in NAPI_GetMinHeight() local 200 ApiInfo apiInfo{ true, true }; in NAPI_GetMinHeightSync() local 237 ApiInfo apiInfo{ false, false }; in NAPI_GetMinWidth() local 247 ApiInfo apiInfo{ true, true }; in NAPI_GetMinWidthSync() local 347 ApiInfo apiInfo{ true, true }; in NAPI_Restore() local 408 ApiInfo apiInfo{ true, true }; in NAPI_SetImage() local 619 ApiInfo apiInfo{ true, true }; in NAPI_GetImage() local [all …]
|
/ohos5.0/base/theme/wallpaper_mgr/frameworks/native/src/ |
H A D | wallpaper_manager.cpp | 165 ErrorCode WallpaperManager::GetColors(int32_t wallpaperType, const ApiInfo &apiInfo, std::vector<ui… in GetColors() 198 …Code WallpaperManager::SetWallpaper(std::string uri, int32_t wallpaperType, const ApiInfo &apiInfo) in SetWallpaper() 239 std::shared_ptr<OHOS::Media::PixelMap> pixelMap, int32_t wallpaperType, const ApiInfo &apiInfo) in SetWallpaper() 326 int32_t wallpaperType, const ApiInfo &apiInfo, std::shared_ptr<OHOS::Media::PixelMap> &pixelMap) in GetPixelMap() 406 ErrorCode WallpaperManager::GetWallpaperMinHeight(const ApiInfo &apiInfo, int32_t &minHeight) in GetWallpaperMinHeight() 417 ErrorCode WallpaperManager::GetWallpaperMinWidth(const ApiInfo &apiInfo, int32_t &minWidth) in GetWallpaperMinWidth() 447 ErrorCode WallpaperManager::ResetWallpaper(std::int32_t wallpaperType, const ApiInfo &apiInfo) in ResetWallpaper()
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/ |
H A D | softbus_hisysevt_transreporter.c | 252 … CalledApiInfoStruct *apiInfo = (CalledApiInfoStruct *)SoftBusMalloc(sizeof(CalledApiInfoStruct)); in GetNewApiInfo() local
|