/foundation/filemanagement/app_file_service/test/fuzztest/remotefileshare_fuzzer/ |
H A D | remotefileshare_fuzzer.cpp | 47 struct HmdfsShareControl sc; in ShareFilePathIoctlFdAndCidFuzzTest() local 72 sc.srcFd = size; in ShareFilePathIoctlFdAndCidFuzzTest() 73 if (memcpy_s(sc.cid, HMDFS_CID_SIZE, cid, size) != 0) { in ShareFilePathIoctlFdAndCidFuzzTest() 78 ret = ioctl(dirFd, HMDFS_IOC_SET_SHARE_PATH, &sc); in ShareFilePathIoctlFdAndCidFuzzTest() 89 struct HmdfsShareControl sc; in ShareFilePathIoctlCidFuzzTest() local 120 sc.srcFd = size; in ShareFilePathIoctlCidFuzzTest() 122 if (memcpy_s(sc.cid, HMDFS_CID_SIZE, cid, size) != 0) { in ShareFilePathIoctlCidFuzzTest() 128 ret = ioctl(dirFd, HMDFS_IOC_SET_SHARE_PATH, &sc); in ShareFilePathIoctlCidFuzzTest() 141 struct HmdfsShareControl sc; in ShareFilePathIoctlFdFuzzTest() local 167 if (memcpy_s(sc in ShareFilePathIoctlFdFuzzTest() [all...] |
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | sole_child_element.cpp | 56 auto sc = AceType::DynamicCast<SingleChild>(updateComponent); in LocalizedUpdateWithItemComponent() local 57 if ((updateElement == nullptr) || (sc == nullptr) || (sc->GetChild() == nullptr)) { in LocalizedUpdateWithItemComponent() 60 updateComponent = sc->GetChild(); in LocalizedUpdateWithItemComponent()
|
/foundation/communication/netmanager_ext/frameworks/native/ethernetclient/src/ |
H A D | interface_configuration.cpp | 53 sptr<StaticConfiguration> sc = StaticConfiguration::Unmarshalling(parcel); in Unmarshalling() local 54 if (sc == nullptr) { in Unmarshalling() 55 NETMGR_EXT_LOG_E("sc is null"); in Unmarshalling() 58 ptr->ipStatic_ = *sc; in Unmarshalling()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/ |
H A D | security_component_test_ng.cpp | 175 LocationButtonModelNG sc; in SetLocationUserDefinedPropty() local 176 sc.SetFontSize(Dimension(15.0)); // 15.0 vp in SetLocationUserDefinedPropty() 177 sc.SetIconSize(Dimension(15.0)); // 15.0 vp in SetLocationUserDefinedPropty() 178 sc.SetIconColor(Color::RED); in SetLocationUserDefinedPropty() 179 sc.SetFontStyle(Ace::FontStyle::ITALIC); in SetLocationUserDefinedPropty() 180 sc.SetFontWeight(FontWeight::BOLDER); in SetLocationUserDefinedPropty() 182 sc.SetFontFamily(fontFamilies); in SetLocationUserDefinedPropty() 183 sc.SetFontColor(Color::GREEN); in SetLocationUserDefinedPropty() 184 sc.SetBackgroundColor(Color::GRAY); in SetLocationUserDefinedPropty() 185 sc in SetLocationUserDefinedPropty() 196 PasteButtonModelNG sc; SetPasteUserDefinedPropty() local 217 SaveButtonModelNG sc; SetSaveUserDefinedPropty() local [all...] |
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/ |
H A D | ffmpeg_reference_parser.cpp | 211 ParserSdtpInfo *sc = (ParserSdtpInfo *)videoStream->priv_data;
in ParserRefInit() local 212 if (sc->sdtpCount > 0 && sc->sdtpData != nullptr) {
in ParserRefInit() 213 MEDIA_LOG_E("Sdtp exist: " PUBLIC_LOG_D32, sc->sdtpCount);
in ParserRefInit() 214 if (referenceParser_->ParserSdtpData(sc->sdtpData, sc->sdtpCount) == Status::OK) {
in ParserRefInit()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_config.cpp | 188 bool sc = false; in GetBleSecurity() local 189 bool ret = config_->GetValue(SECTION_HOST, PROPERTY_BLE_SECURITY, sc); in GetBleSecurity() 191 sc = true; in GetBleSecurity() 194 return sc; in GetBleSecurity()
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/ |
H A D | render_node_default_cameras.cpp | 49 const float sc = 0.5f * invShadowCount; in GetShadowBias() local 51 return BASE_NS::Math::Mat4X4 { sc, 0.0f, 0.0f, 0.0f, 0.0f, 0.5f, 0.0f, 0.0f, 0.0f, 0.0f, 1.0f, 0.0f, sc + so, 0.5f, in GetShadowBias()
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | entity_collection.cpp | 642 auto* sc = srcSubCollection->GetSubCollection(j); 643 auto root = sc->GetEntity("/");
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | render_system.h | 177 CORE_NS::Entity ProcessScene(const RenderConfigurationComponent& sc);
|
H A D | render_system.cpp | 1386 Entity RenderSystem::ProcessScene(const RenderConfigurationComponent& sc) in ProcessScene() argument 1399 dsLight_->SetShadowTypes(GetRenderShadowTypes(sc), 0u); in ProcessScene()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
H A D | rs_round_corner_display_test.cpp | 636 rs_rcd::SupportConfig sc = {true, 1}; in HWTEST_F() local 637 EXPECT_EQ(sc.ReadXmlNode(ngPtr, std::string("aa"), std::string("mm")), false); in HWTEST_F()
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | device_gles.cpp | 2205 auto sc = static_cast<const SwapchainGLES*>(deviceGLES_.GetSwapchain(defaultSwapChain)); 2206 deviceGLES_.SwapBuffers(*sc);
|