Lines Matching refs:stringify
52 console.log(`callback: err->${JSON.stringify(err)}, data->${JSON.stringify(data)}`);
63 console.log(`rejectCall success, promise: data->${JSON.stringify(data)}`);
65 console.error(`rejectCall fail, promise: err->${JSON.stringify(err)}`);
76 console.log(`rejectCall success, promise: data->${JSON.stringify(data)}`);
78 console.error(`rejectCall fail, promise: err->${JSON.stringify(err)}`);
85 console.log(`callback: err->${JSON.stringify(err)}, data->${JSON.stringify(data)}`);
95 console.log(`callback: err->${JSON.stringify(err)}, data->${JSON.stringify(data)}`);
141 console.log(`callback: err->${JSON.stringify(err)}, data->${JSON.stringify(data)}`);
149 console.log(`answerCall success, promise: data->${JSON.stringify(data)}`);
151 console.error(`answerCall fail, promise: err->${JSON.stringify(err)}`);
158 console.log(`callback: err->${JSON.stringify(err)}, data->${JSON.stringify(data)}`);
204 console.log(`callback: err->${JSON.stringify(err)}, data->${JSON.stringify(data)}`);
212 console.log(`hangUpCall success, promise: data->${JSON.stringify(data)}`);
214 console.error(`hangUpCall fail, promise: err->${JSON.stringify(err)}`);
221 console.log(`callback: err->${JSON.stringify(err)}, data->${JSON.stringify(data)}`);