Home
last modified time | relevance | path

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

/test/xts/dcts/communication/softbus_standard/transmission/sendmsg/
Dtrans_func_test.cpp122 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/
DTelephonyCallHasCard1Public.test.ets25 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) => {