Home
last modified time | relevance | path

Searched defs:bool (Results 176 – 200 of 337) sorted by relevance

12345678910>>...14

/ohos5.0/foundation/filemanagement/app_file_service/utils/src/b_json/
H A Db_json_entity_ext_manage.cpp138 void BJsonEntityExtManage::SetExtManageForClone(const map<string, tuple<string, struct stat, bool, … in SetExtManageForClone() argument
/ohos5.0/base/request/request/services/src/service/run_count/
H A Dmanager.rs37 pub(crate) fn send_event(&self, event: RunCountEvent) -> bool { in send_event()
/ohos5.0/base/security/asset/services/core_service/src/operations/
H A Doperation_add.rs119 fn CheckPermission(permission: *const c_char) -> bool; in CheckPermission()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dspan_node.cpp916 bool /* isSpanStringMode */, PlaceholderStyle placeholderStyle, bool /* isMarquee*/) in UpdateParagraph() argument
1060 bool /* isSpanStringMode */, PlaceholderStyle placeholderStyle, bool /* isMarquee*/) in UpdateParagraph() argument
/ohos5.0/base/request/request/services/src/service/client/
H A Dmanager.rs37 pub(crate) fn send_event(&self, event: ClientEvent) -> bool { in send_event()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/interceptor/
H A Dmod.rs72 pub fn proxy(&self) -> bool { in proxy()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/tcp/
H A Dstream.rs352 pub fn nodelay(&self) -> io::Result<bool> { in nodelay()
625 fn is_write_vectored(&self) -> bool { in is_write_vectored()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/
H A Dchild.rs48 kill_on_drop: bool, in new()
358 fn is_write_vectored(&self) -> bool { in is_write_vectored()
/ohos5.0/base/request/request/services/src/task/
H A Dconfig.rs145 pub(crate) fn satisfy_foreground(&self, top_uid: Option<u64>) -> bool { in satisfy_foreground()
238 pub(crate) fn contains_user_file(&self) -> bool { in contains_user_file()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/
H A Dtext.rs389 pub fn is_complete(&self) -> bool { in is_complete()
409 pub fn is_partial(&self) -> bool { in is_partial()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Dstreams.rs210 pub(crate) fn reach_max_concurrency(&mut self) -> bool { in reach_max_concurrency()
285 pub(crate) fn is_closed(&self) -> bool { in is_closed()
746 pub(crate) fn is_init_or_active_flow_control(&self) -> bool { in is_init_or_active_flow_control()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h1/response/
H A Ddecoder.rs517 cr_meet: bool, in decode_crlf()
631 fn is_valid_byte(byte: u8) -> bool { in is_valid_byte()
636 fn is_legal_reason_byte(byte: u8) -> bool { in is_legal_reason_byte()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_controller.cpp85 void ScrollableController::ScrollBy(double pixelX, double pixelY, bool /* smooth */) in ScrollBy() argument
/ohos5.0/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_ace_trace.cpp57 AceScopedTraceFlag::AceScopedTraceFlag(bool /* flag */, const char* /* format */, ...) {} in AceScopedTraceFlag() argument
/ohos5.0/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/
H A Dstream_session.rs112 fn session_send_msg(&self, buf: *const c_char, size: usize) -> bool { in session_send_msg()
/ohos5.0/build/
H A Dprebuilts_download.py266 def _node_modules_copy(config: dict, code_dir: str, enable_symlink: bool):
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
H A Dinteger.rs145 pub(crate) fn is_finish(&self) -> bool { in is_finish()
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Duntar_file.cpp201 int UntarFile::DealParseTarFileResult(const std::tuple<int, bool, ErrFileInfo> &result, in DealParseTarFileResult() argument
279 int UntarFile::DealIncreParseTarFileResult(const std::tuple<int, bool, ErrFileInfo> &result, in DealIncreParseTarFileResult() argument
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
H A Draw.rs123 pub(crate) fn run(self) -> bool { in run()
138 pub(crate) unsafe fn set_waker(self, cur_state: usize, waker: *const ()) -> bool { in set_waker()
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_clipboard.cpp65 void MockClipBoard::SetData(const std::string& data, CopyOptions /* copyOption */, bool /* isDragDa… in SetData() argument
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/mock/c_utils/utils/base/include/
H A Drefbase.h372 template<typename T> inline sptr<T>::sptr(WeakRefCounter *p, bool /* force */) in sptr() argument
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/io/
H A Dsplit.rs100 fn is_write_vectored(&self) -> bool { in is_write_vectored()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/parallel/
H A Dmod.rs40 fn is_empty(&self) -> bool { in is_empty()
/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_management.cpp84 int32_t EthernetManagement::DevInterfaceStateCallback::OnInterfaceChanged(const std::string &, bool) in OnInterfaceChanged() argument
103 int32_t EthernetManagement::DevInterfaceStateCallback::OnRouteChanged(bool, const std::string &, co… in OnRouteChanged() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Drender_text_overlay.cpp1265 void RenderTextOverlay::SetOnRebuild(const std::function<void(bool, bool, bool, bool, bool)>& onReb… in SetOnRebuild()

12345678910>>...14