Searched refs:emptyStr (Results 1 – 2 of 2) sorted by relevance
| /test/xts/dcts/communication/softbus_standard/transmission/sendmsg/ |
| D | trans_func_test.cpp | 122 string emptyStr = ""; variable 124 ret = SendBytes(sessionId, emptyStr.c_str(), size); 410 string emptyStr = ""; variable 412 ret = SendBytes(sessionId, emptyStr.c_str(), size);
|
| /test/xts/acts/telephony/telephone/calltest/entry/src/ohosTest/ets/test/ |
| D | TelephonyCallHasCard1Public.test.ets | 25 const emptyStr: string = ""; 150 call.formatPhoneNumberToE164(emptyStr, "CN", (err: BusinessError, data: string) => { 243 call.formatPhoneNumberToE164(rightPhone, emptyStr, (err: BusinessError, data: string) => { 304 call.formatPhoneNumberToE164(emptyStr, "CN").then((data: string) => { 366 call.formatPhoneNumberToE164(rightPhone, emptyStr).then((data: string) => {
|