Searched refs:connectionObserverController (Results 1 – 2 of 2) sorted by relevance
72 ASSERT_NE(connectionObserverController, nullptr);74 connectionObserverController->RemoveObserver(observer);88 ASSERT_NE(connectionObserverController, nullptr);104 ASSERT_NE(connectionObserverController, nullptr);121 ASSERT_NE(connectionObserverController, nullptr);123 connectionObserverController->NotifyDlpAbilityOpened(data);137 ASSERT_NE(connectionObserverController, nullptr);155 auto res = connectionObserverController->GetObservers();170 ASSERT_NE(connectionObserverController, nullptr);172 connectionObserverController->HandleRemoteDied(remote);[all …]
128 auto connectionObserverController = std::make_shared<ConnectionObserverController>(); in DoSomethingInterestingWithMyAPI() local129 connectionObserverController->AddObserver(observer); in DoSomethingInterestingWithMyAPI()130 connectionObserverController->RemoveObserver(observer); in DoSomethingInterestingWithMyAPI()131 connectionObserverController->NotifyExtensionConnected(connectionData); in DoSomethingInterestingWithMyAPI()132 connectionObserverController->NotifyExtensionDisconnected(connectionData); in DoSomethingInterestingWithMyAPI()135 connectionObserverController->NotifyDlpAbilityOpened(dlpStateData); in DoSomethingInterestingWithMyAPI()136 connectionObserverController->NotifyDlpAbilityClosed(dlpStateData); in DoSomethingInterestingWithMyAPI()138 connectionObserverController->GetObservers(); in DoSomethingInterestingWithMyAPI()140 connectionObserverController->HandleRemoteDied(remote); in DoSomethingInterestingWithMyAPI()