/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_hichain_test.cpp | 214 grounpManager.getTrustedDevices = LnnHichainInterfaceMock::getTrustedDevices; 231 grounpManager.getTrustedDevices = LnnHichainInterfaceMock::getTrustedDevices1;
|
/ohos5.0/base/security/device_auth/test/fuzztest/group_manage/gettrusteddevices_fuzzer/ |
H A D | gettrusteddevices_fuzzer.cpp | 36 …gmInstance->getTrustedDevices(*osAccountId, appId.c_str(), groupId.c_str(), &outDevInfo, &outDevNu… in FuzzDoGetTrustedDevices()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/include/ |
H A D | lnn_hichain_mock.h | 74 static int32_t getTrustedDevices(
|
/ohos5.0/base/security/device_auth/test/fuzztest/device_auth_service/devauthservgettrusteddevices_fuzzer/ |
H A D | devauthservgettrusteddevices_fuzzer.cpp | 92 gmInstance->getTrustedDevices(0, appId.c_str(), g_groupId, &returnDevInfoVec, &deviceNum); in FuzzDoGetTrustedDevices()
|
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/ |
H A D | device_auth_ipc_test.cpp | 1296 …int32_t ret = gm->getTrustedDevices(TEST_OS_ACCOUNT_ID, nullptr, TEST_GROUP_ID, &returnData, &retu… 1306 …int32_t ret = gm->getTrustedDevices(TEST_OS_ACCOUNT_ID, TEST_APP_ID, nullptr, &returnData, &return… 1315 …int32_t ret = gm->getTrustedDevices(TEST_OS_ACCOUNT_ID, TEST_APP_ID, TEST_GROUP_ID, nullptr, &retu… 1324 …int32_t ret = gm->getTrustedDevices(TEST_OS_ACCOUNT_ID, TEST_APP_ID, TEST_GROUP_ID, &returnData, n… 1334 …int32_t ret = gm->getTrustedDevices(TEST_OS_ACCOUNT_ID, TEST_APP_ID, TEST_GROUP_ID, &returnData, &… 1347 …int32_t ret = gm->getTrustedDevices(TEST_OS_ACCOUNT_ID, TEST_APP_ID2, TEST_GROUP_ID2, &returnData,… 1357 …int32_t ret = gm->getTrustedDevices(TEST_OS_ACCOUNT_ID, TEST_APP_ID, TEST_GROUP_ID3, &returnData, … 1367 …int32_t ret = gm->getTrustedDevices(DEFAULT_OS_ACCOUNT, TEST_APP_ID, TEST_GROUP_ID3, &returnData, …
|
H A D | deviceauth_standard_test.cpp | 1657 …int32_t ret = gm->getTrustedDevices(DEFAULT_OS_ACCOUNT, nullptr, TEST_GROUP_ID, &returnData, &retu… 1667 …int32_t ret = gm->getTrustedDevices(DEFAULT_OS_ACCOUNT, TEST_APP_ID, nullptr, &returnData, &return… 1676 …int32_t ret = gm->getTrustedDevices(DEFAULT_OS_ACCOUNT, TEST_APP_ID, TEST_GROUP_ID, nullptr, &retu… 1685 …int32_t ret = gm->getTrustedDevices(DEFAULT_OS_ACCOUNT, TEST_APP_ID, TEST_GROUP_ID, &returnData, n… 1695 …int32_t ret = gm->getTrustedDevices(DEFAULT_OS_ACCOUNT, TEST_APP_ID, TEST_GROUP_ID, &returnData, &… 1708 …int32_t ret = gm->getTrustedDevices(DEFAULT_OS_ACCOUNT, TEST_APP_ID2, TEST_GROUP_ID2, &returnData,… 1718 …int32_t ret = gm->getTrustedDevices(DEFAULT_OS_ACCOUNT, TEST_APP_ID, TEST_GROUP_ID4, &returnData, …
|
H A D | deviceauth_standard_auth_test.cpp | 1749 …ret = gm->getTrustedDevices(DEFAULT_OS_ACCOUNT, TEST_APP_ID, TEST_GROUP_ID, &returnData, &returnNu… 1756 …ret = gm->getTrustedDevices(DEFAULT_OS_ACCOUNT, TEST_APP_ID, TEST_GROUP_ID, &returnData, &returnNu…
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/src/ |
H A D | lnn_hichain_mock.cpp | 214 int32_t LnnHichainInterfaceMock::getTrustedDevices( in getTrustedDevices() function in OHOS::LnnHichainInterfaceMock
|
/ohos5.0/base/security/device_auth/interfaces/inner_api/ |
H A D | device_auth.h | 283 int32_t (*getTrustedDevices)(int32_t osAccountId, const char *appId, const char *groupId, member
|
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/mock/ |
H A D | device_auth.h | 204 int32_t (*getTrustedDevices)(int32_t osAccountId, const char *appId, const char *groupId, member
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_hichain_adapter.c | 159 …if (gmInstance->getTrustedDevices(accountId, AUTH_APPID, groupId, &returnDevInfoVec, &deviceNum) !… in IsTrustedDeviceInAGroup()
|
/ohos5.0/base/security/device_auth/test/fuzztest/devauthfunc_fuzzer/ |
H A D | devauthfunc_fuzzer.cpp | 1112 …ret = gm->getTrustedDevices(DEFAULT_OS_ACCOUNT, TEST_APP_ID, TEST_GROUP_ID, &returnRes, &returnNum… in DevAuthTestCase028()
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/ |
H A D | hichain_connector.cpp | 1082 ret = deviceGroupManager_->getTrustedDevices(userId, DM_PKG_NAME, group.groupId.c_str(), in GetTrustedDevices()
|
/ohos5.0/base/security/device_auth/services/ |
H A D | device_auth.c | 1613 g_groupManagerInstance->getTrustedDevices = GetTrustedDevicesImpl; in GetGmInstance()
|
/ohos5.0/base/security/device_auth/frameworks/src/ |
H A D | ipc_service.c | 827 …callRet = g_devGroupMgrMethod.getTrustedDevices(osAccountId, appId, groupId, &outDevInfo, &outDevN… in IpcServiceGmGetTrustedDevices()
|
H A D | ipc_sdk.c | 1427 gmMethodObj->getTrustedDevices = IpcGmGetTrustedDevices; in InitIpcGmMethods()
|