Home
last modified time | relevance | path

Searched refs:GET_FILE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/theme/wallpaper_mgr/test/fuzztest/wallpaperservice_fuzzer/src/
H A Dgetfile_fuzzer.cpp26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::GET_FILE);
/ohos5.0/base/theme/wallpaper_mgr/services/include/
H A Dwallpaper_service_ipc_interface_code.h28 GET_FILE, enumerator
/ohos5.0/base/theme/wallpaper_mgr/frameworks/native/src/
H A Dwallpaper_service_proxy.cpp82 …Remote()->SendRequest(static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::GET_FILE), data, rep… in GetFile()
/ohos5.0/base/theme/wallpaper_mgr/services/src/
H A Dwallpaper_service_stub.cpp44 { static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::GET_FILE), in WallpaperServiceStub()