Home
last modified time | relevance | path

Searched defs:notify_run_count (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/request/request/services/src/service/run_count/
H A Dmod.rs49 fn notify_run_count(&self, run_count: i64) -> IpcResult<()> { in notify_run_count() method
H A Dmanager.rs67 pub(crate) fn notify_run_count(&self, new_count: usize) { in notify_run_count() method