/ohos5.0/base/customization/enterprise_device_management/common/native/include/ |
H A D | func_code.h | 50 #define FUNC_TO_FLAG(CODE) (((CODE) & 0x00F00000) >> 20) argument 51 #define FUNC_TO_OPERATE(CODE) (((CODE) & 0x000F0000) >> 16) argument 52 #define FUNC_TO_POLICY(CODE) (((CODE) & 0x0000FFFF)) argument 53 #define SERVICE_FLAG(CODE) ((((CODE) & 0x00F00000) >> 20) == 0) argument 54 #define POLICY_FLAG(CODE) ((((CODE) & 0x00F00000) >> 20) == 1) argument
|
/ohos5.0/base/theme/wallpaper_mgr/test/fuzztest/wallpaperservice_fuzzer/src/ |
H A D | boundarycode_fuzzer.cpp | 26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::SET_WALLPAPER_PIX… variable
|
H A D | getcolors_fuzzer.cpp | 26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::GET_COLORS); variable
|
H A D | getcolorsv9_fuzzer.cpp | 26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::GET_COLORS_V9); variable
|
H A D | getfile_fuzzer.cpp | 26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::GET_FILE); variable
|
H A D | getpixelmap_fuzzer.cpp | 26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::GET_PIXELMAP); variable
|
H A D | getpixelmapv9_fuzzer.cpp | 26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::GET_PIXELMAP_V9); variable
|
H A D | getwallpaperid_fuzzer.cpp | 26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::GET_WALLPAPER_ID); variable
|
H A D | ischangepermitted_fuzzer.cpp | 26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::IS_CHANGE_PERMITT… variable
|
H A D | isoperationallowed_fuzzer.cpp | 26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::IS_OPERATION_ALLO… variable
|
H A D | off_fuzzer.cpp | 26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::OFF); variable
|
H A D | on_fuzzer.cpp | 26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::ON); variable
|
H A D | registercallback_fuzzer.cpp | 26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::REGISTER_CALLBACK… variable
|
H A D | resetwallpaper_fuzzer.cpp | 26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::RESET_WALLPAPER); variable
|
H A D | resetwallpaperv9_fuzzer.cpp | 26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::RESET_WALLPAPER_V… variable
|
H A D | sendevent_fuzzer.cpp | 26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::SEND_EVENT); variable
|
H A D | setcustom_fuzzer.cpp | 26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::SET_CUSTOM); variable
|
H A D | setvideo_fuzzer.cpp | 26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::SET_VIDEO); variable
|
H A D | setwallpaper_fuzzer.cpp | 26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::SET_WALLPAPER); variable
|
H A D | setwallpaperpixelmapv9_fuzz.cpp | 26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::SET_WALLPAPER_PIX… variable
|
H A D | setwallpaperv9_fuzzer.cpp | 26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::SET_WALLPAPER_V9); variable
|
/ohos5.0/foundation/systemabilitymgr/samgr/test/fuzztest/samgr_fuzzer/src/ |
H A D | cancelunloadsystemability_fuzzer.cpp | 22 constexpr uint32_t CODE = static_cast<uint32_t>(SamgrInterfaceCode::CANCEL_UNLOAD_SYSTEM_ABILITY_TR… variable
|
H A D | checkremotesystemability_fuzzer.cpp | 22 constexpr uint32_t CODE = static_cast<uint32_t>(SamgrInterfaceCode::CHECK_REMOTE_SYSTEM_ABILITY_TRA… variable
|
H A D | getextensionsaids_fuzzer.cpp | 22 constexpr uint32_t CODE = static_cast<uint32_t>(SamgrInterfaceCode::GET_EXTENSION_SA_IDS_TRANSCATIO… variable
|
H A D | getextensionsalist_fuzzer.cpp | 22 constexpr uint32_t CODE = static_cast<uint32_t>(SamgrInterfaceCode::GET_EXTERNSION_SA_LIST_TRANSCAT… variable
|