Home
last modified time | relevance | path

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

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