Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/test/fuzz_test/hksserviceonremoterequest_fuzzer/
H A Dhks_service_on_remote_request_fuzzer.cpp33 for (uint32_t msgcode = HKS_MSG_BASE; msgcode < HKS_MSG_MAX; msgcode++) { in DoSomethingInterestingWithMyAPI() local
45 (void)ptrInstance->OnRemoteRequest(msgcode, dataParcel, replyParcel, optionSync); in DoSomethingInterestingWithMyAPI()
52 (void)ptrInstance->OnRemoteRequest(msgcode, dataParcel, replyParcel, optionAsync); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/sms_mms/test/unittest/
H A Dsms_broadcast_subscriber.cpp36 int msgcode = GetCode(); in OnReceiveEvent() local
39 std::cout << "Sms Receive::OnReceiveEvent msgcode" << msgcode << std::endl; in OnReceiveEvent()