Searched refs:msgcode (Results 1 – 2 of 2) sorted by relevance
33 for (uint32_t msgcode = HKS_MSG_BASE; msgcode < HKS_MSG_MAX; msgcode++) { in DoSomethingInterestingWithMyAPI() local45 (void)ptrInstance->OnRemoteRequest(msgcode, dataParcel, replyParcel, optionSync); in DoSomethingInterestingWithMyAPI()52 (void)ptrInstance->OnRemoteRequest(msgcode, dataParcel, replyParcel, optionAsync); in DoSomethingInterestingWithMyAPI()
36 int msgcode = GetCode(); in OnReceiveEvent() local39 std::cout << "Sms Receive::OnReceiveEvent msgcode" << msgcode << std::endl; in OnReceiveEvent()