Home
last modified time | relevance | path

Searched refs:GROUP_MANAGER_PACKAGE_NAME (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/channel_manager/soft_bus_channel/
H A Dsoft_bus_channel.c181 … int64_t channelId = (int64_t)OpenAuthSession(GROUP_MANAGER_PACKAGE_NAME, NULL, 0, connectParams); in OpenSoftBusChannel()
259 …int32_t res = CreateSessionServer(GROUP_MANAGER_PACKAGE_NAME, GROUP_MANAGER_PACKAGE_NAME, &softBus… in InitSoftBusChannelModule()
273 int32_t res = RemoveSessionServer(GROUP_MANAGER_PACKAGE_NAME, GROUP_MANAGER_PACKAGE_NAME); in DestroySoftBusChannelModule()
/ohos5.0/base/security/device_auth/services/identity_manager/src/
H A Didentity_group.c138 …Uint8Buff pkgNameBuff = { (uint8_t *)GROUP_MANAGER_PACKAGE_NAME, HcStrlen(GROUP_MANAGER_PACKAGE_NA… in IsP2pAuthTokenExist()
455 …Uint8Buff pkgNameBuff = { (uint8_t *)GROUP_MANAGER_PACKAGE_NAME, (uint32_t)HcStrlen(GROUP_MANAGER_… in GenerateKeyAliasForIso()
591 …Uint8Buff pkgNameBuff = { (uint8_t *)GROUP_MANAGER_PACKAGE_NAME, HcStrlen(GROUP_MANAGER_PACKAGE_NA… in GenerateSelfKeyAlias()
614 …Uint8Buff pkgNameBuff = { (uint8_t *)GROUP_MANAGER_PACKAGE_NAME, HcStrlen(GROUP_MANAGER_PACKAGE_NA… in GeneratePeerKeyAlias()
740 …Uint8Buff pkgNameBuff = { (uint8_t *)GROUP_MANAGER_PACKAGE_NAME, HcStrlen(GROUP_MANAGER_PACKAGE_NA… in GeneratePskAliasAndCheckExist()
/ohos5.0/base/security/device_auth/services/frameworks/inc/
H A Dcommon_defs.h153 #define GROUP_MANAGER_PACKAGE_NAME "com.huawei.devicegroupmanage" macro
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/creds_manager/
H A Ddas_standard_token_manager.c79 …if (memcmp(params->pkgName.val, GROUP_MANAGER_PACKAGE_NAME, HcStrlen(GROUP_MANAGER_PACKAGE_NAME)) … in UnregisterLocalIdentityStd()
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/iso_task/iso_task_common/
H A Diso_task_common.c267 …Uint8Buff pkgNameBuff = { (uint8_t *)GROUP_MANAGER_PACKAGE_NAME, HcStrlen(GROUP_MANAGER_PACKAGE_NA… in GenerateKeyAliasForIso()
/ohos5.0/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/account_unrelated_group_auth/
H A Daccount_unrelated_group_auth.c318 …if (AddStringToJson(paramsData, FIELD_SERVICE_PKG_NAME, GROUP_MANAGER_PACKAGE_NAME) != HC_SUCCESS)… in AddNonAccountPkgName()
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/peer_to_peer_group/
H A Dpeer_to_peer_group.c216 const char *appId = GROUP_MANAGER_PACKAGE_NAME; in DelPeerDevAndKeyInfo()
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v1/compatible_bind_sub_session/
H A Dcompatible_bind_sub_session_common.c464 if (AddStringToJson(moduleParams, FIELD_PKG_NAME, GROUP_MANAGER_PACKAGE_NAME) != HC_SUCCESS) { in AddRequestInfoToParams()
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Ddeviceauth_interface_test.cpp895 params.pkgName.val = (uint8_t *)GROUP_MANAGER_PACKAGE_NAME;
896 params.pkgName.length = HcStrlen(GROUP_MANAGER_PACKAGE_NAME);
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/group_operation_common/
H A Dgroup_operation_common.c956 const char *appId = GROUP_MANAGER_PACKAGE_NAME; in ProcessKeyPair()
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/
H A Ddev_session_v2.c140 .appId = GROUP_MANAGER_PACKAGE_NAME, in CmdExchangePkGenerator()
173 …AuthCodeImportParams params = { userType, GROUP_MANAGER_PACKAGE_NAME, groupId, authIdBuf, osAccoun… in CmdImportAuthCodeGenerator()
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/
H A Dgroup_operation.c223 const char *appId = GROUP_MANAGER_PACKAGE_NAME; in GetPkByParams()