Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/frameworks/src/
H A Dipc_service.c32 static const int32_t IPC_RESULT_NUM_1 = 1; variable
488 (const uint8_t *)&IPC_RESULT_NUM_1, sizeof(int32_t)); in IpcServiceGmApplyRegisterInfo()
608 (const uint8_t *)&IPC_RESULT_NUM_1, sizeof(int32_t)); in IpcServiceGmGetGroupInfoById()
787 (const uint8_t *)&IPC_RESULT_NUM_1, sizeof(int32_t)); in IpcServiceGmGetDeviceInfoById()
H A Dipc_sdk.c39 static const int32_t IPC_RESULT_NUM_1 = 1; variable
692 if ((ret < IPC_RESULT_NUM_1) || (inOutLen != sizeof(int32_t))) { in IpcGmGetRegisterInfo()
840 if ((ret < IPC_RESULT_NUM_1) || (inOutLen != sizeof(int32_t))) { in GroupInfoIpcResult()
1145 if ((ret < IPC_RESULT_NUM_1) || (inOutLen != sizeof(int32_t))) { in DevInfoByIdIpcResult()