Home
last modified time | relevance | path

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 Dp2p_bind_ipc_test.cpp49 #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 Ddeviceauth_func_test.cpp663 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 Didentity_p2p.c201 Uint8Buff serviceTypeBuff = { (uint8_t *)DEFAULT_SERVICE_TYPE, HcStrlen(DEFAULT_SERVICE_TYPE) }; in ComputeAndSaveDirectAuthPsk()
263 peerServieType = DEFAULT_SERVICE_TYPE; in GetDirectAuthPskAliasCreateIfNeeded()
H A Dcredential_operator.c228 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 Dcommon_defs.h150 #define DEFAULT_SERVICE_TYPE "service.type.default" macro
/ohos5.0/base/security/device_auth/services/
H A Ddevice_auth.c894 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()