Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp4253 sptr<AAFwk::ITestObserver> observerProxy = iface_cast<AAFwk::ITestObserver>(observer); in UserTestAbnormalFinish() local
4254 if (!observerProxy) { in UserTestAbnormalFinish()
4258 observerProxy->TestFinished(msg, -1); in UserTestAbnormalFinish()
4366 sptr<AAFwk::ITestObserver> observerProxy = iface_cast<AAFwk::ITestObserver>(userTestRecord->observer); in FinishUserTestLocked() local
4367 if (!observerProxy) { in FinishUserTestLocked()
4371 observerProxy->TestFinished(msg, resultCode); in FinishUserTestLocked()

Completed in 12 milliseconds