| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
| D | cj_path_ffi.cpp | 26 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/test/mock/core/render/ |
| D | mock_drawing_painter.cpp | 20 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()
|
| 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()
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| D | js_path.cpp | 51 JSRef<JSVal> commands = obj->GetProperty("commands"); in Create() local 58 void JSPath::SetCommands(const std::string& commands) in SetCommands() 80 JSRef<JSVal> commands = params->GetProperty("commands"); in ConstructorCallback() local
|
| D | js_path_shape.cpp | 27 JSRef<JSVal> commands = params->GetProperty("commands"); in ConstructorCallback() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
| D | path_painter.cpp | 28 void PathPainter::DrawPath(RSCanvas& canvas, const std::string& commands, const OffsetF& offset) in DrawPath() 33 SizeF PathPainter::GetPathSize(const std::string& commands) in GetPathSize()
|
| 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()
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_shape/src/ |
| D | PathShape.ts | 18 commands?: string; property
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/ |
| D | ArkPath.ts | 21 commands(value: string): this { method in ArkPathComponent
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/ |
| D | drawing_painter.cpp | 67 RSCanvas& canvas, const std::string& commands, const ShapePaintProperty& shapePaintProperty) in DrawPath() 179 void DrawingPainter::DrawPath(RSCanvas& canvas, const std::string& commands, const OffsetF& offset) in DrawPath() 191 SizeF DrawingPainter::GetPathSize(const std::string& commands) in GetPathSize()
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
| D | arkts_native_path_bridge.cpp | 27 std::string commands = secondArg->ToString(vm)->ToString(vm); in SetPathCommands() local
|
| /foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
| D | path_modifier.cpp | 22 void SetPathCommands(ArkUINodeHandle node, ArkUI_CharPtr commands) in SetPathCommands()
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
| D | jsShape.js | 111 commands(commands) { argument
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/dumper/src/ |
| D | dump_helper.cpp | 47 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/multimedia/av_session/frameworks/cj/include/ |
| D | cj_avsession_cast_controller_impl.h | 92 int32_t GetValidCommands(CArray& commands) {return ERR_CONTROLLER_NOT_EXIST; } in GetValidCommands()
|
| D | cj_avsession_controller_impl.h | 118 int32_t GetValidCommands(CArray& commands) { return ERR_CONTROLLER_NOT_EXIST; } in GetValidCommands()
|
| /foundation/communication/netmanager_base/test/netmanagernative/unittest/wearable_distributed_net_manager_test/ |
| D | wearable_distributed_net_manager_test.cpp | 220 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
|
| /foundation/multimedia/av_session/frameworks/cj/src/ |
| D | cj_avsession_cast_controller_ffi.cpp | 67 int32_t FfiMultimediaAVSessionCastControllerGetValidCommands(char* sessionId, CArray* commands) in FfiMultimediaAVSessionCastControllerGetValidCommands()
|
| D | cj_avsession_controller_ffi.cpp | 76 int32_t FfiMultimediaAVSessionControllerGetValidCommands(char* sessionId, CArray* commands) in FfiMultimediaAVSessionControllerGetValidCommands()
|
| D | cj_avsession_cast_controller_impl.cpp | 182 int32_t CJAVCastControllerImpl::GetValidCommands(CArray& commands) in GetValidCommands()
|
| D | cj_avsession_controller_impl.cpp | 141 int32_t CJAVSessionControllerImpl::GetValidCommands(CArray& commands) in GetValidCommands()
|
| /foundation/communication/netmanager_base/services/netmanagernative/src/netsys/ |
| D | iptables_wrapper.cpp | 143 …IptablesWrapper::RunMutipleCommands(const IpType &ipType, const std::vector<std::string> &commands) in RunMutipleCommands()
|
| /foundation/multimedia/av_session/services/session/server/migrate/ |
| D | migrate_avsession_server_for_next.cpp | 227 void MigrateAVSessionServer::DoValidCommandsSyncToRemote(const std::vector<int32_t>& commands) in DoValidCommandsSyncToRemote() 326 std::vector<int32_t> commands; in UpdateFrontSessionInfoToRemote() local
|
| D | migrate_avsession_proxy.cpp | 382 std::vector<int32_t> commands; in ProcessValidCommands() local
|
| /foundation/communication/netmanager_base/services/netmanagernative/src/manager/ |
| D | wearable_distributed_net_manager.cpp | 222 int32_t WearableDistributedNet::ExecuteIptablesCommands(const std::vector<std::string> &commands) in ExecuteIptablesCommands()
|