Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/base/include/
Dplugin.h80 virtual void Dump(int fd __UNUSED, const std::vector<std::string>& cmds __UNUSED) {}; in Dump() argument
211 …id PostUnorderedEvent(std::shared_ptr<Plugin> plugin __UNUSED, std::shared_ptr<Event> event __UNUS… in PostUnorderedEvent() argument
214 virtual void RegisterUnorderedEventListener(std::weak_ptr<EventListener> listener __UNUSED) {}; in RegisterUnorderedEventListener() argument
217 virtual void RegisterDynamicListenerInfo(std::weak_ptr<Plugin> listener __UNUSED) {}; in RegisterDynamicListenerInfo() argument
220 … PostSyncEventToTarget(std::shared_ptr<Plugin> caller __UNUSED, const std::string& callee __UNUSED, in PostSyncEventToTarget() argument
221 std::shared_ptr<Event> event __UNUSED) in PostSyncEventToTarget() argument
227 …PostAsyncEventToTarget(std::shared_ptr<Plugin> caller __UNUSED, const std::string& callee __UNUSED, in PostAsyncEventToTarget() argument
228 std::shared_ptr<Event> event __UNUSED) {}; in PostAsyncEventToTarget() argument
231 …2_t PostEventToRemote(std::shared_ptr<Plugin> caller __UNUSED, const std::string& deviceId __UNUSE… in PostEventToRemote() argument
232 const std::string& targetPlugin __UNUSED, std::shared_ptr<Event> event __UNUSED) in PostEventToRemote() argument
[all …]
Ddefines.h18 #ifndef __UNUSED
21 #define __UNUSED // Note: actually gcc seems to also supports this syntax. macro
24 #define __UNUSED __attribute__ ((__unused__)) macro
Dplugin_proxy.h36 void Dump(int fd __UNUSED, const std::vector<std::string>& cmds) override;
Devent.h232 virtual bool CanProcessEvent(std::shared_ptr<Event> event __UNUSED) in CanProcessEvent() argument
237 virtual bool IsInterestedPipelineEvent(std::shared_ptr<Event> event __UNUSED) in IsInterestedPipelineEvent() argument
/base/hiviewdfx/hiview/adapter/utility/include/
Ddefines.h18 #ifndef __UNUSED
21 #define __UNUSED // Note: actually gcc seems to also supports this syntax. macro
24 #define __UNUSED __attribute__ ((__unused__)) macro
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
Devent_log_catcher.cpp48 …atcher::Initialize(const std::string &strParam1 __UNUSED, int intParam1 __UNUSED, int intParam2 __… in Initialize() argument
55 int EventLogCatcher::Catch(int fd __UNUSED) in Catch() argument
/base/hiviewdfx/hiview/plugins/usage_event_report/service/
Dmain.cpp22 int main(int argc __UNUSED, char* argv[] __UNUSED) in main() argument
/base/hiviewdfx/hiview/
Dmain.cpp27 int main(int argc __UNUSED, char* argv[] __UNUSED) in main() argument
/base/hiviewdfx/hiview/base/test/unittest/common/
Dpipeline_test.h38 void Recycle(OHOS::HiviewDFX::PipelineEvent* event __UNUSED) override in Recycle() argument
43 void PauseDispatch(std::weak_ptr<OHOS::HiviewDFX::Plugin> plugin __UNUSED) override in PauseDispatch() argument
/base/hiviewdfx/hiview/base/
Dplugin.cpp33 bool Plugin::OnEvent(std::shared_ptr<Event>& event __UNUSED) in OnEvent() argument
38 bool Plugin::CanProcessEvent(std::shared_ptr<Event> event __UNUSED) in CanProcessEvent() argument
43 bool Plugin::IsInterestedPipelineEvent(std::shared_ptr<Event> event __UNUSED) in IsInterestedPipelineEvent() argument
/base/hiviewdfx/hiview/core/
Dhiview_platform.h65 void RequestLoadBundle(const std::string& bundleName __UNUSED) override;
108 … void InitPlugin(const PluginConfig& config __UNUSED, const PluginConfig::PluginInfo& pluginInfo);
Dhiview_platform.cpp428 void HiviewPlatform::InitPlugin(const PluginConfig& config __UNUSED, const PluginConfig::PluginInfo… in InitPlugin() argument
/base/hiviewdfx/hiview/base/running_status_logger/test/unittest/common/
Drunning_status_logger_test.cpp72 std::string GetHiViewDirectory(DirectoryType type __UNUSED) in GetHiViewDirectory() argument
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/test/unittest/common/
Dsys_event_service_ohos_test.cpp149 std::string GetHiViewDirectory(DirectoryType type __UNUSED) in GetHiViewDirectory() argument