Home
last modified time | relevance | path

Searched defs:u32 (Results 1 – 25 of 51) sorted by relevance

123

/base/hiviewdfx/hicollie/interfaces/rust/src/
Dlib.rs26 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/
Dlib.rs60 …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 …]
Didentity.rs56 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/
Dplugin_manager.rs45 …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/
Dquery.rs20 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()
Dtouch.rs20 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()
Dget_task.rs18 pub(crate) fn get_task_api(&self, uid: u64, task_id: u32, token: String) -> Option<TaskConfig> { in get_task_api()
Dsearch.rs19 pub(crate) fn search(&self, filter: Filter) -> Vec<u32> { in search()
Dshow.rs46 pub(crate) fn Show(task_id: u32, uid: u64) -> *const CTaskInfo; in Show()
/base/msdp/device_status/rust/modules/drag/server/src/
Dlib.rs108 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/
Dlib.rs126 -> *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/
Dlib.rs74 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/
Dcert_path_utils.rs52 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/
Dlib.rs91 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/
Dlib.rs78 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/
Dlib.rs175 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/
Dlistener.rs49 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
Dstub.rs41 …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/
Dfusion_ipc_delegator.rs139 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/
Dcommon.rs27 task_id: &mut u32, in construct_download_task()
/base/security/asset/frameworks/definition/src/
Dextension.rs82 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()
Dlib.rs313 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/
Dlib.rs109 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/
Dtick.rs45 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/
Dmanager.rs86 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()

123