/base/hiviewdfx/hiview/plugins/usage_event_report/service/ |
H A D | main.cpp | 24 int main(int argc __UNUSED, char* argv[] __UNUSED)
in main() argument
|
/base/hiviewdfx/hiview/ |
H A D | main.cpp | 29 int main(int argc __UNUSED, char* argv[] __UNUSED)
in main() argument
|
/base/hiviewdfx/hiview/base/include/ |
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() argument 238 virtual bool IsInterestedPipelineEvent(std::shared_ptr<Event> event __UNUSED)
in IsInterestedPipelineEvent() argument
|
H A D | plugin.h | 82 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 D | running_status_logger_test.cpp | 72 std::string GetHiViewDirectory(DirectoryType type __UNUSED) in GetHiViewDirectory() argument
|
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/ |
H A D | dmesg_catcher.cpp | 45 bool DmesgCatcher::Initialize(const std::string& packageNam __UNUSED,
in Initialize() argument
|
H A D | event_log_catcher.cpp | 53 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 D | plugin.cpp | 34 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 D | trace_state_change_test.cpp | 30 std::string GetHiViewDirectory(DirectoryType type __UNUSED) in GetHiViewDirectory() argument
|
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/fuzztest/faultloggerservice_fuzzer/ |
H A D | faultlogger_service_fuzzer.cpp | 37 std::string GetHiViewDirectory(DirectoryType type __UNUSED) in GetHiViewDirectory() argument
|
/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() argument
|
/base/hiviewdfx/hiview/core/ |
H A D | hiview_platform.cpp | 485 void HiviewPlatform::InitPlugin(const PluginConfig& config __UNUSED, const PluginConfig::PluginInfo& pluginInfo)
in InitPlugin() argument
|