Searched defs:touch (Results 1 – 8 of 8) sorted by relevance
| /base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/ |
| D | sec_comp_entity_test.cpp | 113 SecCompClickEvent touch = { variable 152 SecCompClickEvent touch = { variable
|
| D | sec_comp_service_mock_test.cpp | 103 struct SecCompClickEvent touch = { variable 139 struct SecCompClickEvent touch = { variable 174 struct SecCompClickEvent touch = { variable
|
| D | sec_comp_service_test.cpp | 271 struct SecCompClickEvent touch = { variable
|
| /base/request/request/services/service/request/src/manager/events/ |
| D | touch.rs | 20 pub(crate) fn touch(&self, uid: u64, task_id: u32, token: String) -> Option<TaskInfo> { in touch() method
|
| D | mod.rs | 31 mod touch; module 123 pub(crate) fn touch(uid: u64, task_id: u32, token: String) -> (Self, Recv<Option<TaskInfo>>) { in touch() method
|
| /base/request/request/services/service/request/src/service/command/ |
| D | mod.rs | 28 mod touch; module
|
| /base/security/security_component_manager/interfaces/inner_api/security_component/test/unittest/src/ |
| D | sec_comp_kit_test.cpp | 120 struct SecCompClickEvent touch = { variable
|
| /base/request/request/services/service/request/src/service/ |
| D | mod.rs | 169 fn touch(&self, _data: &BorrowedMsgParcel, _reply: &mut BorrowedMsgParcel) -> IpcResult<()> { in touch() method 244 fn touch(&self, data: &BorrowedMsgParcel, reply: &mut BorrowedMsgParcel) -> IpcResult<()> { in touch() method
|