Home
last modified time | relevance | path

Searched defs:sc (Results 1 – 7 of 7) sorted by relevance

/foundation/filemanagement/app_file_service/test/fuzztest/remotefileshare_fuzzer/
Dremotefileshare_fuzzer.cpp47 struct HmdfsShareControl sc; in ShareFilePathIoctlFdAndCidFuzzTest() local
89 struct HmdfsShareControl sc; in ShareFilePathIoctlCidFuzzTest() local
141 struct HmdfsShareControl sc; in ShareFilePathIoctlFdFuzzTest() local
/foundation/communication/netmanager_ext/frameworks/native/ethernetclient/src/
Dinterface_configuration.cpp53 sptr<StaticConfiguration> sc = StaticConfiguration::Unmarshalling(parcel); in Unmarshalling() local
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
Dsole_child_element.cpp60 auto sc = AceType::DynamicCast<SingleChild>(updateComponent); in LocalizedUpdateWithItemComponent() local
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
Drender_node_default_cameras.cpp48 const float sc = 0.5f * invShadowCount; in GetShadowBias() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/
Dsecurity_component_test_ng.cpp182 LocationButtonModelNG sc; in SetLocationUserDefinedPropty() local
203 PasteButtonModelNG sc; in SetPasteUserDefinedPropty() local
224 SaveButtonModelNG sc; in SetSaveUserDefinedPropty() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
Dble_config.cpp188 bool sc = false; in GetBleSecurity() local
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
Drender_system.cpp1138 Entity RenderSystem::ProcessScene(const RenderConfigurationComponent& sc) in ProcessScene()