Home
last modified time | relevance | path

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

/ohos5.0/base/startup/appspawn/interfaces/innerkits/hnp/include/
H A Dhnp_api.h28 #define HNP_API_ERRNO_BASE 0x2000 macro
31 #define HNP_API_ERRNO_PARAM_INVALID (HNP_API_ERRNO_BASE + 0x1)
34 #define HNP_API_ERRNO_FORK_FAILED (HNP_API_ERRNO_BASE + 0x2)
37 #define HNP_API_WAIT_PID_FAILED (HNP_API_ERRNO_BASE + 0x3)
40 #define HNP_API_NOT_IN_DEVELOPER_MODE (HNP_API_ERRNO_BASE + 0x4)
43 #define HNP_API_ERRNO_PIPE_CREATED_FAILED (HNP_API_ERRNO_BASE + 0x5)
46 #define HNP_API_ERRNO_PIPE_READ_FAILED (HNP_API_ERRNO_BASE + 0x6)
49 #define HNP_API_ERRNO_RETURN_VALUE_GET_FAILED (HNP_API_ERRNO_BASE + 0x7)
52 #define HNP_API_ERRNO_MEMMOVE_FAILED (HNP_API_ERRNO_BASE + 0x8)
55 #define HNP_API_ERRNO_HNP_INSTALL_DISABLED (HNP_API_ERRNO_BASE + 0x9)