Searched refs:handleptr_ (Results 1 – 2 of 2) sorted by relevance
45 handleptr_ = make_shared<MtpOperationUtils>(mtpContextPtr_); in SendObjectAdded()51 if (handleptr_->GetHandleByPaths(path, handle) == E_SUCCESS) { in SendObjectAdded()66 handleptr_ = make_shared<MtpOperationUtils>(mtpContextPtr_); in SendObjectRemoved()72 if (handleptr_->GetHandleByPaths(path, handle) == E_SUCCESS) { in SendObjectRemoved()95 handleptr_ = make_shared<MtpOperationUtils>(mtpContextPtr_); in SendObjectInfoChanged()123 handleptr_ = make_shared<MtpOperationUtils>(mtpContextPtr_); in SendStoreAdded()127 if (!handleptr_->TryAddExternalStorage(fsUuid, storageId)) { in SendStoreAdded()139 handleptr_ = make_shared<MtpOperationUtils>(mtpContextPtr_); in SendStoreRemoved()143 if (!handleptr_->TryRemoveExternalStorage(fsUuid, storageId)) { in SendStoreRemoved()182 if (handleptr_ == nullptr) { in EventPayloadData()[all …]
39 std::shared_ptr<MtpOperationUtils> handleptr_; variable