Home
last modified time | relevance | path

Searched refs:AUTH_APPID (Results 1 - 3 of 3) sorted by relevance

/foundation/deviceprofile/device_info_manager/old/services/core/src/authority/
H A Dtrust_group_manager.cpp31 const std::string AUTH_APPID = "device_profile_auth"; member
85 if (hichainGmInstance_->regDataChangeListener(AUTH_APPID.c_str(), &dataChangeListener_) != 0) { in InitDataChangeListener()
99 int32_t ret = hichainGmInstance_->getRelatedGroups(ANY_OS_ACCOUNT, AUTH_APPID.c_str(), deviceId.c_str(), in CheckTrustGroup()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_hichain_adapter.c32 #define AUTH_APPID "softbus_auth" macro
161 if (gmInstance->getTrustedDevices(accountId, AUTH_APPID, groupId, &returnDevInfoVec, &deviceNum) != SOFTBUS_OK) { in IsTrustedDeviceInAGroup()
210 if (gmInstance->getRelatedGroups(accountId, AUTH_APPID, localUdid, &returnGroupVec, &groupNum) != SOFTBUS_OK) { in HasTrustedRelationWithLocalDevice()
288 if (gmInstance->getJoinedGroups(0, AUTH_APPID, (GroupType)groupType, &accountGroups, &groupCnt) != 0) { in HichainGetJoinedGroups()
314 if (gmInstance->getJoinedGroups(accountId, AUTH_APPID, SAME_ACCOUNT_GROUY_TYPE, &returnGroupVec, &groupNum) != in IsSameAccountGroupDevice()
H A Dauth_hichain.c33 #define AUTH_APPID "softbus_auth" macro
67 !AddStringToJsonObject(msg, FIELD_SERVICE_PKG_NAME, AUTH_APPID) || in GenDeviceLevelParam()
214 !AddStringToJsonObject(msg, FIELD_SERVICE_PKG_NAME, AUTH_APPID) || in OnRequest()
392 if (RegChangeListener(AUTH_APPID, &hichainListener) != SOFTBUS_OK) { in RegTrustDataChangeListener()
401 int32_t ret = UnregChangeListener(AUTH_APPID); in UnregTrustDataChangeListener()
453 CancelRequest(authReqId, AUTH_APPID); in HichainCancelRequest()

Completed in 3 milliseconds