Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/user_auth/hdi_service/key_mgr/inc/
H A Dudid_manager.h29 bool SetLocalUdid(const char* udid);
/ohos5.0/drivers/peripheral/user_auth/hdi_service/key_mgr/src/
H A Dudid_manager.c26 bool SetLocalUdid(const char *udid) in SetLocalUdid() function
/ohos5.0/drivers/peripheral/user_auth/hdi_service/service/
H A Duser_auth_interface_service.cpp103 bool ret = SetLocalUdid(g_localUdid.c_str()); in Init()