Home
last modified time | relevance | path

Searched refs:specific (Results 1 - 6 of 6) sorted by relevance

/base/update/updater/services/ui/view/component/
H A Dcomponent_factory.cpp12 * See the License for the specific language governing permissions and
20 * T is component, T::SpecificInfoType is the specific info of this component.
29 auto operator()([[maybe_unused]] const typename T::SpecificInfoType &specific) const
39 auto operator()(const typename T::SpecificInfoType &specific) const
42 return [&specific] ([[maybe_unused]] const UxViewInfo &info) { return T::IsValid(specific); };
/base/update/updater/services/fs_manager/
H A Dpartitions.cpp12 * See the License for the specific language governing permissions and
46 BlockSpecific *specific = BLOCK_SPECIFIC(&dev); in DeviceProbeType() local
52 specific->major = devMajor; in DeviceProbeType()
54 specific->minor = devMinor; in DeviceProbeType()
123 BlockSpecific *specific = BLOCK_SPECIFIC(&dev); in SetBlockDeviceMode() local
125 specific->fd = open(dev.devPath.c_str(), RW_MODE); in SetBlockDeviceMode()
126 if (specific->fd == -1) { in SetBlockDeviceMode()
128 specific->fd = open(dev.devPath.c_str(), RD_MODE); in SetBlockDeviceMode()
131 if (specific->fd == -1) { in SetBlockDeviceMode()
144 BlockSpecific* specific in BlockDeviceClose() local
245 BlockSpecific *specific = nullptr; NewBlockDevice() local
[all...]
H A Ddo_partition.cpp12 * See the License for the specific language governing permissions and
198 if (disk.dev->specific != nullptr) { in DestroyDiskDevices()
199 free(disk.dev->specific); in DestroyDiskDevices()
/base/update/updater/services/include/fs_manager/
H A Dpartitions.h12 * See the License for the specific language governing permissions and
79 void *specific; member
107 #define BLOCK_SPECIFIC(dev) ((BlockSpecific*) (dev)->specific)
/base/update/updater/test/unittest/fs_manager/
H A Ddo_partition_unittest.cpp12 * See the License for the specific language governing permissions and
128 myDev.specific = (void *)aaa; in HWTEST_F()
/base/update/updater/services/flashd/
H A Dflashd_basepkg.bat11 @rem See the License for the specific language governing permissions and

Completed in 3 milliseconds