mirror of
https://github.com/openharmony/device_profile_core.git
synced 2026-07-19 08:56:36 -04:00
@@ -66,7 +66,7 @@ bool TrustGroupManager::CheckTrustGroup(const std::string& deviceId)
|
||||
|
||||
uint32_t groupNum = 0;
|
||||
char* returnGroups = nullptr;
|
||||
int32_t ret = hichainGmInstance_->getRelatedGroups(AUTH_APPID.c_str(), deviceId.c_str(),
|
||||
int32_t ret = hichainGmInstance_->getRelatedGroups(ANY_OS_ACCOUNT, AUTH_APPID.c_str(), deviceId.c_str(),
|
||||
&returnGroups, &groupNum);
|
||||
if (ret != ERR_OK) {
|
||||
HILOGE("faild , ret: %d", ret);
|
||||
|
||||
Reference in New Issue
Block a user