Searched refs:mountPoint (Results 1 - 8 of 8) sorted by relevance
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/ |
H A D | network_agent_template.h | 46 explicit NetworkAgentTemplate(std::weak_ptr<MountPoint> mountPoint) in NetworkAgentTemplate() argument 48 mountPoint_(mountPoint), in NetworkAgentTemplate() 50 mountPoint, in NetworkAgentTemplate()
|
H A D | kernel_talker.h | 44 explicit KernelTalker(std::weak_ptr<MountPoint> mountPoint, in KernelTalker() argument 47 : mountPoint_(mountPoint), GetSessionCallback_(getSessionCallback), CloseSessionCallback_(closeSessionCallback) in KernelTalker() 66 LOGE("mountPoint is not exist! bad weak_ptr"); in SetCmd()
|
/foundation/arkui/ace_engine/frameworks/core/components/plugin/ |
H A D | plugin_sub_container.h | 59 void SetPluginComponent(const RefPtr<Component>& mountPoint) in SetPluginComponent() argument 61 pluginComponent_ = mountPoint; in SetPluginComponent()
|
/foundation/arkui/ace_engine/frameworks/core/components/form/ |
H A D | sub_container.h | 70 void SetFormComponent(const RefPtr<Component>& mountPoint) in SetFormComponent() argument 72 formComponent_ = mountPoint; in SetFormComponent()
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/softbus/ |
H A D | softbus_agent.h | 32 explicit SoftbusAgent(std::weak_ptr<MountPoint> mountPoint);
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/ |
H A D | softbus_agent.cpp | 45 SoftbusAgent::SoftbusAgent(weak_ptr<MountPoint> mountPoint) : NetworkAgentTemplate(mountPoint) in SoftbusAgent() argument 47 auto spt = mountPoint.lock(); in SoftbusAgent() 49 LOGE("mountPoint is not exist! bad weak_ptr"); in SoftbusAgent()
|
/foundation/multimedia/media_library/frameworks/utils/src/ |
H A D | media_privacy_manager.cpp | 141 static bool CheckFsMounted(const string &fsType, const string &mountPoint) in CheckFsMounted() argument 161 (strcmp(mountEntry.mnt_dir, mountPoint.c_str()) == 0)) { in CheckFsMounted()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_operator.cpp | 975 std::string mountPoint; in InitialiseQuotaMounts() local 979 if (!(lineStream >> device >> mountPoint >> fsType)) { in InitialiseQuotaMounts() 984 if (mountPoint == QUOTA_DEVICE_DATA_PATH) { in InitialiseQuotaMounts() 987 mQuotaReverseMounts[mountPoint] = device; in InitialiseQuotaMounts() 988 LOG_D(BMS_TAG_INSTALLD, "InitialiseQuotaMounts, mountPoint: %{public}s, device: %{public}s", in InitialiseQuotaMounts() 989 mountPoint.c_str(), device.c_str()); in InitialiseQuotaMounts()
|
Completed in 7 milliseconds