Home
last modified time | relevance | path

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

/base/telephony/ril_adapter/services/vendor/src/
Dat_support.c231 err = SendCommandNoLock(atCmd, timeout, outResponse); in SendCommandLock()
242 err = SendCommandNoLock(command, timeout, outResponse); in SendCommandLock()
265 err = SendCommandNoLock(command, timeout, outResponse); in SendCommandNetWorksLock()
286 err = SendCommandNoLock(command, timeout, outResponse); in SendCommandSmsLock()
315 int32_t SendCommandNoLock(const char *command, long long timeout, ResponseInfo **outResponse) in SendCommandNoLock() function
/base/telephony/ril_adapter/services/vendor/include/
Dat_support.h64 int32_t SendCommandNoLock(const char *command, long long timeout, ResponseInfo **outResponse);