Home
last modified time | relevance | path

Searched refs:getRelatedGroups (Results 1 - 12 of 12) sorted by relevance

/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Ddevice_auth.cpp29 int32_t (*getRelatedGroups)(const char *appId, const char *peerDeviceId, char **returnGroupVec, uint32_t *groupNum) in getRelatedGroups() function
48 int32_t (*getRelatedGroups)(const char *appId, const char *peerDeviceId, char **returnGroupVec, uint32_t *groupNum) in getRelatedGroups() function
H A Ddevice_auth.h200 int32_t (*getRelatedGroups)(int32_t osAccountId, const char *appId, const char *peerDeviceId,
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_hichain_test.cpp176 grounpManager.getRelatedGroups = LnnHichainInterfaceMock::getRelatedGroups; in HWTEST_F()
212 grounpManager.getRelatedGroups = LnnHichainInterfaceMock::getRelatedGroups1; in HWTEST_F()
/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/include/
H A Dlnn_hichain_mock.h70 static int32_t getRelatedGroups(
/foundation/multimedia/media_library/frameworks/services/media_distributed/src/device_manage/
H A Ddevice_permission_verification.cpp76 ret = hichainDevGroupMgr_->getRelatedGroups(ANY_OS_ACCOUNT, BUNDLE_NAME.c_str(), udid.c_str(), in QueryTrustedRelationship()
/foundation/deviceprofile/device_info_manager/old/services/core/src/authority/
H A Dtrust_group_manager.cpp99 int32_t ret = hichainGmInstance_->getRelatedGroups(ANY_OS_ACCOUNT, AUTH_APPID.c_str(), deviceId.c_str(), in CheckTrustGroup()
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/mini/
H A Dhichain_adapter.c180 int ret = g_deviceGroupManager->getRelatedGroups(userId, HICHAIN_PKG_NAME, deviceId, &returnJsonStr, in GetAuthFormByDeviceId()
/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/src/
H A Dlnn_hichain_mock.cpp163 int32_t LnnHichainInterfaceMock::getRelatedGroups( in getRelatedGroups() function in OHOS::LnnHichainInterfaceMock
169 AUTH_LOGI(AUTH_TEST, "getRelatedGroups test"); in getRelatedGroups()
171 AUTH_LOGI(AUTH_TEST, "getRelatedGroups test return false"); in getRelatedGroups()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_adapter.cpp305 int32_t ret = hichainGmInstance_->getRelatedGroups(ANY_OS_ACCOUNT, bundleName.c_str(), udid.c_str(), in GetRelatedGroups()
307 HILOGI("[PerformanceTest] getRelatedGroups spend %{public}" PRId64 " ms", GetTickCount() - begin); in GetRelatedGroups()
309 HILOGE("hichain getRelatedGroups failed, ret:%{public}d", ret); in GetRelatedGroups()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_hichain_adapter.c210 if (gmInstance->getRelatedGroups(accountId, AUTH_APPID, localUdid, &returnGroupVec, &groupNum) != SOFTBUS_OK) { in HasTrustedRelationWithLocalDevice()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/device/
H A Ddevice_manager_agent.cpp691 int ret = hichainDevGroupMgr_->getRelatedGroups(ANY_OS_ACCOUNT, IDaemon::SERVICE_NAME.c_str(), udid.c_str(), in QueryRelatedGroups()
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dhichain_connector.cpp1129 deviceGroupManager_->getRelatedGroups(userId, pkgName, deviceId.c_str(), &returnGroups, &groupNum); in GetRelatedGroupsCommon()

Completed in 8 milliseconds