| /base/hiviewdfx/hicollie/interfaces/rust/src/ |
| D | lib.rs | 26 timeout: u32, in SetTimerRust() 29 flag: u32, in SetTimerRust() 42 timeout: u32, in set_timer() 45 flag: u32, in set_timer()
|
| /base/msdp/device_status/rust/ipc/service/src/ |
| D | lib.rs | 60 …fn add_watch(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel<'_>, reply: &mut Borro… in add_watch() 62 …fn remove_watch(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel<'_>, reply: &mut Bo… in remove_watch() 65 …fn set_param(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel<'_>, reply: &mut Borro… in set_param() 68 …fn get_param(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel<'_>, reply: &mut Borro… in get_param() 72 …fn control(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel<'_>, reply: &mut Borrowe… in control() 75 fn on_remote_request(stub: &dyn IDeviceStatus, code: u32, data: &BorrowedMsgParcel<'_>, in on_remote_request() 149 fn send_request(&self, action: CommonAction, intention: Intention, id: u32, in send_request() 204 fn add_watch(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel<'_>, in add_watch() 210 fn remove_watch(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel<'_>, in remove_watch() 216 fn set_param(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel<'_>, in set_param() [all …]
|
| D | identity.rs | 56 pub fn compose_param_id(action: CommonAction, intention: Intention, param: u32) -> u32 in compose_param_id() 76 pub fn split_param(code: u32) -> u32 in split_param()
|
| /base/msdp/device_status/rust/data/sys/src/ |
| D | plugin_manager.rs | 45 …fn add_watch(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, reply: &mut Borro… in add_watch() 47 …fn remove_watch(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, reply: &mut Bo… in remove_watch() 49 …fn set_param(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, reply: &mut Borro… in set_param() 51 …fn get_param(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, reply: &mut Borro… in get_param() 54 …fn control(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, reply: &mut Borrowe… in control()
|
| /base/request/request/services/service/request/src/manager/events/ |
| D | query.rs | 20 pub(crate) fn query(&self, task_id: u32, query_action: Action) -> Option<TaskInfo> { in query() 53 pub(crate) fn Query(taskId: u32, queryAction: Action) -> *const CTaskInfo; in Query()
|
| D | touch.rs | 20 pub(crate) fn touch(&self, uid: u64, task_id: u32, token: String) -> Option<TaskInfo> { in touch() 53 pub(crate) fn Touch(taskId: u32, uid: u64, token: CStringWrapper) -> *const CTaskInfo; in Touch()
|
| D | get_task.rs | 18 pub(crate) fn get_task_api(&self, uid: u64, task_id: u32, token: String) -> Option<TaskConfig> { in get_task_api()
|
| D | search.rs | 19 pub(crate) fn search(&self, filter: Filter) -> Vec<u32> { in search()
|
| D | show.rs | 46 pub(crate) fn Show(task_id: u32, uid: u64) -> *const CTaskInfo; in Show()
|
| /base/msdp/device_status/rust/modules/drag/server/src/ |
| D | lib.rs | 108 fn add_watch(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in add_watch() 114 fn remove_watch(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in remove_watch() 120 fn set_param(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in set_param() 126 fn get_param(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in get_param() 132 fn control(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in control()
|
| /base/update/updater/services/rust/hash_signed_data/src/ |
| D | lib.rs | 126 -> *const ImgHashData<u32> in LoadImgHashData() 216 pub unsafe extern fn check_data_hash(img_hash_data: *const ImgHashData<u32>, in check_data_hash() 217 img_name: *const c_char, start: u32, end: u32, hash_value: *const u8, len: usize) -> bool in check_data_hash() 240 pub unsafe extern fn ReleaseImgHashData(hash_data: *const ImgHashData<u32>) in ReleaseImgHashData()
|
| /base/msdp/device_status/rust/modules/coordination/server/src/ |
| D | lib.rs | 74 fn add_watch(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in add_watch() 81 fn remove_watch(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in remove_watch() 88 fn set_param(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in set_param() 94 fn get_param(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in get_param() 101 fn control(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in control()
|
| /base/security/code_signature/services/key_enable/src/ |
| D | cert_path_utils.rs | 52 fn from_str(s: &str) -> Result<u32, ()> { in from_str() 75 fn from_str(s: &str) -> Result<u32, ()> { in from_str() 173 F: Fn(&str, &str) -> Result<u32, ()> { in parse_cert_profile() 231 fn issuer_resolver(cert_mode: &str, _cert_type: &str) -> Result<u32, ()> { in issuer_resolver() 239 fn path_resolver(cert_mode: &str, cert_type: &str) -> Result<u32, ()> { in path_resolver() 391 cert_path_type: u32, in cert_path_operation() 392 path_length: u32, in cert_path_operation() 426 cert_path_type: u32, in add_cert_path_info() 427 path_length: u32, in add_cert_path_info() 443 cert_path_type: u32, in remove_cert_path_info() [all …]
|
| /base/msdp/device_status/rust/modules/basic/server/src/ |
| D | lib.rs | 91 fn add_watch(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in add_watch() 97 fn remove_watch(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in remove_watch() 103 fn set_param(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in set_param() 109 fn get_param(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in get_param() 115 fn control(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in control()
|
| /base/hiviewdfx/hilog/interfaces/rust/src/ |
| D | lib.rs | 78 pub fn HiLogIsLoggable(domain: u32, tag: *const c_char, level: u32) -> bool; in HiLogIsLoggable() 83 domain: u32, in HiLogPrint() 87 ) -> u32; in HiLogPrint()
|
| /base/msdp/device_status/rust/ipc/client/src/ |
| D | lib.rs | 175 pub fn add_watch(&self, intention: Intention, id: u32, data: &dyn Serialize, in add_watch() 198 pub fn remove_watch(&self, intention: Intention, id: u32, data: &dyn Serialize, in remove_watch() 223 pub fn set_param(&self, intention: Intention, id: u32, data: &dyn Serialize, in set_param() 247 pub fn get_param(&self, intention: Intention, id: u32, data: &dyn Serialize, in get_param() 272 pub fn control(&self, intention: Intention, id: u32, data: &dyn Serialize, in control()
|
| /base/security/asset/services/core_service/src/ |
| D | listener.rs | 49 extern "C" fn delete_data_by_owner(user_id: i32, owner: *const u8, owner_size: u32) { in delete_data_by_owner() 85 onPackageRemoved: extern "C" fn(i32, *const u8, u32), in SubscribeSystemAbility() argument 91 onPackageRemoved: extern "C" fn(i32, *const u8, u32), in SubscribeSystemEvent() argument
|
| D | stub.rs | 41 …fn on_remote_request(&self, code: u32, data: &BorrowedMsgParcel, reply: &mut BorrowedMsgParcel) ->… in on_remote_request() 71 code: u32, in on_remote_request()
|
| /base/msdp/device_status/rust/ipc/server/src/ |
| D | fusion_ipc_delegator.rs | 139 fn add_watch(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel, in add_watch() 150 fn remove_watch(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel, in remove_watch() 161 fn set_param(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel, in set_param() 172 fn get_param(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel, in get_param() 183 fn control(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel, in control()
|
| /base/request/request/test/unittest/rust/src/ |
| D | common.rs | 27 task_id: &mut u32, in construct_download_task()
|
| /base/security/asset/frameworks/definition/src/ |
| D | extension.rs | 82 impl Conversion for u32 { implementation 108 fn get_enum_attr<T: TryFrom<u32, Error = AssetError>>(&self, key: &K) -> Result<T> { in get_enum_attr() 116 fn get_num_attr(&self, key: &K) -> Result<u32> { in get_num_attr()
|
| D | lib.rs | 313 fn get_enum_attr<T: TryFrom<u32, Error = AssetError>>(&self, key: &K) -> Result<T>; in get_enum_attr() 316 fn get_num_attr(&self, key: &K) -> Result<u32>; in get_num_attr()
|
| /base/security/asset/interfaces/kits/c/src/ |
| D | lib.rs | 109 query_cnt: u32, in update_asset() 111 update_cnt: u32, in update_asset() 141 pub unsafe extern "C" fn pre_query_asset(query: *const AssetAttr, query_cnt: u32, challenge: *mut A… in pre_query_asset() 177 pub unsafe extern "C" fn query_asset(query: *const AssetAttr, query_cnt: u32, result_set: *mut Asse… in query_asset()
|
| /base/request/request/services/service/request/src/task/ |
| D | tick.rs | 45 pub(crate) fn wake_one(&self, task_id: u32) { in wake_one() 63 pub(crate) fn register(&self, task_id: u32, cx: &mut Context<'_>) { in register()
|
| /base/request/request/services/service/request/src/service/notify/ |
| D | manager.rs | 86 fn on(&mut self, event: Event, id: u32, obj: RemoteObj, sender: Sender<ErrorCode>) { in on() 100 fn off(&mut self, event: Event, id: u32, sender: Sender<ErrorCode>) { in off() 113 fn clear(&mut self, id: u32) { in clear()
|