Searched refs:DEFAULT_SERVICE_TYPE (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/ |
H A D | p2p_bind_ipc_test.cpp | 49 #define DEFAULT_SERVICE_TYPE "service.type.default" macro 195 DEFAULT_SERVICE_TYPE, json); in CreateServerKeyPair() 395 res = ProcessCredentialDemo(CRED_OP_QUERY, DEFAULT_SERVICE_TYPE); 399 res = ProcessCredentialDemo(CRED_OP_QUERY, DEFAULT_SERVICE_TYPE); 403 res = ProcessCredentialDemo(CRED_OP_QUERY, DEFAULT_SERVICE_TYPE); 411 res = ProcessCredentialDemo(CRED_OP_QUERY, DEFAULT_SERVICE_TYPE); 415 res = ProcessCredentialDemo(CRED_OP_QUERY, DEFAULT_SERVICE_TYPE); 457 res = ProcessCredentialDemo(CRED_OP_QUERY, DEFAULT_SERVICE_TYPE); 463 res = ProcessCredentialDemo(CRED_OP_QUERY, DEFAULT_SERVICE_TYPE); 525 res = ProcessCredentialDemo(CRED_OP_QUERY, DEFAULT_SERVICE_TYPE); [all …]
|
H A D | deviceauth_func_test.cpp | 663 RETURN_FLAG_PUBLIC_KEY, DEFAULT_SERVICE_TYPE, json); in CreateServerKeyPair() 701 RETURN_FLAG_PUBLIC_KEY, DEFAULT_SERVICE_TYPE, json); in DeleteServerKeyPair() 739 RETURN_FLAG_DEFAULT, DEFAULT_SERVICE_TYPE, json); in DeleteAllCredentails() 752 RETURN_FLAG_DEFAULT, DEFAULT_SERVICE_TYPE, json); in DeleteAllCredentails() 1176 res = ProcessCredentialDemo(CRED_OP_QUERY, DEFAULT_SERVICE_TYPE); 1178 res = ProcessCredentialDemo(CRED_OP_CREATE, DEFAULT_SERVICE_TYPE); 1180 res = ProcessCredentialDemo(CRED_OP_QUERY, DEFAULT_SERVICE_TYPE); 1182 res = ProcessCredentialDemo(CRED_OP_DELETE, DEFAULT_SERVICE_TYPE); 1184 res = ProcessCredentialDemo(CRED_OP_QUERY, DEFAULT_SERVICE_TYPE); 1196 res = ProcessCredentialDemo(CRED_OP_QUERY, DEFAULT_SERVICE_TYPE); [all …]
|
/ohos5.0/base/security/device_auth/services/identity_manager/src/ |
H A D | identity_p2p.c | 201 Uint8Buff serviceTypeBuff = { (uint8_t *)DEFAULT_SERVICE_TYPE, HcStrlen(DEFAULT_SERVICE_TYPE) }; in ComputeAndSaveDirectAuthPsk() 263 peerServieType = DEFAULT_SERVICE_TYPE; in GetDirectAuthPskAliasCreateIfNeeded()
|
H A D | credential_operator.c | 228 param->serviceType = strdup(DEFAULT_SERVICE_TYPE); in DecodeServiceTypeAndPublicKey() 520 …res = GenerateKeyAliasInner(DEFAULT_PACKAGE_NAME, DEFAULT_SERVICE_TYPE, selfAuthId, keyType, &self… in ComputeAndSavePsk() 577 …res = GenerateKeyAliasInner(DEFAULT_PACKAGE_NAME, DEFAULT_SERVICE_TYPE, selfAuthId, keyType, &self… in IsSelfKeyPairExist()
|
/ohos5.0/base/security/device_auth/services/frameworks/inc/ |
H A D | common_defs.h | 150 #define DEFAULT_SERVICE_TYPE "service.type.default" macro
|
/ohos5.0/base/security/device_auth/services/ |
H A D | device_auth.c | 894 AddStringToJson(context, FIELD_SERVICE_TYPE, DEFAULT_SERVICE_TYPE) != HC_SUCCESS) { in BuildP2PBindContext() 1124 …if (serviceType == NULL && AddStringToJson(context, FIELD_SERVICE_TYPE, DEFAULT_SERVICE_TYPE) != H… in OpenServerAuthSessionForP2P()
|