Home
last modified time | relevance | path

Searched refs:getDeviceTypeMtx (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/init/
H A Ddevice_type_manager.cpp35 DeviceTypeManager::DeviceTypeManager() : deviceType(false), getDeviceTypeMtx() in DeviceTypeManager()
63 getDeviceTypeMtx.lock(); in GetDeviceTypeInfo()
71 getDeviceTypeMtx.unlock(); in GetDeviceTypeInfo()
80 getDeviceTypeMtx.unlock(); in GetDeviceTypeInfo()
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/include/init/
H A Ddevice_type_manager.h43 std::mutex getDeviceTypeMtx; variable