Home
last modified time | relevance | path

Searched defs:C (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/
H A Dmod.rs41 fn new(chan: C) -> Channel<C> { in new()
49 pub(crate) fn channel<C: Container>(chan: C) -> (Tx<C>, Rx<C>) { in channel()
68 fn new(channel: Arc<Channel<C>>) -> Tx<C> { in new()
96 fn new(channel: Arc<Channel<C>>) -> Rx<C> { in new()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/
H A Dcore.rs76 consumer: &C, in recur()
128 consumer: &C, in spawn_task()
153 consumer: &C, in recur_ffrt()
190 consumer: &C, in spawn_task_ffrt()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H A Dpool.rs91 connector: Arc<C>, in conn()
114 async fn conn_h1<C>(&self, connector: Arc<C>, url: &Uri) -> Result<Conn<S>, HttpClientError> in conn_h1()
128 connector: Arc<C>, in conn_h2()
164 connector: Arc<C>, in conn_negotiate()
/ohos5.0/docs/zh-cn/
H A Dglossary.md32 ## C section
/ohos5.0/docs/en/
H A Dglossary.md32 ## C section
/ohos5.0/drivers/peripheral/camera/vdi_base/common/buffer_manager/include/
H A Dbuffer_allocator_factory.h27 #define REGISTER_BUFFER_ALLOCATOR(C, type, ...) \ argument
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/util/
H A Dcommon.h49 C, enumerator
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/util/
H A Dcommon.h53 C, enumerator
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/pariter/
H A Dmod.rs111 consumer: C, in drive()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_comm.h120 uint8_t C[GAP_OOB_DATA_CONFIRM_SIZE]; member
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/hvigor/
H A Dhvigor-wrapper.js16 …dow:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},i={},C={},F=n&&n.__importDe… variable
/ohos5.0/foundation/arkui/advanced_ui_component/interface/treeview/
H A Dtreeview.js966 class C { class
2190 let C = null; variable
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_link_ctrl_cmd.h446 uint8_t C[16]; member
H A Dhci_def_controller_baseband_cmd.h705 uint8_t C[16]; member
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/hvigor/
H A Dhvigor-wrapper.js15 …alue:!0}),E.maxPathLength=E.isMac=E.isLinux=E.isWindows=void 0;const y=m(t),C="Windows_NT",F="Darw… constant
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/hvigor/
H A Dhvigor-wrapper.js15 …alue:!0}),E.maxPathLength=E.isMac=E.isLinux=E.isWindows=void 0;const y=m(t),C="Windows_NT",F="Darw… constant
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/hvigor/
H A Dhvigor-wrapper.js16 …alue:!0}),E.maxPathLength=E.isMac=E.isLinux=E.isWindows=void 0;const y=m(t),C="Windows_NT",F="Darw… constant
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpixel_convert.cpp761 uint8_t C = sourceRow[0]; in CMYKConvert() local