/ohos5.0/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/core/ |
H A D | filter_base.cpp | 190 auto it = std::find_if(routeMap_.begin(), routeMap_.end(), [&outPortName](const PairPort &pp) { in GetRouteInPort() 202 auto it = std::find_if(routeMap_.begin(), routeMap_.end(), [&inPortName](const PairPort &pp) { in GetRouteOutPort()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | meta_object.cpp | 52 if (auto pp = interface_cast<IPropertyInternal>(p)) { in Build() local 144 if (auto pp = interface_pointer_cast<IPropertyInternal>(p)) { in AddProperty() local
|
H A D | metadata.cpp | 85 if (auto pp = interface_pointer_cast<IPropertyInternal>(p)) { in RemoveProperty() local 94 for (auto& pp : cont) { in AddImpl() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/ |
H A D | metadata_helpers.h | 47 if (auto pp = interface_cast<IPropertyInternal>(p)) { in META_BEGIN_NAMESPACE() local
|
H A D | object.h | 337 if (auto pp = interface_pointer_cast<IPropertyInternal>(p)) { in AddProperty() local
|
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/core/ |
H A D | filter_base.cpp | 235 … [&outPortName](const PairPort& pp) { return outPortName == pp.second; }); in GetRouteInPort() 246 [&inPortName](const PairPort& pp) { return inPortName == pp.first; }); in GetRouteOutPort()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/ |
H A D | render_data_store_post_process.cpp | 212 PostProcess pp; in Create() local 396 PostProcess pp; in FillDefaultPostProcessData() local 442 auto& pp = ppStack.postProcesses.emplace_back(); in FillDefaultPostProcessData() local
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/effect/ |
H A D | audio_effect_manager.cpp | 66 static void UpdateUnsupportedDevicePre(PreStreamScene &pp, Stream &stream, const std::string &mode, in UpdateUnsupportedDevicePre() 84 static void UpdateUnsupportedModePre(PreStreamScene &pp, Stream &stream, std::string &mode, int32_t… in UpdateUnsupportedModePre() 130 static int32_t UpdateAvailableStreamPre(ProcessNew &preProcessNew, PreStreamScene &pp, ScenePriorit… in UpdateAvailableStreamPre()
|
/ohos5.0/base/security/crypto_framework/test/unittest/src/ |
H A D | openssl_adapter_mock.c | 428 int OpensslI2dEcPubKey(EC_KEY *a, unsigned char **pp) in OpensslI2dEcPubKey() 444 EC_KEY *OpensslD2iEcPubKey(EC_KEY **a, const unsigned char **pp, long length) in OpensslD2iEcPubKey() 1050 EVP_PKEY *OpensslD2iPubKey(EVP_PKEY **a, const unsigned char **pp, long length) in OpensslD2iPubKey() 1058 EVP_PKEY *OpensslD2iPrivateKey(int type, EVP_PKEY **a, const unsigned char **pp, long length) in OpensslD2iPrivateKey() 1150 RSA *OpensslD2iRsaPubKey(RSA **a, const unsigned char **pp, long length) in OpensslD2iRsaPubKey() 1155 int OpensslI2dRsaPubKey(RSA *a, unsigned char **pp) in OpensslI2dRsaPubKey() 1195 EVP_PKEY *OpensslD2iAutoPrivateKey(EVP_PKEY **a, const unsigned char **pp, long length) in OpensslD2iAutoPrivateKey()
|
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/src/ |
H A D | openssl_adapter.c | 160 int OpensslI2dEcPubKey(EC_KEY *a, unsigned char **pp) in OpensslI2dEcPubKey() 170 EC_KEY *OpensslD2iEcPubKey(EC_KEY **a, const unsigned char **pp, long length) in OpensslD2iEcPubKey() 661 EVP_PKEY *OpensslD2iPubKey(EVP_PKEY **a, const unsigned char **pp, long length) in OpensslD2iPubKey() 666 EVP_PKEY *OpensslD2iPrivateKey(int type, EVP_PKEY **a, const unsigned char **pp, long length) in OpensslD2iPrivateKey() 747 RSA *OpensslD2iRsaPubKey(RSA **a, const unsigned char **pp, long length) in OpensslD2iRsaPubKey() 752 int OpensslI2dRsaPubKey(RSA *a, unsigned char **pp) in OpensslI2dRsaPubKey() 792 EVP_PKEY *OpensslD2iAutoPrivateKey(EVP_PKEY **a, const unsigned char **pp, long length) in OpensslD2iAutoPrivateKey()
|
/ohos5.0/drivers/hdf_core/framework/test/unittest/utils/hcs_parser/unittest/ |
H A D | hcs_config_test.c | 913 struct DeviceResourceAttr *pp = NULL; in HcsTestTraverseAttrInNodeSuccess() local 940 struct DeviceResourceAttr *pp = NULL; in HcsTestTraverseAttrInNodeFail() local
|
/ohos5.0/base/security/certificate_framework/test/unittest/v1.0/src/ |
H A D | cf_mock.cpp | 224 ON_CALL(*this, i2d_PUBKEY).WillByDefault([this](EVP_PKEY *a, unsigned char **pp) { in SetMockFunDefaultBehaviorPartTwo() 518 int __wrap_i2d_PUBKEY(EVP_PKEY *a, unsigned char **pp) in __wrap_i2d_PUBKEY()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | render_system.cpp | 688 const PostProcessConfigurationComponent::PostProcessEffect& pp) in FillPostProcessConfigurationVars() 2191 const auto& pp = *handle; in ProcessPostProcesses() local 2224 const auto& pp = *handle; in ProcessPostProcesses() local
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/scripts/ |
H A D | file_parser.py | 2083 pp = pprint.PrettyPrinter(indent=4) variable
|