Home
last modified time | relevance | path

Searched refs:Mount (Results 1 - 25 of 72) sorted by relevance

123

/foundation/filemanagement/storage_service/services/storage_daemon/volume/src/
H A Dvolume_manager.cpp117 int32_t VolumeManager::Mount(const std::string volId, uint32_t flags) in Mount() function in OHOS::StorageDaemon::VolumeManager
122 return DelayedSingleton<OHOS::StorageDaemon::MtpDeviceMonitor>::GetInstance()->Mount(volId); in Mount()
129 int32_t err = info->Mount(flags); in Mount()
138 LOGE("Volume Notify Mount Destroyed failed"); in Mount()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/mountpoint/
H A Dmount_manager.cpp35 void MountManager::Mount(unique_ptr<MountPoint> mp) in Mount() function in OHOS::Storage::DistributedFile::MountManager
H A Dmount_point.cpp33 void MountPoint::Mount() const in Mount() function in OHOS::Storage::DistributedFile::MountPoint
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/mountpoint/
H A Dmount_manager.h30 void Mount(std::unique_ptr<MountPoint> mp);
H A Dmount_point.h50 void Mount() const;
/foundation/filemanagement/storage_service/services/storage_daemon/volume/test/
H A Dvolume_info_test.cpp142 ret = mock.Mount(mountFlags); in HWTEST_F()
156 * @tc.desc: Verify the Mount function when mount state is incorrect.
167 auto ret = mock.Mount(mountFlags); in HWTEST_F()
174 * @tc.desc: Verify the Mount function when DoMount return error.
196 ret = mock.Mount(mountFlags); in HWTEST_F()
205 * @tc.desc: Verify the Mount function when args are normal.
227 ret = mock.Mount(mountFlags); in HWTEST_F()
236 * @tc.desc: Verify the Mount function when args are normal.
259 ret = mock.Mount(mountFlags); in HWTEST_F()
261 ret = mock.Mount(mountFlag in HWTEST_F()
[all...]
H A Dvolume_manager_test.cpp208 * @tc.desc: Verify the Mount function.
223 int32_t result = volumeManager->Mount(volId, flags); in HWTEST_F()
233 * @tc.desc: Verify the Mount function.
246 int32_t result = volumeManager->Mount(volId, flags); in HWTEST_F()
269 volumeManager->Mount(volId, flags); in HWTEST_F()
293 volumeManager->Mount(volId, flags); in HWTEST_F()
H A Dprocess_test.cpp63 ret = mock.Mount(mountFlags); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/root/
H A Droot_component.cpp45 rootElement->Mount(nullptr); in SetupElementTree()
/foundation/filemanagement/storage_service/services/storage_manager/kits_impl/src/
H A Dvolumemanager_napi.cpp32 DECLARE_NAPI_FUNCTION("mount", Mount), in VolumeManagerExport()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/mountpoint/
H A Dmount_manager_test.cpp54 MountManager::GetInstance()->Mount(move(uniquePoint)); in HWTEST_F()
H A Dmount_point_test.cpp64 point.Mount(); in HWTEST_F()
/foundation/filemanagement/storage_service/interfaces/kits/js/storage_manager/include/
H A Dvolumemanager_n_exporter.h26 napi_value Mount(napi_env env, napi_callback_info info);
H A Dstorage_manager_connect.h36 int32_t Mount(std::string volumeId);
/foundation/filemanagement/storage_service/services/storage_daemon/include/mtp/
H A Dmtp_device_monitor.h32 int32_t Mount(const std::string &id);
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_proxy.cpp20 void DOMProxy::Mount(int32_t slot) in Mount() function in OHOS::Ace::Framework::DOMProxy
H A Ddom_proxy.h37 void Mount(int32_t slot) override;
/foundation/filemanagement/dfs_service/test/moduletest/src/
H A Ddistributedfiledaemon_service_test.cpp106 smp->Mount(); in HWTEST_F()
/foundation/filemanagement/storage_service/services/storage_daemon/include/volume/
H A Dvolume_manager.h37 int32_t Mount(const std::string volId, uint32_t flags);
H A Dvolume_info.h44 int32_t Mount(uint32_t flags);
/foundation/filemanagement/storage_service/services/storage_manager/volume/src/
H A Dvolume_manager_service.cpp43 Mount(volumePtr->GetId()); in OnVolumeCreated()
93 int32_t VolumeManagerService::Mount(std::string volumeId) in Mount() function in OHOS::StorageManager::VolumeManagerService
96 LOGE("VolumeManagerService::Mount volumeId %{public}s not exists", volumeId.c_str()); in Mount()
112 result = sdCommunication->Mount(volumeId, 0); in Mount()
/foundation/filemanagement/storage_service/services/storage_manager/include/volume/
H A Dvolume_manager_service.h30 int32_t Mount(std::string volumeId);
/foundation/filemanagement/storage_service/services/storage_daemon/user/src/
H A Dmount_manager.cpp208 ret += Mount(hmdfsMntArgs.GetFullDst() + "/device_view/", dst, nullptr, MS_BIND, nullptr); in HmdfsTwiceMount()
218 ret += Mount(hmdfsMntArgs.GetFullDst() + "/cloud_merge_view/", dst, nullptr, MS_BIND, nullptr); in HmdfsTwiceMount()
228 ret += Mount(hmdfsMntArgs.GetLocalDocsPath(), dst, nullptr, MS_BIND, nullptr); in HmdfsTwiceMount()
243 int ret = Mount(sharefsMntArgs.GetShareSrc(), dst, "sharefs", sharefsMntArgs.GetFlags(), in SharefsMount()
269 int ret = Mount(mountSrcPath, dst, "hmdfs", hmdfsMntArgs.GetFlags(), hmdfsMntArgs.OptionsToString().c_str()); in HmdfsMount()
499 ret = Mount("/dev/fuse", path.c_str(), "fuse", MS_NOSUID | MS_NODEV | MS_NOEXEC | MS_NOATIME, opt.c_str()); in CloudMount()
931 if (Mount(LocalMntArgs.GetFullSrc(), LocalMntArgs.GetCommFullPath() + "local/", in LocalMount()
936 if (Mount(LocalMntArgs.GetFullSrc(), LocalMntArgs.GetCloudFullPath(), in LocalMount()
1152 int32_t ret = Mount(srcPath, dstPath, nullptr, MS_BIND, nullptr); in MountDfsDocs()
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Delement.cpp266 void Element::Mount(const RefPtr<Element>& parent, int32_t slot, int32_t renderSlot) in Mount() function in OHOS::Ace::Element
383 retakeElement->Mount(AceType::Claim(this), slot, renderSlot); in InflateComponent()
393 newChild->Mount(AceType::Claim(this), slot, renderSlot); in InflateComponent()
/foundation/filemanagement/storage_service/services/storage_daemon/include/utils/
H A Dfile_utils.h42 int32_t Mount(const std::string &source, const std::string &target, const char *type,

Completed in 11 milliseconds

123