Searched defs:__UNUSED (Results 1 – 14 of 14) sorted by relevance
/ohos5.0/base/hiviewdfx/hiview/base/include/ |
H A D | plugin.h | 82 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 D | defines.h | 24 #define __UNUSED // Note: actually gcc seems to also supports this syntax. macro 27 #define __UNUSED __attribute__ ((__unused__)) macro
|
H A D | event.h | 233 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 D | event_log_catcher.cpp | 48 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 D | dmesg_catcher.cpp | 44 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 D | main.cpp | 24 int main(int argc __UNUSED, char* argv[] __UNUSED) in main()
|
/ohos5.0/base/hiviewdfx/hiview/ |
H A D | main.cpp | 29 int main(int argc __UNUSED, char* argv[] __UNUSED) in main()
|
/ohos5.0/base/hiviewdfx/hiview/base/test/unittest/common/ |
H A D | pipeline_test.h | 38 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 D | plugin.cpp | 34 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 D | trace_state_change_test.cpp | 30 std::string GetHiViewDirectory(DirectoryType type __UNUSED) in GetHiViewDirectory()
|
/ohos5.0/base/hiviewdfx/hiview/base/running_status_logger/test/unittest/common/ |
H A D | running_status_logger_test.cpp | 72 std::string GetHiViewDirectory(DirectoryType type __UNUSED) in GetHiViewDirectory()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/test/common/fuzztest/faultloggerservice_fuzzer/ |
H A D | faultlogger_service_fuzzer.cpp | 32 std::string GetHiViewDirectory(DirectoryType type __UNUSED) in GetHiViewDirectory()
|
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/test/unittest/common/ |
H A D | sys_event_service_ohos_test.cpp | 129 std::string GetHiViewDirectory(DirectoryType type __UNUSED) in GetHiViewDirectory()
|
/ohos5.0/base/hiviewdfx/hiview/core/ |
H A D | hiview_platform.cpp | 485 void HiviewPlatform::InitPlugin(const PluginConfig& config __UNUSED, const PluginConfig::PluginInfo… in InitPlugin()
|