Searched defs:current (Results 1 – 12 of 12) sorted by relevance
/drivers/hdf_core/framework/tools/hc-gen/src/ |
D | macro_gen.cpp | 217 return ast_->WalkForward([this](std::shared_ptr<AstObject> ¤t, int32_t depth) { in NodeWalk() 229 void MacroGen::SetTypeData(uint32_t type, const std::shared_ptr<AstObject> ¤t, uint32_t &arra… in SetTypeData() 280 …ing &arrayName, uint32_t &arraySize, uint32_t arrayType, const std::shared_ptr<AstObject> ¤t) in SetTypeDataUinit64()
|
D | decompile_gen.cpp | 182 [this](std::shared_ptr<AstObject> ¤t, int32_t walkDepth) -> int32_t { in OutPut() 185 [this](std::shared_ptr<AstObject> ¤t, int32_t walkDepth) -> int32_t { in OutPut()
|
D | text_gen.cpp | 85 …auto ret = ast_->WalkBackward([this](const std::shared_ptr<AstObject> ¤t, int32_t) -> uint32… in HeaderOutputTraversal() 341 …auto forwardWalkFunc = [this](const std::shared_ptr<AstObject> ¤t, int32_t depth) -> uint32_… in OutputImplGlobalVariables() 345 …auto backwardWalkFunc = [this](const std::shared_ptr<AstObject> ¤t, int32_t depth) -> uint32… in OutputImplGlobalVariables() 718 …return ast_->WalkForward([&nodeMap](const std::shared_ptr<AstObject> ¤t, uint32_t) -> uint32… in DuplicateNodeNameCheck()
|
D | ast.cpp | 931 WalkForward([](const std::shared_ptr<AstObject> ¤t, int32_t walkDepth) -> int32_t { in Dump() 989 …return WalkBackward([this](const std::shared_ptr<AstObject> ¤t, int32_t walkDepth) -> int32_… in NodeExpandRef() 1023 …return WalkBackward([this](const std::shared_ptr<AstObject> ¤t, int32_t walkDepth) -> int32_… in NodeExpandDelete() 1044 …return WalkBackward([this](const std::shared_ptr<AstObject> ¤t, int32_t walkDepth) -> int32_… in NodeExpandTermRef() 1080 return WalkForward([this](const std::shared_ptr<AstObject> ¤t, int32_t) -> int32_t { in InheritExpand() 1102 bool ret = WalkForward([](const std::shared_ptr<AstObject> ¤t, int32_t) -> int32_t { in RedefineCheck()
|
D | bytecode_gen.cpp | 193 return ast_->WalkForward([this](std::shared_ptr<AstObject> ¤t, int32_t depth) { in ByteCodeWriteWalk()
|
D | startup_cfg_gen.cpp | 256 std::shared_ptr<AstObject> current = nullptr; in GetHostLoadMode() local
|
/drivers/peripheral/thermal/interfaces/hdi_service/src/ |
D | thermal_device_mitigation.cpp | 131 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()
|
D | thermal_interface_impl.cpp | 137 int32_t ThermalInterfaceImpl::SetBatteryCurrent(int32_t current) in SetBatteryCurrent()
|
/drivers/peripheral/user_auth/hdi_service/common/src/ |
D | linked_list.c | 113 LinkedListNode *current = iterator->current; in IteratorNext() local
|
/drivers/peripheral/user_auth/hdi_service/common/inc/ |
D | linked_list.h | 36 LinkedListNode *current; member
|
/drivers/hdf_core/framework/test/unittest/platform/virtual/ |
D | regulator_virtual.c | 93 static int32_t VirtualRegulatorGetCurrent(struct RegulatorNode *node, uint32_t *current) in VirtualRegulatorGetCurrent()
|
/drivers/peripheral/thermal/test/unittest/ |
D | hdf_thermal_hdi_test.cpp | 236 std::string current = currentValue; variable
|