/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/virtual/ |
H A D | regulator_linux_current_virtual_driver.c | 67 static int VirtualCurrentRegulatorEnable(struct regulator_dev *rdev) in VirtualCurrentRegulatorEnable() argument 69 if (rdev == NULL) { in VirtualCurrentRegulatorEnable() 78 static int VirtualCurrentRegulatorDisable(struct regulator_dev *rdev) in VirtualCurrentRegulatorDisable() argument 80 if (rdev == NULL) { in VirtualCurrentRegulatorDisable() 89 static int VirtualCurrentRegulatorIsEnabled(struct regulator_dev *rdev) in VirtualCurrentRegulatorIsEnabled() argument 91 if (rdev == NULL) { in VirtualCurrentRegulatorIsEnabled() 102 if ((rdev == NULL) || (rdev->constraints == NULL)) { in VirtualCurrentRegulatorSetCurrent() 107 struct regulation_constraints *regu_constraints = rdev->constraints; in VirtualCurrentRegulatorSetCurrent() 117 static int VirtualCurrentRegulatorGetCurrent(struct regulator_dev *rdev) in VirtualCurrentRegulatorGetCurrent() argument 119 if (rdev == NULL) { in VirtualCurrentRegulatorGetCurrent() [all …]
|
H A D | regulator_linux_voltage_virtual_driver.c | 67 static int VirtualVoltageRegulatorEnable(struct regulator_dev *rdev) in VirtualVoltageRegulatorEnable() argument 69 if (rdev == NULL) { in VirtualVoltageRegulatorEnable() 78 static int VirtualVoltageRegulatorDisable(struct regulator_dev *rdev) in VirtualVoltageRegulatorDisable() argument 80 if (rdev == NULL) { in VirtualVoltageRegulatorDisable() 89 static int VirtualVoltageRegulatorIsEnabled(struct regulator_dev *rdev) in VirtualVoltageRegulatorIsEnabled() argument 91 if (rdev == NULL) { in VirtualVoltageRegulatorIsEnabled() 103 if ((rdev == NULL) || (rdev->constraints == NULL)) { in VirtualVoltageRegulatorSetVoltage() 108 struct regulation_constraints *reguConstraints = rdev->constraints; in VirtualVoltageRegulatorSetVoltage() 118 static int VirtualVoltageRegulatorGetVoltage(struct regulator_dev *rdev) in VirtualVoltageRegulatorGetVoltage() argument 120 if (rdev == NULL) { in VirtualVoltageRegulatorGetVoltage() [all …]
|
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/ |
H A D | fuse_operations.cpp | 128 mode_t mode, dev_t rdev) in MkNod() argument 132 opsPtr->MkNod(req, parent, name, mode, rdev); in MkNod() 141 inoPtr->ops->MkNod(req, parent, name, mode, rdev); in MkNod()
|
H A D | file_operations_base.cpp | 83 mode_t mode, dev_t rdev) in MkNod() argument
|
H A D | file_operations_cloud.cpp | 506 mode_t mode, dev_t rdev) in MkNod() argument
|
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/ |
H A D | fuse_operations_test.cpp | 366 dev_t rdev = 0; variable 368 fuseoperations_->MkNod(req, FUSE_ROOT_ID, name, mode, rdev); 392 dev_t rdev = 0; variable 394 fuseoperations_->MkNod(req, 0, name, mode, rdev);
|
H A D | file_operations_cloud_test.cpp | 537 dev_t rdev = 0; variable 541 fileOperationsCloud_->MkNod(req, reinterpret_cast<fuse_ino_t>(&ino), name, mode, rdev);
|
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudfiledaemon/include/cloud_disk/ |
H A D | fuse_operations.h | 36 mode_t mode, dev_t rdev);
|
H A D | file_operations_cloud.h | 34 mode_t mode, dev_t rdev) override;
|
H A D | file_operations_base.h | 41 mode_t mode, dev_t rdev);
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v2.2-beta2/ |
H A D | js-apidiff-v2.2-beta2.md | 96 |文件存储- fileio|stat.rdev|新增|-|
|
/ohos5.0/docs/en/release-notes/api-diff/v2.2-beta2/ |
H A D | js-apidiff-v2.2-beta2.md | 96 |File storage - fileio|stat.rdev|Added|-|
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-file-management.md | 496 |废弃版本有变化|类名:Stat;<br>方法or属性:readonly rdev: number;<br>旧版本信息:|类名:Stat;<br>方法or属性:readonly rdev: numb…
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-file-management.md | 496 …od or attribute name: readonly rdev: number;<br>Old version: |Class name: Stat;<br>Method or attri…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-core-file-kit/ |
H A D | js-apis-fileio.md | 3027 | rdev | number | 是 | 否 | 标识包含该文件的从设备号。 |
|
/ohos5.0/docs/en/application-dev/reference/apis-core-file-kit/ |
H A D | js-apis-fileio.md | 3027 | rdev | number | Yes | No | Minor device number. |
|