Home
last modified time | relevance | path

Searched refs:telNum (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/telephony/cellular_call/test/fuzztest/setpreviewwindow_fuzzer/
H A Dsetpreviewwindow_fuzzer.cpp235 std::string telNum = "000000000"; in SendUpdateCallMediaModeRequest() local
238 telNum = tempNum; in SendUpdateCallMediaModeRequest()
240 size_t length = strlen(telNum.c_str()) + 1; in SendUpdateCallMediaModeRequest()
241 if (strcpy_s(callInfo.phoneNum, length, telNum.c_str()) != EOK) { in SendUpdateCallMediaModeRequest()
269 std::string telNum = "000000000"; in SendUpdateCallMediaModeResponse() local
272 telNum = tempNum; in SendUpdateCallMediaModeResponse()
274 size_t length = strlen(telNum.c_str()) + 1; in SendUpdateCallMediaModeResponse()
275 if (strcpy_s(callInfo.phoneNum, length, telNum.c_str()) != EOK) { in SendUpdateCallMediaModeResponse()
330 std::string telNum = "000000000"; in StartDtmf() local
333 telNum = tempNum; in StartDtmf()
[all …]
/ohos5.0/base/telephony/cellular_call/test/fuzztest/separateconference_fuzzer/
H A Dseparateconference_fuzzer.cpp47 std::string telNum = "000000000"; in DoSomethingInterestingWithMyAPI() local
50 telNum = tempNum; in DoSomethingInterestingWithMyAPI()
52 size_t length = strlen(telNum.c_str()) + 1; in DoSomethingInterestingWithMyAPI()
60 if (strcpy_s(callInfo.phoneNum, length, telNum.c_str()) != EOK) { in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/cellular_call/test/fuzztest/reporthangupinfo_fuzzer/
H A Dreporthangupinfo_fuzzer.cpp48 std::string telNum = "000000000"; in DoSomethingInterestingWithMyAPI() local
51 telNum = tempNum; in DoSomethingInterestingWithMyAPI()
53 size_t length = strlen(telNum.c_str()) + 1; in DoSomethingInterestingWithMyAPI()
61 if (strcpy_s(callInfo.phoneNum, length, telNum.c_str()) != EOK) { in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/cellular_call/test/fuzztest/setimsfeaturevalue_fuzzer/
H A Dsetimsfeaturevalue_fuzzer.cpp239 std::string telNum = "000000000"; in Reject() local
242 telNum = tempNum; in Reject()
244 size_t length = strlen(telNum.c_str()) + 1; in Reject()
251 if (strcpy_s(callInfo.phoneNum, length, telNum.c_str()) != EOK) { in Reject()
275 std::string telNum = "000000000"; in HangUp() local
278 telNum = tempNum; in HangUp()
280 size_t length = strlen(telNum.c_str()) + 1; in HangUp()
287 if (strcpy_s(callInfo.phoneNum, length, telNum.c_str()) != EOK) { in HangUp()
/ohos5.0/base/telephony/cellular_call/test/fuzztest/getcallrestriction_fuzzer/
H A Dgetcallrestriction_fuzzer.cpp245 std::string telNum = "000000000"; in Dial() local
248 telNum = tempNum; in Dial()
250 size_t length = strlen(telNum.c_str()) + 1; in Dial()
257 if (strcpy_s(callInfo.phoneNum, length, telNum.c_str()) != EOK) { in Dial()
296 std::string telNum = "000000000"; in KickOutFromConference() local
299 telNum = tempNum; in KickOutFromConference()
301 size_t length = strlen(telNum.c_str()) + 1; in KickOutFromConference()
308 if (strcpy_s(callInfo.phoneNum, length, telNum.c_str()) != EOK) { in KickOutFromConference()