Home
last modified time | relevance | path

Searched defs:touch (Results 1 – 8 of 8) sorted by relevance

/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/
Dsec_comp_entity_test.cpp113 SecCompClickEvent touch = { variable
152 SecCompClickEvent touch = { variable
Dsec_comp_service_mock_test.cpp103 struct SecCompClickEvent touch = { variable
139 struct SecCompClickEvent touch = { variable
174 struct SecCompClickEvent touch = { variable
Dsec_comp_service_test.cpp271 struct SecCompClickEvent touch = { variable
/base/request/request/services/service/request/src/manager/events/
Dtouch.rs20 pub(crate) fn touch(&self, uid: u64, task_id: u32, token: String) -> Option<TaskInfo> { in touch() method
Dmod.rs31 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/
Dmod.rs28 mod touch; module
/base/security/security_component_manager/interfaces/inner_api/security_component/test/unittest/src/
Dsec_comp_kit_test.cpp120 struct SecCompClickEvent touch = { variable
/base/request/request/services/service/request/src/service/
Dmod.rs169 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