Home
last modified time | relevance | path

Searched defs:commands (Results 1 - 25 of 35) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dpath_painter.cpp37 void PathPainter::DrawPath(RSCanvas& canvas, const std::string& commands, const OffsetF& offset) in DrawPath() argument
46 SizeF PathPainter::GetPathSize(const std::string& commands) in GetPathSize() argument
H A Dsk_painter.cpp28 void SkPainter::DrawPath(RSCanvas& canvas, const std::string& commands, const ShapePaintProperty& shapePaintProperty) in DrawPath() argument
256 void SkPainter::DrawPath(RSCanvas& canvas, const std::string& commands, const OffsetF& offset) in DrawPath() argument
272 SizeF SkPainter::GetPathSize(const std::string& commands) in GetPathSize() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_path_bridge.cpp27 std::string commands = secondArg->ToString(vm)->ToString(vm); in SetPathCommands() local
/foundation/arkui/ace_engine/test/mock/core/render/
H A Dmock_path_painter.cpp23 void PathPainter::DrawPath(RSCanvas& canvas, const std::string& commands, const OffsetF& offset) {} in DrawPath() argument
25 SizeF PathPainter::GetPathSize(const std::string& commands) in GetPathSize() argument
/base/telephony/core_service/test/unittest/utils_codec_gtest/
H A Drequest_apdu_build_test.cpp46 std::list<std::unique_ptr<ApduCommand>> commands = build.GetCommands(); in HWTEST_F() local
/base/useriam/fingerprint_auth/services/src/
H A Dsa_command_manager.cpp67 ProcessSaCommands(std::shared_ptr<FingerprintAllInOneExecutorHdi> executor, const std::vector<SaCommand> &commands) ProcessSaCommands() argument
H A Dfingerprint_auth_all_in_one_executor_hdi.cpp417 int32_t FingerprintAllInOneExecutorHdi::SaCommandCallback::OnSaCommands(const std::vector<SaCommand> &commands) in OnSaCommands() argument
/base/useriam/face_auth/services/src/
H A Dsa_command_manager.cpp67 ProcessSaCommands(std::shared_ptr<FaceAuthAllInOneExecutorHdi> executor, const std::vector<SaCommand> &commands) ProcessSaCommands() argument
H A Dface_auth_all_in_one_executor_hdi.cpp414 int32_t FaceAuthAllInOneExecutorHdi::SaCommandCallback::OnSaCommands(const std::vector<SaCommand> &commands) in OnSaCommands() argument
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_path_ffi.cpp26 void FfiOHOSAceFrameworkPathCreate(const char* commands) in FfiOHOSAceFrameworkPathCreate() argument
45 int64_t FfiOHOSAceFrameworkPathInsCreate(const char* commands) in FfiOHOSAceFrameworkPathInsCreate() argument
68 void FfiOHOSAceFrameworkPathSetCommands(const char* commands) in FfiOHOSAceFrameworkPathSetCommands() argument
32 FfiOHOSAceFrameworkPathCreateWithSize( double width, int32_t widthUnit, double height, int32_t heightUnit, const char* commands) FfiOHOSAceFrameworkPathCreateWithSize() argument
54 FfiOHOSAceFrameworkPathInsCreateWithSize( double width, int32_t widthUnit, double height, int32_t heightUnit, const char* commands) FfiOHOSAceFrameworkPathInsCreateWithSize() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_path_shape.cpp27 JSRef<JSVal> commands = params->GetProperty("commands"); in ConstructorCallback() local
H A Djs_path.cpp51 JSRef<JSVal> commands = obj->GetProperty("commands"); in Create() local
58 void JSPath::SetCommands(const std::string& commands) in SetCommands() argument
80 JSRef<JSVal> commands = params->GetProperty("commands"); in ConstructorCallback() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dpath_modifier.cpp22 void SetPathCommands(ArkUINodeHandle node, ArkUI_CharPtr commands) in SetPathCommands() argument
/base/useriam/fingerprint_auth/test/unittest/
H A Dsa_command_manager_unit_test.cpp77 const std::vector<SaCommand> commands; in HWTEST_F() local
96 std::vector<SaCommand> commands; in HWTEST_F() local
119 std::vector<SaCommand> commands; in HWTEST_F() local
141 std::vector<SaCommand> commands; in HWTEST_F() local
[all...]
/base/useriam/face_auth/test/unittest/
H A Dsa_command_manager_unit_test.cpp77 const std::vector<SaCommand> commands; in HWTEST_F() local
96 std::vector<SaCommand> commands; in HWTEST_F() local
119 std::vector<SaCommand> commands; in HWTEST_F() local
141 std::vector<SaCommand> commands; in HWTEST_F() local
[all...]
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Diptables_wrapper.cpp128 int32_t IptablesWrapper::RunMutipleCommands(const IpType &ipType, const std::vector<std::string> &commands) in RunMutipleCommands() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/
H A Ddrawing_painter.cpp132 void DrawingPainter::DrawPath(RSCanvas& canvas, const std::string& commands, const OffsetF& offset) in DrawPath() argument
144 SizeF DrawingPainter::GetPathSize(const std::string& commands) in GetPathSize() argument
19 DrawPath( RSCanvas& canvas, const std::string& commands, const ShapePaintProperty& shapePaintProperty) DrawPath() argument
/base/location/services/location_locator/locator/source/
H A Dgnss_ability_proxy.cpp246 LocationErrCode GnssAbilityProxy::SendCommand(std::unique_ptr<LocationCommand>& commands) in SendCommand() argument
/foundation/communication/netmanager_base/test/netmanagernative/unittest/wearable_distributed_net_manager_test/
H A Dwearable_distributed_net_manager_test.cpp220 std::vector<std::string> commands = {longCommand}; in HWTEST_F() local
228 std::vector<std::string> commands = {"success", "success"}; in HWTEST_F() local
236 std::vector<std::string> commands = {"-A INPUT -p tcp --dport 8080 -j ACCEPT"}; in HWTEST_F() local
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Dwearable_distributed_net_manager.cpp216 int32_t WearableDistributedNet::ExecuteIptablesCommands(const std::vector<std::string> &commands) in ExecuteIptablesCommands() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/dumper/src/
H A Ddump_helper.cpp48 std::vector<std::shared_ptr<CommandNode>> commands; in Dump() local
71 void DumpHelper::ParseCommand(const std::vector<std::string> &args, std::vector<std::shared_ptr<CommandNode>> &commands) in ParseCommand() argument
127 GetCommandNodes(int fd, std::vector<std::shared_ptr<CommandNode>> &commands) GetCommandNodes() argument
[all...]
/base/useriam/face_auth/test/fuzztest/faceauthallinoneexecutorhdi_fuzzer/
H A Dface_auth_all_in_one_executor_hdi_fuzzer.cpp151 std::vector<SaCommand> commands; in FuzzTriggerSaCommandCallback() local
187 void FillFuzzSaCommandVector(Parcel &parcel, std::vector<SaCommand> &commands) in FillFuzzSaCommandVector() argument
/base/useriam/fingerprint_auth/test/fuzztest/fingerprintauthallinoneexecutorhdi_fuzzer/
H A Dfingerprint_auth_all_in_one_executor_hdi_fuzzer.cpp148 std::vector<SaCommand> commands; in FuzzTriggerSaCommandCallback() local
184 void FillFuzzSaCommandVector(Parcel &parcel, std::vector<SaCommand> &commands) in FillFuzzSaCommandVector() argument
/base/web/webview/ohos_adapter/media_adapter/src/
H A Dmedia_avsession_adapter_impl.cpp257 static const std::vector<int32_t> commands = { in RegistCallback() local
/foundation/arkui/ace_engine/test/unittest/core/rosen/
H A Drosen_render_context_test_new.cpp115 std::string commands = "abcd"; in HWTEST_F() local

Completed in 16 milliseconds

12