Home
last modified time | relevance | path

Searched defs:bool (Results 1 – 25 of 108) sorted by relevance

12345

/foundation/communication/ipc/interfaces/innerkits/rust/src/
Dipc_binding.rs147 other: *const CRemoteObject) -> bool; in RemoteObjectLessThan()
154 recipient: *mut CDeathRecipient) -> bool; in AddDeathRecipient()
156 recipient: *mut CDeathRecipient) -> bool; in RemoveDeathRecipient()
158 pub fn IsProxyObject(object: *mut CRemoteObject) -> bool; in IsProxyObject()
161 pub fn IsObjectDead(object: *mut CRemoteObject) -> bool; in IsObjectDead()
163 value: *mut c_void, allocator: OnCParcelBytesAllocator::<u16>) -> bool; in GetInterfaceDescriptor()
171 pub fn CParcelWriteBool(parcel: *mut CParcel, value: bool) -> bool; in CParcelWriteBool()
172 pub fn CParcelReadBool(parcel: *const CParcel, value: *mut bool) -> bool; in CParcelReadBool()
173 pub fn CParcelWriteInt8(parcel: *mut CParcel, value: i8) -> bool; in CParcelWriteInt8()
174 pub fn CParcelReadInt8(parcel: *const CParcel, value: *mut i8) -> bool; in CParcelReadInt8()
[all …]
Dashmem.rs90 pub fn map(&self, map_type: i32) -> bool { in map()
99 pub fn map_read_write(&self) -> bool { in map_read_write()
108 pub fn map_readonly(&self) -> bool { in map_readonly()
126 pub fn set_protection(&self, protection: i32) -> bool { in set_protection()
153 pub fn write(&self, data: &[u8], offset: i32) -> bool { in write()
/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/types/
Dbool.rs21 impl Serialize for bool { implementation
31 impl Deserialize for bool { implementation
42 impl SerArray for bool { implementation
61 impl DeArray for bool { implementation
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
Dpixel_map_image_object.cpp24 …const RefPtr<ImageLoadingContext>& ctx, const SizeF& /*resizeTarget*/, bool /*forceResize*/, bool … in MakeCanvasImage() argument
Dsvg_image_object.cpp42 …const RefPtr<ImageLoadingContext>& ctx, const SizeF& /*resizeTarget*/, bool /*forceResize*/, bool … in MakeCanvasImage() argument
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
Dscroll_component.cpp35 void ScrollComponent::InitScrollBar(const RefPtr<ScrollBarTheme>& theme, const std::pair<bool, Colo… in InitScrollBar()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
Dgrid_position_controller.cpp26 void GridPositionController::JumpTo(int32_t index, bool /* smooth */, ScrollAlign align, int32_t /*… in JumpTo() argument
48 void GridPositionController::ScrollToEdge(ScrollEdgeType scrollEdgeType, bool /* smooth */) in ScrollToEdge() argument
61 void GridPositionController::ScrollPage(bool reverse, bool /* smooth */) in ScrollPage() argument
/foundation/communication/netmanager_base/test/netmanagernative/unit_test/
Dtest_notify_callback.cpp55 int32_t TestNotifyCallback::OnInterfaceChanged(const std::string &, bool) in OnInterfaceChanged() argument
62 int32_t TestNotifyCallback::OnInterfaceLinkStateChanged(const std::string &, bool) in OnInterfaceLinkStateChanged() argument
69 int32_t TestNotifyCallback::OnRouteChanged(bool, const std::string &, const std::string &, const st… in OnRouteChanged() argument
/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/src/
Dsa_binding.rs37 pub fn CreateSystemAbility(said: i32, run_on_create: bool, on_start: OnStartCb, in CreateSystemAbility()
40 …b fn MakeAndRegisterAbility(system_ability: *mut CSystemAbility, user_data: *const c_void) -> bool; in MakeAndRegisterAbility()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
Dwater_flow_position_controller.cpp21 void WaterFlowPositionController::JumpTo(int32_t index, bool /* smooth */, ScrollAlign /* align */, in JumpTo() argument
30 void WaterFlowPositionController::ScrollPage(bool reverse, bool /* smooth */) in ScrollPage() argument
/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
Dmod.rs46 fn set_data_size(&mut self, new_size: u32) -> bool { in set_data_size()
62 fn set_data_capacity(&mut self, new_size: u32) -> bool { in set_data_capacity()
78 fn set_max_capacity(&mut self, new_size: u32) -> bool { in set_max_capacity()
118 fn rewind_read(&mut self, new_pos: u32) -> bool { in rewind_read()
126 fn rewind_write(&mut self, new_pos: u32) -> bool { in rewind_write()
134 fn write_buffer(&mut self, data: &[u8]) -> bool { in write_buffer()
168 fn write_raw_data(&mut self, data: &[u8]) -> bool { in write_raw_data()
190 fn has_fd(&self) -> bool { in has_fd()
230 fn append(&mut self, data: &mut MsgParcel) -> bool { in append()
Dparcelable.rs96 len: i32 in allocate_vec_with_buffer()
117 ) -> bool { in allocate_vec()
161 ) -> bool { in ser_element()
224 ) -> bool { in de_element()
/foundation/communication/ipc/interfaces/innerkits/rust/src/ipc/
Dremote_obj.rs80 fn add_death_recipient(&self, recipient: &mut DeathRecipient) -> bool { in add_death_recipient()
88 fn remove_death_recipient(&self, recipient: &mut DeathRecipient) -> bool { in remove_death_recipient()
95 fn is_proxy(&self) -> bool { in is_proxy()
124 fn is_dead(&self) -> bool { in is_dead()
Dmod.rs37 fn add_death_recipient(&self, recipient: &mut DeathRecipient) -> bool; in add_death_recipient()
40 fn remove_death_recipient(&self, recipient: &mut DeathRecipient) -> bool; in remove_death_recipient()
43 fn is_proxy(&self) -> bool; in is_proxy()
49 fn is_dead(&self) -> bool; in is_dead()
127 fn eq(&self, other: &Self) -> bool { in eq()
/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/rust/audio_rust_sa/
Dlib.rs47 fn request_concurent(&self, is_async: bool) -> IpcResult<bool>; in request_concurent()
85 fn request_concurent(&self, is_async: bool) -> IpcResult<bool> { in request_concurent()
103 fn request_concurent(&self, is_async: bool) -> IpcResult<bool> { in request_concurent()
/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/rust/listen_rust_sa/
Dlib.rs47 fn request_concurent(&self, is_async: bool) -> IpcResult<bool>; in request_concurent()
85 fn request_concurent(&self, is_async: bool) -> IpcResult<bool> { in request_concurent()
102 fn request_concurent(&self, is_async: bool) -> IpcResult<bool> { in request_concurent()
/foundation/ability/idl_tool/test/rust/moduletest/service/src/
DIIdlTestService.rs53 fn idl_ipc_test_basic_101(&self, i_bool: &bool) -> Result<bool>; in idl_ipc_test_basic_101()
61 fn idl_ipc_test_basic_199(&self, i_bool: &bool, i_long: &i64, i_float: &f32, in idl_ipc_test_basic_199()
62 i_double: &f64, i_string: &str) -> Result<bool>; in idl_ipc_test_basic_199()
148 fn idl_ipc_test_basic_101(&self, i_bool: &bool) -> Result<bool> { in idl_ipc_test_basic_101()
180 fn idl_ipc_test_basic_199(&self, i_bool: &bool, i_long: &i64, i_float: &f32, in idl_ipc_test_basic_199()
181 i_double: &f64, i_string: &str) -> Result<bool> { in idl_ipc_test_basic_199()
200 fn idl_ipc_test_basic_101(&self, i_bool: &bool) -> Result<bool> { in idl_ipc_test_basic_101()
264 fn idl_ipc_test_basic_199(&self, i_bool: &bool, i_long: &i64, i_float: &f32, in idl_ipc_test_basic_199()
265 i_double: &f64, i_string: &str) -> Result<bool> { in idl_ipc_test_basic_199()
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/mock/pattern/list/
Dmock_list_event_hub.cpp19 int32_t ListEventHub::GetListItemIndexByPosition(float /* x */, float /* y */, bool /* strict */) in GetListItemIndexByPosition() argument
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
Dscan_standby_listerner.h32 std::function<void(bool, bool)> callBack) : CommonEventSubscriber(subscriberInfo) in StandBySubscriber()
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/mock/base/
Dmock_ui_node.cpp23 void UINode::AttachToMainTree(bool) {} in AttachToMainTree() argument
24 void UINode::DetachFromMainTree(bool) {} in DetachFromMainTree() argument
32 void UINode::OnDetachFromMainTree(bool) {} in OnDetachFromMainTree() argument
33 void UINode::OnAttachToMainTree(bool) {} in OnAttachToMainTree() argument
35 bool UINode::OnRemoveFromParent(bool) in OnRemoveFromParent() argument
52 void UINode::AddChild(const RefPtr<UINode>& child, int32_t /* slot */, bool /*silently*/) in AddChild() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
Ddistributeddb_cloud_syncer_upload_test.cpp279 .WillOnce([](const std::string &, const Timestamp &, const bool, int64_t & count) { in __anon7f1c21230202()
322 .WillRepeatedly([](const std::string &, const Timestamp &, const bool, int64_t & count) { in __anon7f1c21230302()
371 .WillRepeatedly([](const std::string &, const Timestamp &, const bool, int64_t & count) { in __anon7f1c21230502()
443 .WillRepeatedly([](const std::string &, const Timestamp &, const bool, int64_t & count) { in __anon7f1c21230802()
502 .WillRepeatedly([](const std::string &, const Timestamp &, const bool, int64_t & count) { in __anon7f1c21230a02()
566 .WillRepeatedly([](const std::string &, const Timestamp &, const bool, int64_t & count) { in __anon7f1c21230d02()
622 .WillRepeatedly([](const std::string &, const Timestamp &, const bool, int64_t & count) { in __anon7f1c21231002()
673 .WillRepeatedly([](const std::string &, const Timestamp &, const bool, int64_t & count) { in __anon7f1c21231102()
736 .WillRepeatedly([](const std::string &, const Timestamp &, const bool, int64_t & count) { in __anon7f1c21231302()
806 .WillOnce([](const std::string &, const Timestamp &, const bool, int64_t & count) { in __anon7f1c21231602()
[all …]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
Dcalendar_dialog_pattern.h62 bool OnDirtyLayoutWrapperSwap( in OnDirtyLayoutWrapperSwap() argument
/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/
Dwater_flow_position_controller.cpp22 void WaterFlowPositionController::JumpTo(int32_t index, bool /* smooth */, ScrollAlign /* align */,… in JumpTo() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/
Ddata_panel_pattern.cpp25 bool DataPanelPattern::OnDirtyLayoutWrapperSwap( in OnDirtyLayoutWrapperSwap() argument
/foundation/communication/netmanager_base/services/netpolicymanager/include/
Dnet_policy_traffic.h119 int32_t OnInterfaceChanged(const std::string &, bool) in OnInterfaceChanged() argument
123 int32_t OnInterfaceLinkStateChanged(const std::string &, bool) in OnInterfaceLinkStateChanged() argument
127 int32_t OnRouteChanged(bool, const std::string &, const std::string &, const std::string &) in OnRouteChanged() argument

12345