Home
last modified time | relevance | path

Searched defs:CODE (Results 1 – 24 of 24) 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/
Dsetcustom_fuzzer.cpp26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::SET_CUSTOM); variable
Dgetcolorsv9_fuzzer.cpp26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::GET_COLORS_V9); variable
Don_fuzzer.cpp26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::ON); variable
Dischangepermitted_fuzzer.cpp26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::IS_CHANGE_PERMITT… variable
Dsetwallpaperv9_fuzzer.cpp26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::SET_WALLPAPER_V9); variable
Dgetpixelmapv9_fuzzer.cpp26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::GET_PIXELMAP_V9); variable
Dsendevent_fuzzer.cpp26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::SEND_EVENT); variable
Dresetwallpaper_fuzzer.cpp26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::RESET_WALLPAPER); variable
Doff_fuzzer.cpp26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::OFF); variable
Dsetvideo_fuzzer.cpp26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::SET_VIDEO); variable
Dgetfile_fuzzer.cpp26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::GET_FILE); variable
Dgetcolors_fuzzer.cpp26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::GET_COLORS); variable
Disoperationallowed_fuzzer.cpp26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::IS_OPERATION_ALLO… variable
Dregistercallback_fuzzer.cpp26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::REGISTER_CALLBACK… variable
Dsetwallpaper_fuzzer.cpp26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::SET_WALLPAPER); variable
Dresetwallpaperv9_fuzzer.cpp26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::RESET_WALLPAPER_V… variable
Dboundarycode_fuzzer.cpp26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::SET_WALLPAPER_PIX… variable
Dsetwallpaperpixelmapv9_fuzz.cpp26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::SET_WALLPAPER_PIX… variable
Dgetwallpaperid_fuzzer.cpp26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::GET_WALLPAPER_ID); variable
Dgetpixelmap_fuzzer.cpp26 constexpr uint32_t CODE = static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::GET_PIXELMAP); variable
/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/
Dlog_util.cpp34 const string CODE = "code"; variable
/base/usb/usb_manager/test/fuzztest/usbmgrex_fuzzer/
Dusbmgrex_fuzzer.cpp69 static int32_t CODE = 0; variable
/base/notification/common_event_service/services/test/unittest/
Dcommon_event_dump_test.cpp45 constexpr uint8_t CODE = 1; variable