Home
last modified time | relevance | path

Searched defs:CODE (Results 1 – 25 of 46) sorted by relevance

12

/ohos5.0/base/customization/enterprise_device_management/common/native/include/
H A Dfunc_code.h50 #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 Dboundarycode_fuzzer.cpp26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::SET_WALLPAPER_PIX… variable
H A Dgetcolors_fuzzer.cpp26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::GET_COLORS); variable
H A Dgetcolorsv9_fuzzer.cpp26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::GET_COLORS_V9); variable
H A Dgetfile_fuzzer.cpp26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::GET_FILE); variable
H A Dgetpixelmap_fuzzer.cpp26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::GET_PIXELMAP); variable
H A Dgetpixelmapv9_fuzzer.cpp26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::GET_PIXELMAP_V9); variable
H A Dgetwallpaperid_fuzzer.cpp26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::GET_WALLPAPER_ID); variable
H A Dischangepermitted_fuzzer.cpp26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::IS_CHANGE_PERMITT… variable
H A Disoperationallowed_fuzzer.cpp26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::IS_OPERATION_ALLO… variable
H A Doff_fuzzer.cpp26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::OFF); variable
H A Don_fuzzer.cpp26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::ON); variable
H A Dregistercallback_fuzzer.cpp26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::REGISTER_CALLBACK… variable
H A Dresetwallpaper_fuzzer.cpp26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::RESET_WALLPAPER); variable
H A Dresetwallpaperv9_fuzzer.cpp26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::RESET_WALLPAPER_V… variable
H A Dsendevent_fuzzer.cpp26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::SEND_EVENT); variable
H A Dsetcustom_fuzzer.cpp26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::SET_CUSTOM); variable
H A Dsetvideo_fuzzer.cpp26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::SET_VIDEO); variable
H A Dsetwallpaper_fuzzer.cpp26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::SET_WALLPAPER); variable
H A Dsetwallpaperpixelmapv9_fuzz.cpp26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::SET_WALLPAPER_PIX… variable
H A Dsetwallpaperv9_fuzzer.cpp26 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 Dcancelunloadsystemability_fuzzer.cpp22 constexpr uint32_t CODE = static_cast<uint32_t>(SamgrInterfaceCode::CANCEL_UNLOAD_SYSTEM_ABILITY_TR… variable
H A Dcheckremotesystemability_fuzzer.cpp22 constexpr uint32_t CODE = static_cast<uint32_t>(SamgrInterfaceCode::CHECK_REMOTE_SYSTEM_ABILITY_TRA… variable
H A Dgetextensionsaids_fuzzer.cpp22 constexpr uint32_t CODE = static_cast<uint32_t>(SamgrInterfaceCode::GET_EXTENSION_SA_IDS_TRANSCATIO… variable
H A Dgetextensionsalist_fuzzer.cpp22 constexpr uint32_t CODE = static_cast<uint32_t>(SamgrInterfaceCode::GET_EXTERNSION_SA_LIST_TRANSCAT… variable

12