Searched refs:HKS_MSG_BASE (Results 1 – 3 of 3) sorted by relevance
21 HKS_MSG_BASE = 0, enumerator23 HKS_MSG_GEN_KEY = HKS_MSG_BASE,
33 for (uint32_t msgcode = HKS_MSG_BASE; msgcode < HKS_MSG_MAX; msgcode++) { in DoSomethingInterestingWithMyAPI()
279 if (code < HksIpcInterfaceCode::HKS_MSG_BASE || code >= HksIpcInterfaceCode::HKS_MSG_MAX) { in OnRemoteRequest()