Home
last modified time | relevance | path

Searched refs:setPath (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/drivers/peripheral/power/interfaces/hdi_service/src/
H A Dpower_config.cpp169 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 Dpower_config.h35 std::string setPath; member
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/src/
H A Dbattery_config.cpp276 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 Dbattery_interface_impl.cpp260 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 Dbattery_sys_test.cpp87 ASSERT_TRUE(!chargeSceneConfig.setPath.empty() || !chargeSceneConfig.getPath.empty()
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/include/
H A Dbattery_config.h53 std::string setPath; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_region.cpp54 return skRegion_->setPath(skPath, *skRegion); in SetPath()
H A Dskia_path.cpp419 pathMeasure_->setPath(&path_, forceClosed); in PathMeasureUpdate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_node/src/
H A Drender_node.ts882 getUINativeModule().renderNode.setPath(
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A Djs-apis-graphics-drawing.md7664 ### 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 DjsXNode.js2225 …getUINativeModule().renderNode.setPath(this.nodePtr, path.commands, this.shapeMaskValue.fillColor,…
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A Djs-apis-graphics-drawing.md7664 ### setPath<sup>12+</sup>
7666 setPath(path: Path, clip: Region) : boolean
7709 flag = region.setPath(path,region);
7710 console.info("region setPath : " + flag);