Home
last modified time | relevance | path

Searched refs:BundleEventSourceExample (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/test/plugins/examples_bundle/bundle_event_source_example/
H A Dbundle_event_source_example.cpp31 REGISTER(BundleEventSourceExample);
33 std::mutex BundleEventSourceExample::mutex_;
34 BundleEventSourceExample::BundleEventSourceExample() : inotifyFd_(0) in BundleEventSourceExample() function in OHOS::HiviewDFX::BundleEventSourceExample
36 std::unique_lock<std::mutex> lock(BundleEventSourceExample::mutex_); in BundleEventSourceExample()
41 BundleEventSourceExample::~BundleEventSourceExample() in ~BundleEventSourceExample()
48 void BundleEventSourceExample::OnLoad() in OnLoad()
71 void BundleEventSourceExample::OnUnload() in OnUnload()
76 void BundleEventSourceExample::StartEventSource() in StartEventSource()
134 int32_t BundleEventSourceExample::GetPollFd() in GetPollFd()
160 int32_t BundleEventSourceExample::GetPollType() in GetPollType()
[all …]
H A Dbundle_event_source_example.h58 class BundleEventSourceExample : public FileDescriptorEventCallback, public EventSource {
60 BundleEventSourceExample();
61 ~BundleEventSourceExample();
/ohos5.0/base/hiviewdfx/hiview/test/plugins/examples_bundle/bundle_plugin_example1/
H A Dbundle_plugin_example1.cpp25 std::unique_lock<std::mutex> lock(BundleEventSourceExample::mutex_); in BundlePluginExample1()
27 BundleEventSourceExample::count.insert("BundlePluginExample1"); in BundlePluginExample1()
32 std::unique_lock<std::mutex> lock(BundleEventSourceExample::mutex_); in ~BundlePluginExample1()
34 BundleEventSourceExample::count.erase("BundlePluginExample1"); in ~BundlePluginExample1()
/ohos5.0/base/hiviewdfx/hiview/test/plugins/examples_bundle/bundle_plugin_example2/
H A Dbundle_plugin_example2.cpp27 std::unique_lock<std::mutex> lock(BundleEventSourceExample::mutex_); in BundlePluginExample2()
29 BundleEventSourceExample::count.insert("BundlePluginExample2"); in BundlePluginExample2()
34 std::unique_lock<std::mutex> lock(BundleEventSourceExample::mutex_); in ~BundlePluginExample2()
36 BundleEventSourceExample::count.erase("BundlePluginExample2"); in ~BundlePluginExample2()
/ohos5.0/base/hiviewdfx/hiview/test/plugins/examples_bundle/bundle_plugin_example3/
H A Dbundle_plugin_example3.cpp27 std::unique_lock<std::mutex> lock(BundleEventSourceExample::mutex_); in BundlePluginExample3()
29 BundleEventSourceExample::count.insert("BundlePluginExample3"); in BundlePluginExample3()
34 std::unique_lock<std::mutex> lock(BundleEventSourceExample::mutex_); in ~BundlePluginExample3()
36 BundleEventSourceExample::count.erase("BundlePluginExample3"); in ~BundlePluginExample3()
/ohos5.0/base/hiviewdfx/hiview/test/resource/base/
H A Dbundleplugintest_plugin_config5 BundleEventSourceExample[thread:t-event_source]:0 static
10 BundleEventSourceExample:OnePipeline TowPipeline
/ohos5.0/base/hiviewdfx/hiview/test/unittest/common/
H A Dholistic_platform_test.cpp70 … auto bundleEventSourceExample = std::static_pointer_cast<BundleEventSourceExample>(itbb->second); in SetUpTestCase()