Searched refs:HKS_MSG_MAX (Results 1 – 3 of 3) sorted by relevance
52 HKS_MSG_MAX, enumerator
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()