Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/test/fuzztest/connectionobserverclientimpl_fuzzer/
H A Dconnectionobserverclientimpl_fuzzer.cpp41 class MyConnectionObserver : public ConnectionObserver { class
43 MyConnectionObserver() = default;
44 virtual ~MyConnectionObserver() = default;
66 std::shared_ptr<ConnectionObserver> observer = std::make_shared<MyConnectionObserver>(); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/connectionobserverclient_fuzzer/
H A Dconnectionobserverclient_fuzzer.cpp40 class MyConnectionObserver : public ConnectionObserver { class
42 MyConnectionObserver() = default;
43 virtual ~MyConnectionObserver() = default;
85 std::shared_ptr<ConnectionObserver> observer = std::make_shared<MyConnectionObserver>(); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/unittest/connection_observer_test/
H A Dconnection_observer_test.cpp48 class MyConnectionObserver : public ConnectionObserver { class
50 MyConnectionObserver() {} in MyConnectionObserver() function in OHOS::AbilityRuntime::__anon941::MyConnectionObserver
51 ~MyConnectionObserver() {} in ~MyConnectionObserver()
253 std::shared_ptr<MyConnectionObserver> myObserver = std::make_shared<MyConnectionObserver>(); in HWTEST_F()

Completed in 2 milliseconds