Home
last modified time | relevance | path

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

/base/customization/enterprise_device_management/common/native/include/
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
/base/theme/wallpaper_mgr/test/fuzztest/wallpaperservice_fuzzer/src/
Dresetwallpaper_fuzzer.cpp25 constexpr uint32_t CODE = static_cast<uint32_t>(IWallpaperServiceIpcCode::COMMAND_RESET_WALLPAPER); variable
Don_fuzzer.cpp25 constexpr uint32_t CODE = static_cast<uint32_t>(IWallpaperServiceIpcCode::COMMAND_ON); variable
Dsetwallpaperv9_fuzzer.cpp25 constexpr uint32_t CODE = static_cast<uint32_t>(IWallpaperServiceIpcCode::COMMAND_SET_WALLPAPER_V9); variable
Dsendevent_fuzzer.cpp25 constexpr uint32_t CODE = static_cast<uint32_t>(IWallpaperServiceIpcCode::COMMAND_SEND_EVENT); variable
Dboundarycode_fuzzer.cpp25 constexpr uint32_t CODE = static_cast<uint32_t>(IWallpaperServiceIpcCode::COMMAND_IS_DEFAULT_WALLPA… variable
Dsetwallpaperpixelmapv9_fuzz.cpp25 constexpr uint32_t CODE = static_cast<uint32_t>(IWallpaperServiceIpcCode::COMMAND_SET_WALLPAPER_V9_… variable
Dgetpixelmapv9_fuzzer.cpp25 constexpr uint32_t CODE = static_cast<uint32_t>(IWallpaperServiceIpcCode::COMMAND_GET_PIXEL_MAP_V9); variable
Disoperationallowed_fuzzer.cpp25 constexpr uint32_t CODE = static_cast<uint32_t>(IWallpaperServiceIpcCode::COMMAND_IS_OPERATION_ALLO… variable
Dresetwallpaperv9_fuzzer.cpp25 constexpr uint32_t CODE = static_cast<uint32_t>(IWallpaperServiceIpcCode::COMMAND_RESET_WALLPAPER_V… variable
Dgetcorrespondwallpaper_fuzzer.cpp25 constexpr uint32_t CODE = static_cast<uint32_t>(IWallpaperServiceIpcCode::COMMAND_GET_CORRESPOND_WA… variable
Disdefaultwallpaperresource_fuzzer.cpp25 constexpr uint32_t CODE = static_cast<uint32_t>(IWallpaperServiceIpcCode::COMMAND_IS_DEFAULT_WALLPA… variable
Dsetcustom_fuzzer.cpp25 constexpr uint32_t CODE = static_cast<uint32_t>(IWallpaperServiceIpcCode::COMMAND_SET_CUSTOM_WALLPA… variable
Dgetfile_fuzzer.cpp25 constexpr uint32_t CODE = static_cast<uint32_t>(IWallpaperServiceIpcCode::COMMAND_GET_FILE); variable
Dsetwallpaper_fuzzer.cpp25 constexpr uint32_t CODE = static_cast<uint32_t>(IWallpaperServiceIpcCode::COMMAND_SET_WALLPAPER); variable
Dsetallwallpapers_fuzzer.cpp25 constexpr uint32_t CODE = static_cast<uint32_t>(IWallpaperServiceIpcCode::COMMAND_SET_ALL_WALLPAPER… variable
Dgetwallpaperid_fuzzer.cpp25 constexpr uint32_t CODE = static_cast<uint32_t>(IWallpaperServiceIpcCode::COMMAND_GET_WALLPAPER_ID); variable
Doff_fuzzer.cpp25 constexpr uint32_t CODE = static_cast<uint32_t>(IWallpaperServiceIpcCode::COMMAND_OFF); variable
Dregistercallback_fuzzer.cpp25 constexpr uint32_t CODE = static_cast<uint32_t>(IWallpaperServiceIpcCode::COMMAND_REGISTER_WALLPAPE… variable
Dischangepermitted_fuzzer.cpp25 constexpr uint32_t CODE = static_cast<uint32_t>(IWallpaperServiceIpcCode::COMMAND_IS_CHANGE_PERMITT… variable
Dgetpixelmap_fuzzer.cpp25 constexpr uint32_t CODE = static_cast<uint32_t>(IWallpaperServiceIpcCode::COMMAND_GET_PIXEL_MAP); variable
Dgetcolorsv9_fuzzer.cpp25 constexpr uint32_t CODE = static_cast<uint32_t>(IWallpaperServiceIpcCode::COMMAND_GET_COLORS_V9); variable
Dsetvideo_fuzzer.cpp25 constexpr uint32_t CODE = static_cast<uint32_t>(IWallpaperServiceIpcCode::COMMAND_SET_VIDEO); variable
Dgetcolors_fuzzer.cpp25 constexpr uint32_t CODE = static_cast<uint32_t>(IWallpaperServiceIpcCode::COMMAND_GET_COLORS); variable
/base/notification/common_event_service/services/test/unittest/
Dcommon_event_dump_test.cpp45 constexpr uint8_t CODE = 1; variable