Home
last modified time | relevance | path

Searched defs:close (Results 1 – 12 of 12) sorted by relevance

/base/usb/usb_manager/test/native/service_unittest/src/
Dusb_bulkcallback_test.cpp149 bool close = UsbSrvClient.Close(pipe); variable
197 bool close = UsbSrvClient.Close(pipe); variable
247 bool close = UsbSrvClient.Close(pipe); variable
297 bool close = UsbSrvClient.Close(pipe); variable
347 bool close = UsbSrvClient.Close(pipe); variable
397 bool close = UsbSrvClient.Close(pipe); variable
452 bool close = UsbSrvClient.Close(pipe); variable
506 bool close = UsbSrvClient.Close(pipe); variable
562 bool close = UsbSrvClient.Close(pipe); variable
618 bool close = UsbSrvClient.Close(pipe); variable
[all …]
Dusb_device_status_test.cpp269 bool close = UsbSrvClient.Close(pipe); variable
312 bool close = UsbSrvClient.Close(pipe); variable
355 bool close = UsbSrvClient.Close(pipe); variable
398 bool close = UsbSrvClient.Close(pipe); variable
439 bool close = UsbSrvClient.Close(pipe); variable
478 bool close = UsbSrvClient.Close(pipe); variable
517 bool close = UsbSrvClient.Close(pipe); variable
554 bool close = UsbSrvClient.Close(pipe); variable
593 bool close = UsbSrvClient.Close(pipe); variable
632 bool close = UsbSrvClient.Close(pipe); variable
[all …]
Dusb_request_test.cpp111 bool close = UsbSrvClient.Close(pip); variable
157 bool close = UsbSrvClient.Close(pip); variable
200 bool close = UsbSrvClient.Close(pip); variable
243 bool close = UsbSrvClient.Close(pip); variable
289 bool close = UsbSrvClient.Close(pip); variable
335 bool close = UsbSrvClient.Close(pip); variable
384 bool close = UsbSrvClient.Close(pip); variable
432 bool close = UsbSrvClient.Close(pip); variable
483 bool close = UsbSrvClient.Close(pip); variable
534 bool close = UsbSrvClient.Close(pip); variable
[all …]
Dusb_device_pipe_test.cpp1947 bool close = UsbSrvClient.Close(pipe); variable
1982 bool close = UsbSrvClient.Close(pipe); variable
2017 bool close = UsbSrvClient.Close(pipe); variable
2052 bool close = UsbSrvClient.Close(pipe); variable
2089 bool close = UsbSrvClient.Close(pipe); variable
2126 bool close = UsbSrvClient.Close(pipe); variable
2163 bool close = UsbSrvClient.Close(pipe); variable
2200 bool close = UsbSrvClient.Close(pipe); variable
2236 bool close = UsbSrvClient.Close(pipe); variable
2274 bool close = UsbSrvClient.Close(pipe); variable
[all …]
/base/startup/init/services/loopevent/loop/
Dle_loop.h32 LE_STATUS (*close)(const struct EventLoop_ *loop); member
/base/startup/init/interfaces/innerkits/include/
Dloop_event.h85 LE_Close close; member
182 LE_Close close; member
/base/startup/init/services/param/linux/
Dparam_message.h81 LE_Close close; member
/base/startup/init/services/loopevent/task/
Dle_task.h70 LE_Close close; member
/base/web/webview/interfaces/native/
Darkweb_type.h267 void (*close)(const ArkWeb_WebMessagePortPtr webMessagePort, const char* webTag); member
/base/inputmethod/imf/test/unittest/cpp_test/src/
Dinput_method_dfx_test.cpp426 auto close = []() { inputMethodController_->Close(); }; in __anon370f3fc50902() variable
/base/tee/tee_client/services/teecd/include/
Dfs_work_agent.h94 } close; member
/base/security/asset/services/db_operator/src/
Ddatabase.rs152 fn close(&mut self) { in close() method