Home
last modified time | relevance | path

Searched refs:IntentionDumper (Results 1 - 3 of 3) sorted by relevance

/base/msdp/device_status/intention/services/intention_service/include/
H A Dintention_dumper.h28 class IntentionDumper final {
30 IntentionDumper(IContext *env, StationaryServer &stationary) : env_(env), stationary_(stationary) {} in IntentionDumper() function in OHOS::Msdp::DeviceStatus::final
31 ~IntentionDumper() = default;
32 DISALLOW_COPY_AND_MOVE(IntentionDumper);
H A Dintention_service.h59 IntentionDumper dumper_;
/base/msdp/device_status/intention/services/intention_service/src/
H A Dintention_dumper.cpp24 #define LOG_TAG "IntentionDumper"
29 void IntentionDumper::Dump(int32_t fd, const std::vector<std::string> &args) in Dump()
72 void IntentionDumper::DumpOnce(int32_t fd, int32_t option) in DumpOnce()
102 void IntentionDumper::DumpHelpInfo(int32_t fd) const in DumpHelpInfo()
113 void IntentionDumper::DumpDeviceStatusSubscriber(int32_t fd) const in DumpDeviceStatusSubscriber()
126 void IntentionDumper::DumpDeviceStatusChanges(int32_t fd) const in DumpDeviceStatusChanges()
139 void IntentionDumper::DumpCurrentDeviceStatus(int32_t fd) in DumpCurrentDeviceStatus()
152 void IntentionDumper::DumpDrag(int32_t fd) const in DumpDrag()
165 void IntentionDumper::DumpCheckDefine(int32_t fd) const in DumpCheckDefine()
174 void IntentionDumper
[all...]

Completed in 2 milliseconds