Searched refs:dialReply (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/telephony/cellular_call/test/unittest/satellitetest/ |
H A D | satellite_callback_test.cpp | 159 MessageParcel dialReply; variable 162 ASSERT_EQ(stub->OnDialResponseInner(dialData, dialReply), TELEPHONY_SUCCESS); 208 MessageParcel dialReply; variable 211 ASSERT_EQ(stub->OnDialResponseInner(dialData, dialReply), TELEPHONY_SUCCESS);
|
/ohos5.0/base/telephony/cellular_call/test/fuzztest/satellitecallback_fuzzer/ |
H A D | satellitecallback_fuzzer.cpp | 83 MessageParcel dialReply; in TestSatelliteCallCallbackFunction() local 85 stub->OnDialResponseInner(dialData, dialReply); in TestSatelliteCallCallbackFunction()
|
/ohos5.0/base/telephony/cellular_call/test/fuzztest/imscallback_fuzzer/ |
H A D | imscallback_fuzzer.cpp | 85 MessageParcel dialReply; in TestImsCallCallbackFunction() local 87 stub->OnDialResponseInner(dialData, dialReply); in TestImsCallCallbackFunction()
|
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | ims_callback1_test.cpp | 261 MessageParcel dialReply; variable 264 ASSERT_EQ(stub->OnDialResponseInner(dialData, dialReply), TELEPHONY_SUCCESS); 820 MessageParcel dialReply; variable 823 ASSERT_EQ(stub->OnDialResponseInner(dialData, dialReply), TELEPHONY_SUCCESS);
|