Home
last modified time | relevance | path

Searched refs:remotes (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/request/request/services/src/service/run_count/
H A Dmanager.rs75 remotes: HashMap<u64, Client>, field
85 remotes: HashMap::new(), in init()
119 self.remotes.insert(pid, client); in subscribe_run_count()
125 if self.remotes.remove(&subscribe_pid).is_some() { in unsubscribe_run_count()
138 self.remotes in change_run_count()
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formcallermgr_fuzzer/
H A Dformcallermgr_fuzzer.cpp47 sptr<IRemoteObject> remotes = nullptr; in DoSomethingInterestingWithMyAPI() local
48 formCallerMgr.HandleHostCallBackDiedTask(remotes); in DoSomethingInterestingWithMyAPI()
56 formCallerMgr.HandleProviderCallBackDiedTask(remotes); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/assertfaultcallbackdeathmgr_fuzzer/
H A Dassertfaultcallbackdeathmgr_fuzzer.cpp50 wptr<IRemoteObject> remotes; in DoSomethingInterestingWithMyAPI() local
57 assertFaultCallbackDeathMgr->RemoveAssertFaultCallback(remotes, boolParam); in DoSomethingInterestingWithMyAPI()