Home
last modified time | relevance | path

Searched refs:GetDeviceInfoByIdImpl (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/device_auth/services/legacy/group_manager/inc/
H A Dgroup_manager.h47 int32_t GetDeviceInfoByIdImpl(int32_t osAccountId, const char *appId, const char *deviceId, const c…
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/
H A Dgroup_manager.c119 int32_t GetDeviceInfoByIdImpl(int32_t osAccountId, const char *appId, const char *deviceId, const c… in GetDeviceInfoByIdImpl() function
/ohos5.0/base/security/device_auth/services/
H A Ddevice_auth.c1612 g_groupManagerInstance->getDeviceInfoById = GetDeviceInfoByIdImpl; in GetGmInstance()