| /foundation/communication/ipc/interfaces/innerkits/rust/src/ |
| D | ipc_binding.rs | 147 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 …]
|
| D | ashmem.rs | 90 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/ |
| D | bool.rs | 21 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/ |
| D | pixel_map_image_object.cpp | 24 …const RefPtr<ImageLoadingContext>& ctx, const SizeF& /*resizeTarget*/, bool /*forceResize*/, bool … in MakeCanvasImage() argument
|
| D | svg_image_object.cpp | 42 …const RefPtr<ImageLoadingContext>& ctx, const SizeF& /*resizeTarget*/, bool /*forceResize*/, bool … in MakeCanvasImage() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
| D | scroll_component.cpp | 35 void ScrollComponent::InitScrollBar(const RefPtr<ScrollBarTheme>& theme, const std::pair<bool, Colo… in InitScrollBar()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/ |
| D | grid_position_controller.cpp | 26 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/ |
| D | test_notify_callback.cpp | 55 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/ |
| D | sa_binding.rs | 37 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/ |
| D | water_flow_position_controller.cpp | 21 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/ |
| D | mod.rs | 46 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()
|
| D | parcelable.rs | 96 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/ |
| D | remote_obj.rs | 80 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()
|
| D | mod.rs | 37 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/ |
| D | lib.rs | 47 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/ |
| D | lib.rs | 47 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/ |
| D | IIdlTestService.rs | 53 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/ |
| D | mock_list_event_hub.cpp | 19 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/ |
| D | scan_standby_listerner.h | 32 std::function<void(bool, bool)> callBack) : CommonEventSubscriber(subscriberInfo) in StandBySubscriber()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/test/mock/base/ |
| D | mock_ui_node.cpp | 23 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/ |
| D | distributeddb_cloud_syncer_upload_test.cpp | 279 .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/ |
| D | calendar_dialog_pattern.h | 62 bool OnDirtyLayoutWrapperSwap( in OnDirtyLayoutWrapperSwap() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/ |
| D | water_flow_position_controller.cpp | 22 void WaterFlowPositionController::JumpTo(int32_t index, bool /* smooth */, ScrollAlign /* align */,… in JumpTo() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/ |
| D | data_panel_pattern.cpp | 25 bool DataPanelPattern::OnDirtyLayoutWrapperSwap( in OnDirtyLayoutWrapperSwap() argument
|
| /foundation/communication/netmanager_base/services/netpolicymanager/include/ |
| D | net_policy_traffic.h | 119 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
|