Searched refs:getRelatedGroups (Results 1 - 12 of 12) sorted by relevance
/foundation/distributedhardware/device_manager/test/unittest/mock/ |
H A D | device_auth.cpp | 29 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 D | device_auth.h | 200 int32_t (*getRelatedGroups)(int32_t osAccountId, const char *appId, const char *peerDeviceId,
|
/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_hichain_test.cpp | 176 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 D | lnn_hichain_mock.h | 70 static int32_t getRelatedGroups(
|
/foundation/multimedia/media_library/frameworks/services/media_distributed/src/device_manage/ |
H A D | device_permission_verification.cpp | 76 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 D | trust_group_manager.cpp | 99 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 D | hichain_adapter.c | 180 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 D | lnn_hichain_mock.cpp | 163 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 D | distributed_sched_adapter.cpp | 305 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 D | auth_hichain_adapter.c | 210 if (gmInstance->getRelatedGroups(accountId, AUTH_APPID, localUdid, &returnGroupVec, &groupNum) != SOFTBUS_OK) { in HasTrustedRelationWithLocalDevice()
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/device/ |
H A D | device_manager_agent.cpp | 691 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 D | hichain_connector.cpp | 1129 deviceGroupManager_->getRelatedGroups(userId, pkgName, deviceId.c_str(), &returnGroups, &groupNum); in GetRelatedGroupsCommon()
|
Completed in 8 milliseconds