/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_path_ffi.cpp | 27 void FfiOHOSAceFrameworkPathCreate(const char* commands) in FfiOHOSAceFrameworkPathCreate() 34 double width, int32_t widthUnit, double height, int32_t heightUnit, const char* commands) in FfiOHOSAceFrameworkPathCreateWithSize() 46 int64_t FfiOHOSAceFrameworkPathInsCreate(const char* commands) in FfiOHOSAceFrameworkPathInsCreate() 56 double width, int32_t widthUnit, double height, int32_t heightUnit, const char* commands) in FfiOHOSAceFrameworkPathInsCreateWithSize() 69 void FfiOHOSAceFrameworkPathSetCommands(const char* commands) in FfiOHOSAceFrameworkPathSetCommands()
|
/ohos5.0/base/useriam/face_auth/test/unittest/ |
H A D | sa_command_manager_unit_test.cpp | 77 const std::vector<SaCommand> commands; variable 96 std::vector<SaCommand> commands; variable 119 std::vector<SaCommand> commands; variable 141 std::vector<SaCommand> commands; variable
|
/ohos5.0/base/useriam/fingerprint_auth/test/unittest/ |
H A D | sa_command_manager_unit_test.cpp | 77 const std::vector<SaCommand> commands; variable 96 std::vector<SaCommand> commands; variable 119 std::vector<SaCommand> commands; variable 141 std::vector<SaCommand> commands; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | path_painter.cpp | 37 void PathPainter::DrawPath(RSCanvas& canvas, const std::string& commands, const OffsetF& offset) in DrawPath() 46 SizeF PathPainter::GetPathSize(const std::string& commands) in GetPathSize()
|
H A D | sk_painter.cpp | 28 void SkPainter::DrawPath(RSCanvas& canvas, const std::string& commands, const ShapePaintProperty& s… in DrawPath() 256 void SkPainter::DrawPath(RSCanvas& canvas, const std::string& commands, const OffsetF& offset) in DrawPath() 272 SizeF SkPainter::GetPathSize(const std::string& commands) in GetPathSize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_path.cpp | 59 JSRef<JSVal> commands = obj->GetProperty("commands"); in Create() local 66 void JSPath::SetCommands(const std::string& commands) in SetCommands() 88 JSRef<JSVal> commands = params->GetProperty("commands"); in ConstructorCallback() local
|
H A D | js_path_shape.cpp | 27 JSRef<JSVal> commands = params->GetProperty("commands"); in ConstructorCallback() local
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/render/ |
H A D | mock_path_painter.cpp | 23 void PathPainter::DrawPath(RSCanvas& canvas, const std::string& commands, const OffsetF& offset) {} in DrawPath() 25 SizeF PathPainter::GetPathSize(const std::string& commands) in GetPathSize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/ |
H A D | drawing_painter.cpp | 20 RSCanvas& canvas, const std::string& commands, const ShapePaintProperty& shapePaintProperty) in DrawPath() 132 void DrawingPainter::DrawPath(RSCanvas& canvas, const std::string& commands, const OffsetF& offset) in DrawPath() 144 SizeF DrawingPainter::GetPathSize(const std::string& commands) in GetPathSize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_path_bridge.cpp | 27 std::string commands = secondArg->ToString(vm)->ToString(vm); in SetPathCommands() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | path_modifier.cpp | 25 void SetPathCommands(ArkUINodeHandle node, ArkUI_CharPtr commands) in SetPathCommands()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-drawing-components-path.md | 34 ### commands subsection
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-drawing-components-path.md | 49 ### commands subsection
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | jsShape.js | 111 commands(commands) { argument
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/dumper/src/ |
H A D | dump_helper.cpp | 48 std::vector<std::shared_ptr<CommandNode>> commands; in Dump() local 71 …ParseCommand(const std::vector<std::string> &args, std::vector<std::shared_ptr<CommandNode>> &comm… in ParseCommand() 127 void DumpHelper::GetCommandNodes(int fd, std::vector<std::shared_ptr<CommandNode>> &commands) in GetCommandNodes()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | js-apis-arkui-shape.md | 90 ### commands subsection
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | js-apis-arkui-shape.md | 90 ### commands subsection
|
/ohos5.0/base/useriam/face_auth/services/src/ |
H A D | sa_command_manager.cpp | 68 const std::vector<SaCommand> &commands) in ProcessSaCommands()
|
/ohos5.0/base/useriam/fingerprint_auth/services/src/ |
H A D | sa_command_manager.cpp | 68 const std::vector<SaCommand> &commands) in ProcessSaCommands()
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/ |
H A D | iptables_wrapper.cpp | 127 …IptablesWrapper::RunMutipleCommands(const IpType &ipType, const std::vector<std::string> &commands) in RunMutipleCommands()
|
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsVSCode/ |
H A D | package.json | 25 "commands": [ array
|
/ohos5.0/base/useriam/face_auth/test/fuzztest/faceauthallinoneexecutorhdi_fuzzer/ |
H A D | face_auth_all_in_one_executor_hdi_fuzzer.cpp | 151 std::vector<SaCommand> commands; in FuzzTriggerSaCommandCallback() local 187 void FillFuzzSaCommandVector(Parcel &parcel, std::vector<SaCommand> &commands) in FillFuzzSaCommandVector()
|
/ohos5.0/base/useriam/fingerprint_auth/test/fuzztest/fingerprintauthallinoneexecutorhdi_fuzzer/ |
H A D | fingerprint_auth_all_in_one_executor_hdi_fuzzer.cpp | 148 std::vector<SaCommand> commands; in FuzzTriggerSaCommandCallback() local 184 void FillFuzzSaCommandVector(Parcel &parcel, std::vector<SaCommand> &commands) in FillFuzzSaCommandVector()
|
/ohos5.0/drivers/peripheral/face_auth/test/fuzztest/face_auth/faceauthallinoneexecutor_fuzzer/ |
H A D | all_in_one_executor_fuzzer.cpp | 74 int32_t OnSaCommands(const std::vector<SaCommand> &commands) override in OnSaCommands()
|
/ohos5.0/drivers/peripheral/fingerprint_auth/test/fuzztest/fingerprint_auth/fingerprintauthallinoneexecutor_fuzzer/ |
H A D | all_in_one_executor_fuzzer.cpp | 74 int32_t OnSaCommands(const std::vector<SaCommand> &commands) override in OnSaCommands()
|