Home
last modified time | relevance | path

Searched defs:commands (Results 1 – 25 of 68) sorted by relevance

123

/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
Dcj_path_ffi.cpp26 void FfiOHOSAceFrameworkPathCreate(const char* commands) in FfiOHOSAceFrameworkPathCreate()
33 double width, int32_t widthUnit, double height, int32_t heightUnit, const char* commands) in FfiOHOSAceFrameworkPathCreateWithSize()
45 int64_t FfiOHOSAceFrameworkPathInsCreate(const char* commands) in FfiOHOSAceFrameworkPathInsCreate()
55 double width, int32_t widthUnit, double height, int32_t heightUnit, const char* commands) in FfiOHOSAceFrameworkPathInsCreateWithSize()
68 void FfiOHOSAceFrameworkPathSetCommands(const char* commands) in FfiOHOSAceFrameworkPathSetCommands()
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala/arkui/src/generated/
DArkPathInterfaces.ts65 commands?: string; property
69 commands: string; property
DArkPath.ts82 public commands(value: string): this { method in ArkPathComponent
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala-arkts/arkui/src/generated/
DArkPathInterfaces.ts51 commands?: string; property
55 commands: string; property
DArkPath.ts68 public commands(value: string): this { method in ArkPathComponent
/foundation/arkui/ace_engine/test/mock/core/render/
Dmock_drawing_painter.cpp20 RSCanvas& canvas, const std::string& commands, const ShapePaintProperty& shapePaintProperty) in DrawPath()
27 void DrawingPainter::DrawPath(RSCanvas& canvas, const std::string& commands, const OffsetF& offset)… in DrawPath()
28 SizeF DrawingPainter::GetPathSize(const std::string& commands) in GetPathSize()
Dmock_path_painter.cpp23 void PathPainter::DrawPath(RSCanvas& canvas, const std::string& commands, const OffsetF& offset) {} in DrawPath()
25 SizeF PathPainter::GetPathSize(const std::string& commands) in GetPathSize()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Dpath_painter.cpp28 void PathPainter::DrawPath(RSCanvas& canvas, const std::string& commands, const OffsetF& offset) in DrawPath()
33 SizeF PathPainter::GetPathSize(const std::string& commands) in GetPathSize()
Dsk_painter.cpp28 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()
Ddrawing_painter.cpp95 RSCanvas& canvas, const std::string& commands, const ShapePaintProperty& shapePaintProperty) in DrawPath()
171 void DrawingPainter::DrawPath(RSCanvas& canvas, const std::string& commands, const OffsetF& offset) in DrawPath()
183 SizeF DrawingPainter::GetPathSize(const std::string& commands) in GetPathSize()
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala-arkts/arkui-ohos/src/component/
Dpath.ts69 commands?: string; property
73 commands(value: string | undefined): this method
93 public commands(value: string | undefined): this { method in ArkPathComponent
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
DArkPath.ts20 commands?: ResourceStr; property
26 commands(value: ResourceStr): this { method in ArkPathComponent
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_shape/src/
DPathShape.ts18 commands?: string; property
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_path.cpp51 JSRef<JSVal> commands = obj->GetProperty("commands"); in Create() local
107 JSRef<JSVal> commands = params->GetProperty("commands"); in ConstructorCallback() local
Djs_path_shape.cpp27 JSRef<JSVal> commands = params->GetProperty("commands"); in ConstructorCallback() local
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
Diptables_wrapper_test.cpp85 std::vector<std::string> commands = {comdLine}; variable
105 std::vector<std::string> commands = {comdLine}; variable
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala-arkts/arkui/src/generated/peers/
DArkPathPeer.ts94 commands?: string property
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala/arkui/src/generated/peers/
DArkPathPeer.ts108 commands?: string property
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
Darkts_native_path_bridge.cpp32 std::string commands; in SetPathCommands() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DjsShape.js111 commands(commands) { argument
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dpath_modifier.cpp23 void SetPathCommands(ArkUINodeHandle node, ArkUI_CharPtr commands, void* resObjPtr) in SetPathCommands()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/dumper/src/
Ddump_helper.cpp47 std::vector<std::shared_ptr<CommandNode>> commands; in Dump() local
70 …ParseCommand(const std::vector<std::string> &args, std::vector<std::shared_ptr<CommandNode>> &comm… in ParseCommand()
126 void DumpHelper::GetCommandNodes(int fd, std::vector<std::shared_ptr<CommandNode>> &commands) in GetCommandNodes()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/implementation/
Dpath_shape_accessor.cpp72 const Ark_String* commands) in CommandsImpl()
/foundation/multimedia/av_session/frameworks/cj/include/
Dcj_avsession_cast_controller_impl.h92 int32_t GetValidCommands(CArray& commands) {return ERR_CONTROLLER_NOT_EXIST; } in GetValidCommands()
/foundation/communication/netmanager_base/test/netmanagernative/unittest/wearable_distributed_net_manager_test/
Dwearable_distributed_net_manager_test.cpp220 std::vector<std::string> commands = {longCommand}; variable
228 std::vector<std::string> commands = {"success", "success"}; variable
236 std::vector<std::string> commands = {"-A INPUT -p tcp --dport 8080 -j ACCEPT"}; variable

123