/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/file_sharing/src/ |
H A D | acl.cpp | 28 for (const auto &e : entries) { in ReCalcMaskPerm() local 67 [] (const AclXattrEntry e) { return e.tag == ACL_TAG::GROUP; }); in SetMaskEntry() 149 for (const auto &e : entries) { in Serialize() local 162 int Acl::DeSerialize(const char *p, size_t size) in DeSerialize() 176 for (const AclXattrEntry *e = reinterpret_cast<const AclXattrEntry *>(p); in DeSerialize() local
|
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | ShaderJS.cpp | 45 META_NS::Property<type> p(prop_); in Get() local 51 META_NS::Property<type> p(prop_); in Set() local 58 [](napi_env e, napi_callback_info i) -> napi_value { in insertProp() 63 [](napi_env e, napi_callback_info i) -> napi_value { in insertProp() 94 META_NS::Property<SCENE_NS::IBitmap::Ptr> p(prop_); in Get() local 126 META_NS::Property<SCENE_NS::IBitmap::Ptr> p(prop_); in Set() local 134 [](napi_env e, napi_callback_info i) -> napi_value { in insertProp() 139 [](napi_env e, napi_callback_info i) -> napi_value { in insertProp() 182 [](napi_env e, napi_callback_info i) -> napi_value { in insertProp() 212 ShaderJS::ShaderJS(napi_env e, napi_callback_info i) in ShaderJS() [all …]
|
/ohos5.0/foundation/distributeddatamgr/kv_store/databaseutils/src/ |
H A D | acl.cpp | 49 for (const auto &e : entries_) { in ReCalcMaskPerm() local 113 for (const auto &e : entries_) { in Serialize() local 124 int Acl::DeSerialize(const char *p, int32_t bufSize) in DeSerialize() 134 for (const AclXattrEntry *e = reinterpret_cast<const AclXattrEntry *>(p); in DeSerialize() local
|
/ohos5.0/foundation/communication/wifi/wifi/base/cRPC/src/ |
H A D | server.c | 132 static unsigned int CheckEventMask(const struct epoll_event *e) in CheckEventMask() 230 struct epoll_event *e = loop->epEvents + i; in RunRpcLoop() local 271 struct Node *p = server->eventNode[pos].head; in BeforeLoop() local 318 struct Node *p = server->eventNode[pos].head; in RegisterCallback() local 345 struct Node *p = server->eventNode[pos].head; in UnRegisterCallback() local 371 struct Node *p = server->eventNode[i].head; in RemoveCallback() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/ecs/ |
H A D | entity_manager.cpp | 40 uint32_t GetId(const Entity& e) in GetId() 45 uint32_t GetGeneration(const Entity& e) in GetGeneration() 101 for (const auto& e : entities_) { in ~EntityManager() local 178 auto& e = entities_[id]; in GetReferenceCounted() local 202 auto& e = entities_[id]; in Destroy() local 218 auto& e = entities_[i]; in DestroyAllEntities() local 248 for (const Entity& e : removedList_) { in GetRemovedEntities() local 324 auto& e = entities_[id]; in UpdateDeadEntities() local 342 const auto& e = owner.entities_[index]; in IteratorImpl() local 393 auto p = new EntityManager::IteratorImpl(*this, index, type); in MakeIterator() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/ |
H A D | event_impl.h | 83 EventImpl(const EventImpl& e) : handlers_(e.handlers_), name_(e.name_) {} in EventImpl() 103 bool IsCompatibleWith(const ICallable::Ptr& p) const override in IsCompatibleWith() 109 Token AddHandler(const ICallable::Ptr& p, Token userToken) override in AddHandler() 128 bool RemoveHandler(Token p) override in RemoveHandler()
|
/ohos5.0/foundation/communication/wifi/wifi/frameworks/js/napi/inc/ |
H A D | wifi_napi_event.h | 69 …explicit AsyncEventData(napi_env e, napi_ref r, std::function<napi_value ()> p, const std::string&… in AsyncEventData()
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/hvigor/ |
H A D | hvigor-wrapper.js | 15 …e=require("path"),t=require("os"),n=require("fs"),r=require("child_process"),u=require("process"),… argument
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/hvigor/ |
H A D | hvigor-wrapper.js | 15 …e=require("path"),t=require("os"),n=require("fs"),r=require("child_process"),u=require("process"),… argument
|
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/hvigor/ |
H A D | hvigor-wrapper.js | 16 …e=require("path"),t=require("os"),n=require("fs"),r=require("child_process"),u=require("process"),… argument
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | data_detector_mgr.cpp | 32 engine_ = DataDetectorInstance(new DataDetectorDefault, [](DataDetectorInterface* e) { in DataDetectorMgr() 33 auto* p = reinterpret_cast<DataDetectorDefault*>(e); in DataDetectorMgr() local
|
H A D | image_analyzer_mgr.cpp | 32 engine_ = ImageAnalyzerInstance(new ImageAnalyzerDefault, [](ImageAnalyzerInterface* e) { in ImageAnalyzerMgr() 33 auto* p = reinterpret_cast<ImageAnalyzerDefault*>(e); in ImageAnalyzerMgr() local
|
/ohos5.0/foundation/arkui/advanced_ui_component/interface/treeview/ |
H A D | treeview.js | 32 on(e, t) { argument 37 once(e, t) { argument 49 off(e, t) { argument 65 emit(e, t) { argument 114 getData(e) { argument 194 constructor(e) { argument 304 class p extends N { class 1490 init(e) { argument 1805 let e = 0; variable 2326 function _(e) { argument [all …]
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/hvigor/ |
H A D | hvigor-wrapper.js | 16 "use strict";var u=require("path"),D=require("os"),e=require("fs"),t=require("child_process"),r=req… constant
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/ |
H A D | main.cpp | 54 for (const auto& e : g_validExts) { local 103 std::string p, op; local 248 size_t p = ftell(d); local 320 FILE* e = fopen(fname.c_str(), "wb"); local 468 FILE* e = fopen(fname.c_str(), "wb"); local
|
/ohos5.0/base/security/huks/services/huks_standard/huks_engine/main/device_cert_manager/src/ |
H A D | dcm_attest_utils.c | 123 uint8_t *p = key->data; in GetEcPublicKey() local 148 struct HksAsn1Blob e = { ASN_1_TAG_TYPE_INT, info->eOrYSize, publicKey + info->nOrXSize }; in ConstructKeySeq() local
|
/ohos5.0/base/security/crypto_framework/test/unittest/src/ |
H A D | openssl_adapter_mock.c | 329 int OpensslEcGroupGetCurveGfp(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx) in OpensslEcGroupGetCurveGfp() 702 EVP_PKEY_CTX *OpensslEvpPkeyCtxNew(EVP_PKEY *pkey, ENGINE *e) in OpensslEvpPkeyCtxNew() 802 EVP_PKEY_CTX *OpensslEvpPkeyCtxNewId(int id, ENGINE *e) in OpensslEvpPkeyCtxNewId() 938 int OpensslDsaSet0Pqg(DSA *dsa, BIGNUM *p, BIGNUM *q, BIGNUM *g) in OpensslDsaSet0Pqg() 1095 BIGNUM *e, BN_GENCB *cb) in OpensslRsaGenerateMultiPrimeKey() 1100 int OpensslRsaGenerateKeyEx(RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb) in OpensslRsaGenerateKeyEx() 1110 int OpensslRsaSet0Key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d) in OpensslRsaSet0Key() 1135 void OpensslRsaGet0Factors(const RSA *r, const BIGNUM **p, const BIGNUM **q) in OpensslRsaGet0Factors() 1849 int OpensslDhSet0Pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g) in OpensslDhSet0Pqg() 1951 int OpensslEcPointSetAffineCoordinates(const EC_GROUP *group, EC_POINT *p, in OpensslEcPointSetAffineCoordinates() [all …]
|
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/src/ |
H A D | openssl_adapter.c | 428 EVP_PKEY_CTX *OpensslEvpPkeyCtxNew(EVP_PKEY *pkey, ENGINE *e) in OpensslEvpPkeyCtxNew() 475 EVP_PKEY_CTX *OpensslEvpPkeyCtxNewId(int id, ENGINE *e) in OpensslEvpPkeyCtxNewId() 591 int OpensslDsaSet0Pqg(DSA *dsa, BIGNUM *p, BIGNUM *q, BIGNUM *g) in OpensslDsaSet0Pqg() 692 BIGNUM *e, BN_GENCB *cb) in OpensslRsaGenerateMultiPrimeKey() 697 int OpensslRsaGenerateKeyEx(RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb) in OpensslRsaGenerateKeyEx() 707 int OpensslRsaSet0Key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d) in OpensslRsaSet0Key() 732 void OpensslRsaGet0Factors(const RSA *r, const BIGNUM **p, const BIGNUM **q) in OpensslRsaGet0Factors() 1301 int OpensslDhSet0Pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g) in OpensslDhSet0Pqg() 1346 int OpensslAsn1StringLength(ASN1_OCTET_STRING *p) in OpensslAsn1StringLength() 1351 const unsigned char *OpensslAsn1StringGet0Data(ASN1_OCTET_STRING *p) in OpensslAsn1StringGet0Data() [all …]
|
/ohos5.0/base/security/huks/utils/crypto_adapter/ |
H A D | hks_client_service_adapter.c | 80 static int32_t RsaToX509PublicKey(const struct HksBlob *mod, const struct HksBlob *e, struct HksBlo… in RsaToX509PublicKey() 208 …const struct HksBlob *publicKey, struct HksBlob *y, struct HksBlob *p, struct HksBlob *q, struct H… in GetDsaPubKeyParam() 237 static int32_t DsaToX509PublicKey(const struct HksBlob *y, const struct HksBlob *p, const struct Hk… in DsaToX509PublicKey() 292 struct HksBlob p = {0}; in DsaPublicKeyToX509() local 644 const BIGNUM *p = NULL; in X509PublicKeyToDsa() local
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/ |
H A D | stream.rs | 41 p: PhantomData<S>, field 50 let e = ErrorStack::get(); in get_error() localVariable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_base_render_util.cpp | 90 inline float SafePow(float x, float e) in SafePow() 119 float e = 0.0f; member 123 inline float RcpResponsePq(float x, const TransferParameters& p) in RcpResponsePq() 129 inline float ResponsePq(float x, const TransferParameters& p) in ResponsePq() 136 static constexpr float RcpResponse(float x, const TransferParameters& p) in RcpResponse() 141 inline constexpr float Response(float x, const TransferParameters& p) in Response() 146 inline constexpr float RcpFullResponse(float x, const TransferParameters& p) in RcpFullResponse() 151 inline constexpr float FullResponse(float x, const TransferParameters& p) in FullResponse() 188 const float e = 0.14f; in ACESToneMapping() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | scene_impl.cpp | 1250 …static BASE_NS::shared_ptr<CORE_NS::IInterface> relmat(SceneImpl* me, const BASE_NS::string_view p) in relmat() 1254 …tatic BASE_NS::shared_ptr<CORE_NS::IInterface> relmesh(SceneImpl* me, const BASE_NS::string_view p) in relmesh() 1258 …tatic BASE_NS::shared_ptr<CORE_NS::IInterface> relanim(SceneImpl* me, const BASE_NS::string_view p) in relanim() 1262 …tatic BASE_NS::shared_ptr<CORE_NS::IInterface> relnode(SceneImpl* me, const BASE_NS::string_view p) in relnode() 1646 if (auto e = interface_pointer_cast<SCENE_NS::IEcsObject>(camera)) { in ActivateCamera() local 1658 if (auto e = interface_pointer_cast<SCENE_NS::IEcsObject>(camera)) { in DeactivateCamera() local 1668 if (auto e = interface_pointer_cast<SCENE_NS::IEcsObject>(camera)) { in IsCameraActive() local
|
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/ |
H A D | rsa_asy_key_generator_openssl.c | 239 const BIGNUM *e = OpensslRsaGet0E(impl->pk); in GetRsaPubKeySpecBigInteger() local 575 const BIGNUM *p = NULL; in GetPriKeyEncoded() local 1192 BIGNUM **e, BIGNUM **d) in ParseRsaBnFromBin() 1229 BIGNUM *e = NULL; in InitRsaStructByBin() local 1435 BIGNUM *e = OpensslBnNew(); in SetDefaultValue() local
|
/ohos5.0/drivers/peripheral/input/udriver/src/ |
H A D | input_device_manager.cpp | 577 char *p {}; in InotifyEventHandler() local 708 for (auto &e : inputDevList_) { in OpenDevice() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/ |
H A D | material_component_manager.cpp | 174 …FindIf(componentMetaData, [key = propertyObject.key](const Property& p) { return p.name == key; }); in AppendProperties() 672 for (const Entity e : gcList) { in Destroy() local
|