Searched refs:ContextSptr (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/ |
H A D | mtp_file_observer.h | 27 using ContextSptr = std::shared_ptr<MtpOperationContext>; variable 30 …void AddFileInotify(const std::string &path, const std::string &realPath, const ContextSptr &conte… 36 static bool AddInotifyEvents(const int &inotifyFd, const ContextSptr &context); 37 static bool WatchPathThread(const ContextSptr &context); 38 static void SendBattery(const ContextSptr &context); 39 …static void SendEvent(const inotify_event &event, const std::string &path, const ContextSptr &cont…
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/ |
H A D | mtp_file_observer.cpp | 108 …bserver::SendEvent(const inotify_event &event, const std::string &path, const ContextSptr &context) in SendEvent() 134 bool MtpFileObserver::AddInotifyEvents(const int &inotifyFd, const ContextSptr &context) in AddInotifyEvents() 165 void MtpFileObserver::SendBattery(const ContextSptr &context) in SendBattery() 201 bool MtpFileObserver::WatchPathThread(const ContextSptr &context) in WatchPathThread() 217 …r::AddFileInotify(const std::string &path, const std::string &realPath, const ContextSptr &context) in AddFileInotify()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/mtp_native_test/src/ |
H A D | mtp_test.cpp | 603 ContextSptr context = make_shared<MtpOperationContext>();
|