Home
last modified time | relevance | path

Searched refs:copyHistory (Results 1 - 2 of 2) sorted by relevance

/foundation/distributeddatamgr/pasteboard/services/core/include/
H A Dpasteboard_service.h294 static std::shared_ptr<Command> copyHistory; member in OHOS::MiscServices::final
/foundation/distributeddatamgr/pasteboard/services/core/src/
H A Dpasteboard_service.cpp90 std::shared_ptr<Command> PasteboardService::copyHistory; member in OHOS::MiscServices::PasteboardService
163 copyHistory = std::make_shared<Command>(std::vector<std::string>{ "--copy-history" }, in OnStart()
176 PasteboardDumpHelper::GetInstance().RegisterCommand(copyHistory); in OnStart()

Completed in 6 milliseconds