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
199 …id PostUnorderedEvent(std::shared_ptr<Plugin> plugin __UNUSED, std::shared_ptr<Event> event __UNUS… in PostUnorderedEvent() argument
202 virtual void RegisterUnorderedEventListener(std::weak_ptr<EventListener> listener __UNUSED) {}; in RegisterUnorderedEventListener() argument
205 … PostSyncEventToTarget(std::shared_ptr<Plugin> caller __UNUSED, const std::string& callee __UNUSED, in PostSyncEventToTarget() argument
206 std::shared_ptr<Event> event __UNUSED) in PostSyncEventToTarget() argument
212 …PostAsyncEventToTarget(std::shared_ptr<Plugin> caller __UNUSED, const std::string& callee __UNUSED, in PostAsyncEventToTarget() argument
213 std::shared_ptr<Event> event __UNUSED) {}; in PostAsyncEventToTarget() argument
216 …2_t PostEventToRemote(std::shared_ptr<Plugin> caller __UNUSED, const std::string& deviceId __UNUSE… in PostEventToRemote() argument
217 const std::string& targetPlugin __UNUSED, std::shared_ptr<Event> event __UNUSED) in PostEventToRemote() argument
224 virtual void RequestUnloadPlugin(std::shared_ptr<Plugin> caller __UNUSED) {}; in RequestUnloadPlugin() argument
[all …]
Ddefines.h21 #ifndef __UNUSED
24 #define __UNUSED // Note: actually gcc seems to also supports this syntax. macro
27 #define __UNUSED __attribute__ ((__unused__)) macro
Dplugin_proxy.h36 void Dump(int fd __UNUSED, const std::vector<std::string>& cmds) override;
Devent.h234 virtual bool CanProcessEvent(std::shared_ptr<Event> event __UNUSED) in CanProcessEvent() argument
239 virtual bool IsInterestedPipelineEvent(std::shared_ptr<Event> event __UNUSED) in IsInterestedPipelineEvent() argument
/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
Ddmesg_catcher.cpp44 bool DmesgCatcher::Initialize(const std::string& packageNam __UNUSED, in Initialize() argument
45 int isWriteNewFile __UNUSED, int intParam) in Initialize() 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.cpp28 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.cpp34 bool Plugin::OnEvent(std::shared_ptr<Event>& event __UNUSED) in OnEvent() argument
39 bool Plugin::CanProcessEvent(std::shared_ptr<Event> event __UNUSED) in CanProcessEvent() argument
44 bool Plugin::IsInterestedPipelineEvent(std::shared_ptr<Event> event __UNUSED) in IsInterestedPipelineEvent() 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/core/include/
Dhiview_platform.h67 void RequestLoadBundle(const std::string& bundleName __UNUSED) override;
173 … void InitPlugin(const PluginConfig& config __UNUSED, const PluginConfig::PluginInfo& pluginInfo);
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/test/unittest/common/
Dsys_event_service_ohos_test.cpp169 std::string GetHiViewDirectory(DirectoryType type __UNUSED) in GetHiViewDirectory() argument
/base/hiviewdfx/hiview/core/
Dhiview_platform.cpp440 void HiviewPlatform::InitPlugin(const PluginConfig& config __UNUSED, const PluginConfig::PluginInfo… in InitPlugin() argument