/base/hiviewdfx/hiview/base/include/ |
D | plugin.h | 80 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 …]
|
D | defines.h | 21 #ifndef __UNUSED 24 #define __UNUSED // Note: actually gcc seems to also supports this syntax. macro 27 #define __UNUSED __attribute__ ((__unused__)) macro
|
D | plugin_proxy.h | 36 void Dump(int fd __UNUSED, const std::vector<std::string>& cmds) override;
|
D | event.h | 234 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/ |
D | event_log_catcher.cpp | 48 …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
|
D | dmesg_catcher.cpp | 44 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/ |
D | main.cpp | 22 int main(int argc __UNUSED, char* argv[] __UNUSED) in main() argument
|
/base/hiviewdfx/hiview/ |
D | main.cpp | 28 int main(int argc __UNUSED, char* argv[] __UNUSED) in main() argument
|
/base/hiviewdfx/hiview/base/test/unittest/common/ |
D | pipeline_test.h | 38 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/ |
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/base/running_status_logger/test/unittest/common/ |
D | running_status_logger_test.cpp | 72 std::string GetHiViewDirectory(DirectoryType type __UNUSED) in GetHiViewDirectory() argument
|
/base/hiviewdfx/hiview/core/include/ |
D | hiview_platform.h | 67 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/ |
D | sys_event_service_ohos_test.cpp | 169 std::string GetHiViewDirectory(DirectoryType type __UNUSED) in GetHiViewDirectory() argument
|
/base/hiviewdfx/hiview/core/ |
D | hiview_platform.cpp | 440 void HiviewPlatform::InitPlugin(const PluginConfig& config __UNUSED, const PluginConfig::PluginInfo… in InitPlugin() argument
|