Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/test/unittest/connection_observer_controller_test/
H A Dconnection_observer_controller_test.cpp55 auto connectionObserverController = std::make_shared<ConnectionObserverController>(); in HWTEST_F() local
57 auto res = connectionObserverController->AddObserver(observer); in HWTEST_F()
71 auto connectionObserverController = std::make_shared<ConnectionObserverController>(); in HWTEST_F() local
72 ASSERT_NE(connectionObserverController, nullptr); in HWTEST_F()
74 connectionObserverController->RemoveObserver(observer); in HWTEST_F()
87 auto connectionObserverController = std::make_shared<ConnectionObserverController>(); in HWTEST_F() local
88 ASSERT_NE(connectionObserverController, nullptr); in HWTEST_F()
90 connectionObserverController->NotifyExtensionConnected(data); in HWTEST_F()
103 auto connectionObserverController = std::make_shared<ConnectionObserverController>(); in HWTEST_F() local
104 ASSERT_NE(connectionObserverController, nullpt in HWTEST_F()
120 auto connectionObserverController = std::make_shared<ConnectionObserverController>(); HWTEST_F() local
136 auto connectionObserverController = std::make_shared<ConnectionObserverController>(); HWTEST_F() local
153 auto connectionObserverController = std::make_shared<ConnectionObserverController>(); HWTEST_F() local
169 auto connectionObserverController = std::make_shared<ConnectionObserverController>(); HWTEST_F() local
185 auto connectionObserverController = std::make_shared<ConnectionObserverController>(); HWTEST_F() local
[all...]
/foundation/ability/ability_runtime/test/fuzztest/connectionstatemanager_fuzzer/
H A Dconnectionstatemanager_fuzzer.cpp128 auto connectionObserverController = std::make_shared<ConnectionObserverController>(); in DoSomethingInterestingWithMyAPI() local
129 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()

Completed in 2 milliseconds