Home
last modified time | relevance | path

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

/base/msdp/device_status/rust/ipc/service/src/
Dlib.rs57 …fn add_watch(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel<'_>, reply: &mut Borro… in add_watch()
59 …fn remove_watch(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel<'_>, reply: &mut Bo… in remove_watch()
61 …fn set_param(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel<'_>, reply: &mut Borro… in set_param()
63 …fn get_param(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel<'_>, reply: &mut Borro… in get_param()
65 …fn control(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel<'_>, reply: &mut Borrowe… in control()
68 fn on_remote_request(stub: &dyn IDeviceStatus, code: u32, data: &BorrowedMsgParcel<'_>, in on_remote_request()
142 fn send_request(&self, action: CommonAction, intention: Intention, id: u32, in send_request()
197 fn add_watch(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel<'_>, in add_watch()
203 fn remove_watch(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel<'_>, in remove_watch()
209 fn set_param(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel<'_>, in set_param()
[all …]
Didentity.rs54 pub fn compose_param_id(action: CommonAction, intention: Intention, param: u32) -> u32 in compose_param_id()
74 pub fn split_param(code: u32) -> u32 in split_param()
/base/request/request/services/service/rust/src/
Drequest_binding.rs33 percent: u32, in RequestBackgroundNotify()
45 pub fn DeleteCVectorWrapper(ptr: *const u32); in DeleteCVectorWrapper()
48 pub fn UpdateRequestTaskInfo(taskId: u32, updateInfo: *const CUpdateInfo) -> bool; in UpdateRequestTaskInfo()
49 pub fn Touch(taskId: u32, uid: u64, token: CStringWrapper) -> *const CTaskInfo; in Touch()
50 pub fn Query(taskId: u32, queryAction: Action) -> *const CTaskInfo; in Query()
Drequest_service_ability.rs138 pub fn on(&self, task_id: u32, on_type: String, obj: RemoteObj) -> ErrorCode { in on()
146 pub fn off(&self, task_id: u32, off_type: String) -> ErrorCode { in off()
207 pub fn touch_task(&self, task_id: u32, token: String) -> Option<TaskInfo> { in touch_task()
212 pub fn search_task(&self, filter: Filter) -> Vec<u32> { in search_task()
230 pub fn query_task(&self, task_id: u32, query_permission: QueryPermission) -> Option<TaskInfo> { in query_task()
240 pub fn add_unregister_notify(&self, task_id: u32, reg_type: String) { in add_unregister_notify()
257 fn do_unregistered_notify(&self, task_id: u32, reg_type: String) { in do_unregistered_notify()
513 pub fn dump_one_task_info(&self, file: &FileDesc, task_id: u32) { in dump_one_task_info()
Dtask_manager.rs173 pub fn get_total_task_count(&self, guard: &MutexGuard<HashMap<u64, AppTask>>) -> u32 { in get_total_task_count()
184 pub fn get_api10_background_task_count(&self) -> u32 { in get_api10_background_task_count()
238 task_id: &mut u32, in construct_task()
288 task_id: u32, in add_task_api9()
316 task_id: u32, in add_task()
356 task_id: u32, in get_task()
388 limit: u32, in reach_maximum_running_limit()
607 pub fn touch(&self, uid: u64, task_id: u32, token: String) -> Option<TaskInfo> { in touch()
636 pub fn query(&self, task_id: u32, query_action: Action) -> Option<TaskInfo> { in query()
670 pub fn search(&self, filter: Filter) -> Vec<u32> { in search()
Dlib.rs114 code: u32, in on_remote_request()
Drequest_task.rs284 pub fn constructor(conf: Arc<TaskConfig>, uid: u64, task_id: u32, files: Vec<File>) -> Self { in constructor()
/base/msdp/device_status/rust/data/sys/src/
Dplugin_manager.rs43 …fn add_watch(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, reply: &mut Borro… in add_watch()
45 …fn remove_watch(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, reply: &mut Bo… in remove_watch()
47 …fn set_param(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, reply: &mut Borro… in set_param()
49 …fn get_param(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, reply: &mut Borro… in get_param()
51 …fn control(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, reply: &mut Borrowe… in control()
/base/msdp/device_status/rust/modules/coordination/server/src/
Dlib.rs112 fn add_watch(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in add_watch()
126 fn remove_watch(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in remove_watch()
140 fn set_param(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in set_param()
146 fn get_param(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in get_param()
160 fn control(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in control()
/base/msdp/device_status/rust/modules/drag/server/src/
Dlib.rs110 fn add_watch(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in add_watch()
116 fn remove_watch(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in remove_watch()
122 fn set_param(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in set_param()
128 fn get_param(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in get_param()
134 fn control(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in control()
/base/msdp/device_status/rust/modules/basic/server/src/
Dlib.rs109 fn add_watch(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in add_watch()
115 fn remove_watch(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in remove_watch()
121 fn set_param(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in set_param()
127 fn get_param(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in get_param()
133 fn control(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in control()
/base/hiviewdfx/hilog/interfaces/rust/src/
Dlib.rs81 pub fn HiLogIsLoggable(domain: u32, tag: *const c_char, level:u32) -> bool; in HiLogIsLoggable()
83 …pub fn HiLogPrint(logType: u8, level: u8, domain: u32, tag: *const c_char, fmt: *const c_char, ...… in HiLogPrint()
/base/msdp/device_status/rust/ipc/client/src/
Dlib.rs178 pub fn add_watch(&self, intention: Intention, id: u32, data: &dyn Serialize, in add_watch()
201 pub fn remove_watch(&self, intention: Intention, id: u32, data: &dyn Serialize, in remove_watch()
224 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()
270 pub fn control(&self, intention: Intention, id: u32, data: &dyn Serialize, in control()
/base/msdp/device_status/rust/ipc/server/src/
Dfusion_ipc_delegator.rs135 fn add_watch(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel, in add_watch()
146 fn remove_watch(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel, in remove_watch()
157 fn set_param(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel, in set_param()
168 fn get_param(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel, in get_param()
179 fn control(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel, in control()
/base/hiviewdfx/faultloggerd/common/
Ddfx_types.h25 using u32 = __u32; variable
/base/request/request/test/unittest/rust/src/
Dcommon.rs23 task_id: &mut u32, in construct_download_task()
/base/update/updater/services/rust/hash_signed_data/src/
Dlib.rs154 img_name: *const c_char, start: u32, end: u32, hash_value: *const u8, len: usize) -> bool in check_data_hash()
Dimg_hash_check.rs175 pub fn check_img_hash(&self, img_name: String, start: u32, end: u32, hash_value: &[u8]) -> bool in check_img_hash()
/base/msdp/device_status/rust/data/sys/src/ipc/
Dbasic.rs37 impl From<BasicParamID> for u32 { implementation