Home
last modified time | relevance | path

Searched defs:__UNUSED (Results 1 - 13 of 13) sorted by relevance

/base/hiviewdfx/hiview/plugins/usage_event_report/service/
H A Dmain.cpp24 int main(int argc __UNUSED, char* argv[] __UNUSED) in main() argument
/base/hiviewdfx/hiview/
H A Dmain.cpp29 int main(int argc __UNUSED, char* argv[] __UNUSED) in main() argument
/base/hiviewdfx/hiview/base/include/
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() argument
238 virtual bool IsInterestedPipelineEvent(std::shared_ptr<Event> event __UNUSED) in IsInterestedPipelineEvent() argument
H A Dplugin.h82 virtual void Dump(int fd __UNUSED, const std::vector<std::string>& cmds __UNUSED) {}; in Dump() argument
201 virtual void PostUnorderedEvent(std::shared_ptr<Plugin> plugin __UNUSED, std::shared_ptr<Event> event __UNUSED) {}; in PostUnorderedEvent() argument
204 virtual void RegisterUnorderedEventListener(std::weak_ptr<EventListener> listener __UNUSED) {}; in RegisterUnorderedEventListener() argument
207 virtual bool PostSyncEventToTarget(std::shared_ptr<Plugin> caller __UNUSED, const std::string& callee __UNUSED, in PostSyncEventToTarget() argument
214 virtual void PostAsyncEventToTarget(std::shared_ptr<Plugin> caller __UNUSED, const std::string& callee __UNUSED, in PostAsyncEventToTarget() argument
220 RequestUnloadPlugin(std::shared_ptr<Plugin> caller __UNUSED) RequestUnloadPlugin() argument
229 GetPipelineSequenceByName(const std::string& name __UNUSED) GetPipelineSequenceByName() argument
246 GetHiViewDirectory(DirectoryType type __UNUSED) GetHiViewDirectory() argument
250 GetHiviewProperty(const std::string& key __UNUSED, const std::string& defaultValue) GetHiviewProperty() argument
255 SetHiviewProperty(const std::string& key __UNUSED, const std::string& value __UNUSED, bool forceUpdate __UNUSED) SetHiviewProperty() argument
261 AppendPluginToPipeline(const std::string& pluginName __UNUSED, const std::string& pipelineName __UNUSED) AppendPluginToPipeline() argument
263 RequestLoadBundle(const std::string& bundleName __UNUSED) RequestLoadBundle() argument
268 InstancePluginByProxy(std::shared_ptr<Plugin> proxy __UNUSED) InstancePluginByProxy() argument
[all...]
/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() argument
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Ddmesg_catcher.cpp45 bool DmesgCatcher::Initialize(const std::string& packageNam __UNUSED, in Initialize() argument
H A Devent_log_catcher.cpp53 bool EventLogCatcher::Initialize(const std::string &strParam1 __UNUSED, int intParam1 __UNUSED, int intParam2 __UNUSED) in Initialize() argument
60 int EventLogCatcher::Catch(int fd __UNUSED, int jsonFd __UNUSED) in Catch() argument
/base/hiviewdfx/hiview/base/
H A 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/plugins/unified_collector/test/unittest/common/
H A Dtrace_state_change_test.cpp30 std::string GetHiViewDirectory(DirectoryType type __UNUSED) in GetHiViewDirectory() argument
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/fuzztest/faultloggerservice_fuzzer/
H A Dfaultlogger_service_fuzzer.cpp37 std::string GetHiViewDirectory(DirectoryType type __UNUSED) in GetHiViewDirectory() argument
/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() argument
/base/hiviewdfx/hiview/core/
H A Dhiview_platform.cpp485 void HiviewPlatform::InitPlugin(const PluginConfig& config __UNUSED, const PluginConfig::PluginInfo& pluginInfo) in InitPlugin() argument

Completed in 9 milliseconds