Searched refs:stateCb (Results 1 – 3 of 3) sorted by relevance
110 ISipDelegateStateCallback stateCb = mock(ISipDelegateStateCallback.class); in createDestroyDelegate() local112 doReturn(stateBinder).when(stateCb).asBinder(); in createDestroyDelegate()115 ISipDelegate delegate = createSipDelegate(t, stateCb, messageCb); in createDestroyDelegate()125 verify(stateCb).onDestroyed( in createDestroyDelegate()135 ISipDelegateStateCallback stateCb = mock(ISipDelegateStateCallback.class); in testPhoneProcessCrash() local137 doReturn(stateBinder).when(stateCb).asBinder(); in testPhoneProcessCrash()140 createSipDelegate(t, stateCb, messageCb); in testPhoneProcessCrash()150 verify(stateCb).onDestroyed(SipDelegateManager.SIP_DELEGATE_DESTROY_REASON_SERVICE_DEAD); in testPhoneProcessCrash()155 ISipDelegateStateCallback stateCb, in createSipDelegate() argument159 stateCb, messageCb); in createSipDelegate()[all …]
240 ScopedAStatus AidlClientImpl::init(const std::shared_ptr<IPipeStateCallback>& stateCb) { in init() argument246 AIBinder_linkToDeath(stateCb->asBinder().get(), recipient, this); in init()248 mClientStateChangeCallback = stateCb; in init()
59 stateCb) override;