Searched refs:getCurrent (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_prefetcher/src/prefetcher/ |
H A D | FetchingDriver.ts | 17 getCurrent: () => number; 24 getCurrent(): number { 237 const prefetchStart = this.timeProvider.getCurrent(); 270 fetchDuration: this.timeProvider.getCurrent() - prefetchStart,
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-platform-regulator-develop.md | 54 int32_t (*getCurrent)(struct RegulatorNode *node, uint32_t *regCurrent); 72 | getCurrent | node:结构体指针,核心层Regulator节点<br>regCurrent:uint32_t类型指针,传出电流值 | HDF_STATUS相关状态 | 获取电流 | 262 .getCurrent = VirtualRegulatorGetCurrent,
|
/ohos5.0/drivers/hdf_core/framework/support/platform/include/regulator/ |
H A D | regulator_core.h | 109 int32_t (*getCurrent)(struct RegulatorNode *node, uint32_t *regCurrent); member
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-platform-regulator-develop.md | 54 int32_t (*getCurrent)(struct RegulatorNode *node, uint32_t *regCurrent); 73 | getCurrent | **node**: structure pointer to the regulator node at the core layer.<br>**regCurre… 257 .getCurrent = VirtualRegulatorGetCurrent,
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | jsPrefetcher.js | 723 getCurrent() { method in DefaultTimeProvider 752 const prefetchStart = this.timeProvider.getCurrent(); 933 fetchDuration: this.timeProvider.getCurrent() - prefetchStart,
|
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/virtual/ |
H A D | regulator_virtual.c | 123 .getCurrent = VirtualRegulatorGetCurrent,
|
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/platform/regulator/ |
H A D | regulator_adapter.c | 278 .getCurrent = LinuxRegulatorGetCurrent,
|
/ohos5.0/drivers/hdf_core/framework/support/platform/src/regulator/ |
H A D | regulator_core.c | 610 int ret = node->ops->getCurrent(node, regCurrent); in RegulatorNodeGetCurrent()
|