Home
last modified time | relevance | path

Searched refs:MtpEvent (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_event.cpp28 MtpEvent::MtpEvent(const std::shared_ptr<MtpOperationContext> &context) in MtpEvent() function in OHOS::Media::MtpEvent
37 MtpEvent::~MtpEvent() in ~MtpEvent()
41 void MtpEvent::SendObjectAdded(const std::string &path) in SendObjectAdded()
62 void MtpEvent::SendObjectRemoved(const std::string &path) in SendObjectRemoved()
84 void MtpEvent::SendObjectRemovedByHandle(uint32_t handle) in SendObjectRemovedByHandle()
91 void MtpEvent::SendObjectInfoChanged(const std::string &path) in SendObjectInfoChanged()
112 void MtpEvent::SendDevicePropertyChanged() in SendDevicePropertyChanged()
120 void MtpEvent::SendStoreAdded(const std::string &fsUuid) in SendStoreAdded()
136 void MtpEvent::SendStoreRemoved(const std::string &fsUuid) in SendStoreRemoved()
152 void MtpEvent::SendEvent(const int32_t &code) in SendEvent()
[all …]
H A Dmtp_file_observer.cpp111 std::shared_ptr<MtpEvent> eventPtr = std::make_shared<OHOS::Media::MtpEvent>(context); in SendEvent()
168 std::shared_ptr<MtpEvent> eventPtr = std::make_shared<OHOS::Media::MtpEvent>(context); in SendBattery()
H A Dmtp_store_observer.cpp96 std::shared_ptr<MtpEvent> eventPtr = std::make_shared<MtpEvent>(context_); in OnReceiveEvent()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dmtp_event.h25 class MtpEvent {
27 explicit MtpEvent(const std::shared_ptr<MtpOperationContext> &context);
28 ~MtpEvent();
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/mtp_native_test/src/
H A Dmtp_test.cpp617 shared_ptr<MtpEvent> mtpEvent = make_shared<MtpEvent>(context);
H A Dmtp_native_test.cpp2098 shared_ptr<MtpEvent> mtpEvent = make_shared<MtpEvent>(context);