Searched refs:DEFAULT_PACKAGE_NAME (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/security/device_auth/services/identity_manager/src/ |
H A D | credential_operator.c | 325 .pkgName = { (uint8_t *)DEFAULT_PACKAGE_NAME, HcStrlen(DEFAULT_PACKAGE_NAME) }, in PackPublicKeyToJson() 380 int32_t res = GenerateKeyAliasInner(DEFAULT_PACKAGE_NAME, param->serviceType, param->deviceId, in IsKeyExistReturnAliasIfNeeded() 450 .pkgName = { (uint8_t *)DEFAULT_PACKAGE_NAME, HcStrlen(DEFAULT_PACKAGE_NAME) }, in RegisterIdentity() 520 …res = GenerateKeyAliasInner(DEFAULT_PACKAGE_NAME, DEFAULT_SERVICE_TYPE, selfAuthId, keyType, &self… in ComputeAndSavePsk() 528 …res = GenerateKeyAliasInner(DEFAULT_PACKAGE_NAME, peerServiceType, peerAuthId, keyType, &peerKeyAl… in ComputeAndSavePsk() 548 …res = GenerateKeyAliasInner(DEFAULT_PACKAGE_NAME, peerServiceType, peerAuthId, KEY_ALIAS_PSK, &sha… in ComputeAndSavePsk() 577 …res = GenerateKeyAliasInner(DEFAULT_PACKAGE_NAME, DEFAULT_SERVICE_TYPE, selfAuthId, keyType, &self… in IsSelfKeyPairExist() 623 .pkgName = { (uint8_t *)DEFAULT_PACKAGE_NAME, HcStrlen(DEFAULT_PACKAGE_NAME) }, in UnregisterIdentity()
|
H A D | identity_p2p.c | 200 Uint8Buff pkgNameBuff = { (uint8_t *)DEFAULT_PACKAGE_NAME, HcStrlen(DEFAULT_PACKAGE_NAME) }; in ComputeAndSaveDirectAuthPsk() 265 Uint8Buff pkgNameBuff = { (uint8_t *)DEFAULT_PACKAGE_NAME, HcStrlen(DEFAULT_PACKAGE_NAME) }; in GetDirectAuthPskAliasCreateIfNeeded()
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/utils/dfx/ |
H A D | event_report.cpp | 30 const std::string DEFAULT_PACKAGE_NAME = "entry"; variable 89 .v = { .s = processName.empty() ? const_cast<char *>(DEFAULT_PACKAGE_NAME.c_str()) : in EventWrite()
|
/ohos5.0/base/security/device_auth/services/frameworks/inc/ |
H A D | common_defs.h | 152 #define DEFAULT_PACKAGE_NAME "deviceauth_service" macro
|
/ohos5.0/base/security/device_auth/services/ |
H A D | device_auth.c | 1118 …if (pkgName == NULL && AddStringToJson(context, FIELD_SERVICE_PKG_NAME, DEFAULT_PACKAGE_NAME) != H… in OpenServerAuthSessionForP2P() 1129 const char *appId = pkgName != NULL ? pkgName : DEFAULT_PACKAGE_NAME; in OpenServerAuthSessionForP2P() 1331 int32_t res = BuildClientAuthContext(osAccountId, authReqId, DEFAULT_PACKAGE_NAME, context); in StartAuthDevice() 1342 res = OpenDevSession(authReqId, DEFAULT_PACKAGE_NAME, ¶ms); in StartAuthDevice() 1360 CancelDevSession(requestId, DEFAULT_PACKAGE_NAME); in CancelAuthRequest()
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/ |
H A D | softbus_hisysevt_connreporter.c | 27 #define DEFAULT_PACKAGE_NAME "dsoftbus" macro 545 char pkgName[PKG_NAME_SIZE_MAX] = DEFAULT_PACKAGE_NAME; in SoftbusRecordConnResult()
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/ |
H A D | ext_decoder.cpp | 133 const static std::string DEFAULT_PACKAGE_NAME = "entry"; variable 1104 "PNAMEID", DEFAULT_PACKAGE_NAME, in HeapMemAlloc()
|