Home
last modified time | relevance | path

Searched defs:current (Results 1 – 12 of 12) sorted by relevance

/drivers/hdf_core/framework/tools/hc-gen/src/
Dmacro_gen.cpp217 return ast_->WalkForward([this](std::shared_ptr<AstObject> &current, int32_t depth) { in NodeWalk()
229 void MacroGen::SetTypeData(uint32_t type, const std::shared_ptr<AstObject> &current, uint32_t &arra… in SetTypeData()
280 …ing &arrayName, uint32_t &arraySize, uint32_t arrayType, const std::shared_ptr<AstObject> &current) in SetTypeDataUinit64()
Ddecompile_gen.cpp182 [this](std::shared_ptr<AstObject> &current, int32_t walkDepth) -> int32_t { in OutPut()
185 [this](std::shared_ptr<AstObject> &current, int32_t walkDepth) -> int32_t { in OutPut()
Dtext_gen.cpp85 …auto ret = ast_->WalkBackward([this](const std::shared_ptr<AstObject> &current, int32_t) -> uint32… in HeaderOutputTraversal()
341 …auto forwardWalkFunc = [this](const std::shared_ptr<AstObject> &current, int32_t depth) -> uint32_… in OutputImplGlobalVariables()
345 …auto backwardWalkFunc = [this](const std::shared_ptr<AstObject> &current, int32_t depth) -> uint32… in OutputImplGlobalVariables()
718 …return ast_->WalkForward([&nodeMap](const std::shared_ptr<AstObject> &current, uint32_t) -> uint32… in DuplicateNodeNameCheck()
Dast.cpp931 WalkForward([](const std::shared_ptr<AstObject> &current, int32_t walkDepth) -> int32_t { in Dump()
989 …return WalkBackward([this](const std::shared_ptr<AstObject> &current, int32_t walkDepth) -> int32_… in NodeExpandRef()
1023 …return WalkBackward([this](const std::shared_ptr<AstObject> &current, int32_t walkDepth) -> int32_… in NodeExpandDelete()
1044 …return WalkBackward([this](const std::shared_ptr<AstObject> &current, int32_t walkDepth) -> int32_… in NodeExpandTermRef()
1080 return WalkForward([this](const std::shared_ptr<AstObject> &current, int32_t) -> int32_t { in InheritExpand()
1102 bool ret = WalkForward([](const std::shared_ptr<AstObject> &current, int32_t) -> int32_t { in RedefineCheck()
Dbytecode_gen.cpp193 return ast_->WalkForward([this](std::shared_ptr<AstObject> &current, int32_t depth) { in ByteCodeWriteWalk()
Dstartup_cfg_gen.cpp256 std::shared_ptr<AstObject> current = nullptr; in GetHostLoadMode() local
/drivers/peripheral/thermal/interfaces/hdi_service/src/
Dthermal_device_mitigation.cpp131 int32_t ThermalDeviceMitigation::ChargerRequest(uint32_t current) in ChargerRequest()
169 int32_t ThermalDeviceMitigation::ExecuteChargerRequest(uint32_t current, const std::string &path) in ExecuteChargerRequest()
197 int32_t ThermalDeviceMitigation::BatteryCurrentRequest(uint32_t current) in BatteryCurrentRequest()
Dthermal_interface_impl.cpp137 int32_t ThermalInterfaceImpl::SetBatteryCurrent(int32_t current) in SetBatteryCurrent()
/drivers/peripheral/user_auth/hdi_service/common/src/
Dlinked_list.c113 LinkedListNode *current = iterator->current; in IteratorNext() local
/drivers/peripheral/user_auth/hdi_service/common/inc/
Dlinked_list.h36 LinkedListNode *current; member
/drivers/hdf_core/framework/test/unittest/platform/virtual/
Dregulator_virtual.c93 static int32_t VirtualRegulatorGetCurrent(struct RegulatorNode *node, uint32_t *current) in VirtualRegulatorGetCurrent()
/drivers/peripheral/thermal/test/unittest/
Dhdf_thermal_hdi_test.cpp236 std::string current = currentValue; variable