Home
last modified time | relevance | path

Searched refs:on_stop (Results 1 - 4 of 4) sorted by relevance

/base/msdp/device_status/rust/ipc/server/src/
H A Dfusion_ipc_server.rs54 fn on_stop<T: ISystemAbility + IMethod>(ability: &T) { in on_stop() functions
55 info!(LOG_LABEL, "In on_stop(): enter"); in on_stop()
57 proxy.on_stop(); in on_stop()
64 sa: SystemAbility(on_start, on_stop),
/base/msdp/device_status/rust/services/sys/src/
H A Dservice.rs46 fn on_stop(&self) in on_stop() functions
48 call_debug_enter!("FusionServiceImpl:on_stop"); in on_stop()
49 self.native_service.on_stop(); in on_stop()
93 pub fn on_stop(&self) in on_stop() functions
97 guard.on_stop(); in on_stop()
H A Dbinding.rs73 pub fn on_stop(&self) in on_stop() functions
75 call_debug_enter!("FusionNativeService:on_stop"); in on_stop()
/base/security/asset/services/core_service/src/
H A Dlib.rs102 fn on_stop(&self) { in on_stop() functions
103 logi!("[INFO]Asset service on_stop"); in on_stop()

Completed in 2 milliseconds