Home
last modified time | relevance | path

Searched defs:__UNUSED (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/include/
H A Dplugin.h82 virtual void Dump(int fd __UNUSED, const std::vector<std::string>& cmds __UNUSED) {}; in Dump()
201 …virtual void PostUnorderedEvent(std::shared_ptr<Plugin> plugin __UNUSED, std::shared_ptr<Event> ev… in PostUnorderedEvent()
207 …virtual bool PostSyncEventToTarget(std::shared_ptr<Plugin> caller __UNUSED, const std::string& cal… in PostSyncEventToTarget()
208 std::shared_ptr<Event> event __UNUSED) in PostSyncEventToTarget()
214 …virtual void PostAsyncEventToTarget(std::shared_ptr<Plugin> caller __UNUSED, const std::string& ca… in PostAsyncEventToTarget()
220 virtual void RequestUnloadPlugin(std::shared_ptr<Plugin> caller __UNUSED) {}; in RequestUnloadPlugin()
246 virtual std::string GetHiViewDirectory(DirectoryType type __UNUSED) in GetHiViewDirectory()
255 … virtual bool SetHiviewProperty(const std::string& key __UNUSED, const std::string& value __UNUSED, in SetHiviewProperty()
256 bool forceUpdate __UNUSED) in SetHiviewProperty()
261 virtual void AppendPluginToPipeline(const std::string& pluginName __UNUSED, in AppendPluginToPipeline()
[all …]
H A Ddefines.h24 #define __UNUSED // Note: actually gcc seems to also supports this syntax. macro
27 #define __UNUSED __attribute__ ((__unused__)) macro
H A Devent.h233 virtual bool CanProcessEvent(std::shared_ptr<Event> event __UNUSED) in CanProcessEvent()
238 virtual bool IsInterestedPipelineEvent(std::shared_ptr<Event> event __UNUSED) in IsInterestedPipelineEvent()
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Devent_log_catcher.cpp48 bool EventLogCatcher::Initialize(const std::string &strParam1 __UNUSED, int intParam1 __UNUSED, int… in Initialize()
55 int EventLogCatcher::Catch(int fd __UNUSED, int jsonFd __UNUSED) in Catch()
H A Ddmesg_catcher.cpp44 bool DmesgCatcher::Initialize(const std::string& packageNam __UNUSED, in Initialize()
45 int isWriteNewFile __UNUSED, int intParam) in Initialize()
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/service/
H A Dmain.cpp24 int main(int argc __UNUSED, char* argv[] __UNUSED) in main()
/ohos5.0/base/hiviewdfx/hiview/
H A Dmain.cpp29 int main(int argc __UNUSED, char* argv[] __UNUSED) in main()
/ohos5.0/base/hiviewdfx/hiview/base/test/unittest/common/
H A Dpipeline_test.h38 void Recycle(OHOS::HiviewDFX::PipelineEvent* event __UNUSED) override in Recycle()
43 void PauseDispatch(std::weak_ptr<OHOS::HiviewDFX::Plugin> plugin __UNUSED) override in PauseDispatch()
/ohos5.0/base/hiviewdfx/hiview/base/
H A Dplugin.cpp34 bool Plugin::OnEvent(std::shared_ptr<Event>& event __UNUSED) in OnEvent()
39 bool Plugin::CanProcessEvent(std::shared_ptr<Event> event __UNUSED) in CanProcessEvent()
44 bool Plugin::IsInterestedPipelineEvent(std::shared_ptr<Event> event __UNUSED) in IsInterestedPipelineEvent()
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/test/unittest/common/
H A Dtrace_state_change_test.cpp30 std::string GetHiViewDirectory(DirectoryType type __UNUSED) in GetHiViewDirectory()
/ohos5.0/base/hiviewdfx/hiview/base/running_status_logger/test/unittest/common/
H A Drunning_status_logger_test.cpp72 std::string GetHiViewDirectory(DirectoryType type __UNUSED) in GetHiViewDirectory()
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/test/common/fuzztest/faultloggerservice_fuzzer/
H A Dfaultlogger_service_fuzzer.cpp32 std::string GetHiViewDirectory(DirectoryType type __UNUSED) in GetHiViewDirectory()
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/test/unittest/common/
H A Dsys_event_service_ohos_test.cpp129 std::string GetHiViewDirectory(DirectoryType type __UNUSED) in GetHiViewDirectory()
/ohos5.0/base/hiviewdfx/hiview/core/
H A Dhiview_platform.cpp485 void HiviewPlatform::InitPlugin(const PluginConfig& config __UNUSED, const PluginConfig::PluginInfo… in InitPlugin()