Home
last modified time | relevance | path

Searched refs:getTrustedDevices (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_hichain_test.cpp214 grounpManager.getTrustedDevices = LnnHichainInterfaceMock::getTrustedDevices;
231 grounpManager.getTrustedDevices = LnnHichainInterfaceMock::getTrustedDevices1;
/ohos5.0/base/security/device_auth/test/fuzztest/group_manage/gettrusteddevices_fuzzer/
H A Dgettrusteddevices_fuzzer.cpp36 …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 Dlnn_hichain_mock.h74 static int32_t getTrustedDevices(
/ohos5.0/base/security/device_auth/test/fuzztest/device_auth_service/devauthservgettrusteddevices_fuzzer/
H A Ddevauthservgettrusteddevices_fuzzer.cpp92 gmInstance->getTrustedDevices(0, appId.c_str(), g_groupId, &returnDevInfoVec, &deviceNum); in FuzzDoGetTrustedDevices()
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Ddevice_auth_ipc_test.cpp1296 …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 Ddeviceauth_standard_test.cpp1657 …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 Ddeviceauth_standard_auth_test.cpp1749 …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 Dlnn_hichain_mock.cpp214 int32_t LnnHichainInterfaceMock::getTrustedDevices( in getTrustedDevices() function in OHOS::LnnHichainInterfaceMock
/ohos5.0/base/security/device_auth/interfaces/inner_api/
H A Ddevice_auth.h283 int32_t (*getTrustedDevices)(int32_t osAccountId, const char *appId, const char *groupId, member
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Ddevice_auth.h204 int32_t (*getTrustedDevices)(int32_t osAccountId, const char *appId, const char *groupId, member
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_hichain_adapter.c159 …if (gmInstance->getTrustedDevices(accountId, AUTH_APPID, groupId, &returnDevInfoVec, &deviceNum) !… in IsTrustedDeviceInAGroup()
/ohos5.0/base/security/device_auth/test/fuzztest/devauthfunc_fuzzer/
H A Ddevauthfunc_fuzzer.cpp1112 …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 Dhichain_connector.cpp1082 ret = deviceGroupManager_->getTrustedDevices(userId, DM_PKG_NAME, group.groupId.c_str(), in GetTrustedDevices()
/ohos5.0/base/security/device_auth/services/
H A Ddevice_auth.c1613 g_groupManagerInstance->getTrustedDevices = GetTrustedDevicesImpl; in GetGmInstance()
/ohos5.0/base/security/device_auth/frameworks/src/
H A Dipc_service.c827 …callRet = g_devGroupMgrMethod.getTrustedDevices(osAccountId, appId, groupId, &outDevInfo, &outDevN… in IpcServiceGmGetTrustedDevices()
H A Dipc_sdk.c1427 gmMethodObj->getTrustedDevices = IpcGmGetTrustedDevices; in InitIpcGmMethods()