Home
last modified time | relevance | path

Searched refs:addParams (Results 1 - 2 of 2) sorted by relevance

/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Ddevice_auth.h168 int32_t (*addMemberToGroup)(int32_t osAccountId, int64_t requestId, const char *appId, const char *addParams);
172 int32_t (*addMultiMembersToGroup)(int32_t osAccountId, const char *appId, const char *addParams);
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dhichain_connector.cpp903 std::string addParams; in addMultiMembers() local
905 if (ParseRemoteCredential(groupType, userId, jsonDeviceList, addParams, osAccountUserId) != DM_OK) { in addMultiMembers()
910 int32_t ret = deviceGroupManager_->addMultiMembersToGroup(osAccountUserId, DM_PKG_NAME, addParams.c_str()); in addMultiMembers()
1005 std::string addParams = ""; in addMultiMembersExt() local
1007 if (ParseRemoteCredentialExt(credentialInfo, addParams, groupOwner) != DM_OK) { in addMultiMembersExt()
1016 int32_t ret = deviceGroupManager_->addMultiMembersToGroup(osAccountUserId, groupOwner.c_str(), addParams.c_str()); in addMultiMembersExt()

Completed in 3 milliseconds