Home
last modified time | relevance | path

Searched defs:arg (Results 1 – 14 of 14) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
Dpty_process.rs75 let arg = "hello world!"; in sdv_pty_process_read_and_write_test() localVariable
105 let arg = "hello world!"; in sdv_pty_split_test() localVariable
137 let arg = "hello world!"; in sdv_pty_into_split_test() localVariable
170 let arg = "hello world!"; in sdv_pty_unsplit_test() localVariable
Dasync_fs.rs356 let arg = "hello world"; in sdv_async_fs_open_options() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/pty_process/
Dcommand.rs81 pub fn arg<S: AsRef<OsStr>>(&mut self, arg: S) -> &mut PtyCommand { in arg() method
579 let arg = "hello world!"; in ut_pty_process_read_write_test() localVariable
609 let arg = "hello world!"; in ut_pty_process_split_test() localVariable
641 let arg = "hello world!"; in ut_pty_process_into_split_test() localVariable
674 let arg = "hello world!"; in ut_pty_process_unsplit_test() localVariable
Dsys.rs241 let arg = "hello world!"; in ut_pty_read_write_test() localVariable
/commonlibrary/ets_utils/js_concurrent_module/worker/
Dthread.cpp23 int ret = uv_thread_create(&tId_, [](void* arg) { in Start()
/commonlibrary/ets_utils/js_concurrent_module/taskpool/
Dthread.cpp47 int ret = uv_thread_create(&tid_, [](void* arg) { in Start()
Dtask.cpp134 void Task::CleanupHookFunc(void* arg) in CleanupHookFunc()
/commonlibrary/utils_lite/kal/timer/src/
Dkal.c30 union sigval arg; member
50 KalTimerId KalTimerCreate(KalTimerProc func, KalTimerType type, void* arg, unsigned int millisec) in KalTimerCreate()
/commonlibrary/c_utils/base/src/
Dobserver.cpp64 void Observable::NotifyObservers(const ObserverArg* arg) in NotifyObservers()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/sys/unix/
Dpipe.rs102 let arg = "Hello, world!"; in ut_process_pipe_test() localVariable
/commonlibrary/ets_utils/js_concurrent_module/utils/locks/
Dlock_request.cpp66 void LockRequest::EnvCleanUp(void *arg) in EnvCleanUp()
Dasync_lock_manager.cpp292 napi_value arg; in Query() local
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/
Dcommand.rs110 pub fn arg<S: AsRef<OsStr>>(&mut self, arg: S) -> &mut Command { in arg() method
/commonlibrary/ets_utils/js_api_module/xml/test/
Dtest_xml.h428 napi_value arg = nullptr; in DealNapiStrValueFunction() local