Home
last modified time | relevance | path

Searched refs:GetDeviceSecLevelByUdidAsync (Results 1 – 4 of 4) sorted by relevance

/base/security/dataclassification/interfaces/innerkits/datatransmitmgr/include/
Ddev_slinfo_adpt.h61 int32_t GetDeviceSecLevelByUdidAsync(const uint8_t *udid, uint32_t udidLen);
/base/security/dataclassification/frameworks/datatransmitmgr/
Ddev_slinfo_mgr.c88 ret = GetDeviceSecLevelByUdidAsync(queryParams->udid, queryParams->udidLen); in GetHighestSecLevelByUdidAsync()
Ddev_slinfo_adpt.c235 int32_t GetDeviceSecLevelByUdidAsync(const uint8_t *udid, uint32_t udidLen) in GetDeviceSecLevelByUdidAsync() function
/base/security/dataclassification/test/unittest/datatransmitmgr/
DDevSLMgrTest.cpp278 GetDeviceSecLevelByUdidAsync(nullptr, 0);