Searched refs:ec_ (Results 1 - 8 of 8) sorted by relevance
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | asset_loader.cpp | 84 ecs_(ec.GetEcs()), ec_(ec), src_(src), contextUri_(contextUri), in AssetLoader() 95 return ec_; 255 ec_.SetType("entitycollection"); in StartLoading() 257 MigrateAnimation(ec_); in StartLoading() 263 ec_.SetType("scene"); in StartLoading() 265 MigrateAnimation(ec_); in StartLoading() 271 ec_.SetType("animation"); in StartLoading() 273 MigrateAnimation(ec_); in StartLoading() 279 ec_.SetType("material"); in StartLoading() 286 ec_ in StartLoading() 711 IEntityCollection& ec_; global() member in final [all...] |
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/ |
H A D | ecs_asset_loader.cpp | 76 graphicsContext_(graphicsContext), ecs_(ec.GetEcs()), ec_(ec), src_(src), contextUri_(contextUri) in EcsAssetLoader() 86 return ec_; 251 ec_.SetType("entitycollection"); in StartLoading() 254 MigrateAnimation(ec_); in StartLoading() 260 ec_.SetType("animation"); in StartLoading() 263 MigrateAnimation(ec_); in StartLoading() 270 ec_.SetType("gltf"); in StartLoading() 278 ec_.SetType("image"); in StartLoading() 298 ec_.MarkModified(false, true); in ContinueLoading() 336 ec_ in CreateDummyEntity() 551 IEntityCollection& ec_; global() member in final [all...] |
/foundation/communication/netstack/frameworks/native/tls_socket/src/ |
H A D | tls_key.cpp | 76 if (other.ec_ != nullptr) { in operator =() 77 ec_ = EC_KEY_new(); in operator =() 78 ec_ = other.ec_; in operator =() 123 ec_ = EVP_PKEY_get1_EC_KEY(evp_pkey); in DecodeData() 137 if (ec_ || rsa_ || dh_ || dsa_) { in DecodeData() 233 ec_ = (type == PUBLIC_KEY) ? PEM_read_bio_EC_PUBKEY(bio, nullptr, nullptr, nullptr) in SwitchAlgorithm() 235 if (ec_) { in SwitchAlgorithm() 303 if (algo == ALGORITHM_EC && ec_) { in Clear() 305 EC_KEY_free(ec_); in Clear() [all...] |
/foundation/communication/netstack/test/unittest/tls_test/core/ |
H A D | tls_key.test.cpp | 44 EXPECT_EQ(key.ec_, nullptr); in HWTEST_F() 49 other.ec_ = EC_KEY_new(); in HWTEST_F() 55 EXPECT_NE(key.ec_, nullptr); in HWTEST_F() 65 key.ec_ = EC_KEY_new(); in HWTEST_F()
|
/foundation/communication/netstack/test/unittest/tlssocket/core/ |
H A D | tls_key.test.cpp | 44 EXPECT_EQ(key.ec_, nullptr); in HWTEST_F() 49 other.ec_ = EC_KEY_new(); in HWTEST_F() 55 EXPECT_NE(key.ec_, nullptr); in HWTEST_F() 65 key.ec_ = EC_KEY_new(); in HWTEST_F()
|
/foundation/communication/netstack/frameworks/native/tls_socket/include/ |
H A D | tls_key.h | 67 EC_KEY *ec_ = nullptr; member in OHOS::NetStack::TlsSocket::TLSKey
|
/foundation/communication/netstack/test/unittest/tlssocket/client/ |
H A D | TlsKeyTest.cpp | 227 tlsKeyEc.ec_ = EC_KEY_new(); in HWTEST_F()
|
/foundation/communication/netstack/test/unittest/tls_test/client/ |
H A D | TlsKeyTest.cpp | 227 tlsKeyEc.ec_ = EC_KEY_new();
in HWTEST_F()
|
Completed in 5 milliseconds