Searched refs:setPath (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/drivers/peripheral/power/interfaces/hdi_service/src/ |
H A D | power_config.cpp | 169 Json::Value setPath = GetValue(valueObj, "set.path"); in ParseSceneConfig() local 174 if (isValidJsonString(setPath)) { in ParseSceneConfig() 175 tempPowerSceneConfig.setPath = setPath.asString(); in ParseSceneConfig() 176 HDF_LOGI("setPath key=%{public}s", tempPowerSceneConfig.setPath.c_str()); in ParseSceneConfig()
|
H A D | power_config.h | 35 std::string setPath; member
|
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/src/ |
H A D | battery_config.cpp | 276 Json::Value setPath = GetValue(valueObj, "set.path"); in IsValidChargeSceneConfig() local 278 …if (!isValidJsonString(supportPath) && !isValidJsonString(setPath) && !isValidJsonString(getPath))… in IsValidChargeSceneConfig() 305 Json::Value setPath = GetValue(valueObj, "set.path"); in ParseChargeSceneSet() local 306 if (isValidJsonString(setPath)) { in ParseChargeSceneSet() 307 std::string path = setPath.asString(); in ParseChargeSceneSet() 309 config.setPath = path; in ParseChargeSceneSet()
|
H A D | battery_interface_impl.cpp | 260 std::string setPath = (it -> second).setPath; in SetBatteryConfig() local 261 return powerSupplyProvider_->SetConfigByPath(setPath, value); in SetBatteryConfig()
|
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/test/systemtest/src/ |
H A D | battery_sys_test.cpp | 87 ASSERT_TRUE(!chargeSceneConfig.setPath.empty() || !chargeSceneConfig.getPath.empty()
|
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/include/ |
H A D | battery_config.h | 53 std::string setPath; member
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_region.cpp | 54 return skRegion_->setPath(skPath, *skRegion); in SetPath()
|
H A D | skia_path.cpp | 419 pathMeasure_->setPath(&path_, forceClosed); in PathMeasureUpdate()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_node/src/ |
H A D | render_node.ts | 882 getUINativeModule().renderNode.setPath(
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/ |
H A D | js-apis-graphics-drawing.md | 7664 ### setPath<sup>12+</sup> 7666 setPath(path: Path, clip: Region) : boolean 7709 flag = region.setPath(path,region); 7710 console.info("region setPath : " + flag);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | jsXNode.js | 2225 …getUINativeModule().renderNode.setPath(this.nodePtr, path.commands, this.shapeMaskValue.fillColor,…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | js-apis-graphics-drawing.md | 7664 ### setPath<sup>12+</sup> 7666 setPath(path: Path, clip: Region) : boolean 7709 flag = region.setPath(path,region); 7710 console.info("region setPath : " + flag);
|