Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/test/commonfuzztest/dmauthmanager_fuzzer/
H A Ddm_auth_manager_fuzzer.cpp97 g_authManager->UserSwitchEventCallback(g_userId); in DmAuthManagerFuzzTest()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Ddm_auth_manager.h425 void UserSwitchEventCallback(int32_t userId);
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_auth_manager_first.cpp260 authManager_->UserSwitchEventCallback(userId);
964 authManager_->UserSwitchEventCallback(userId);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp2272 void DmAuthManager::UserSwitchEventCallback(int32_t userId) in UserSwitchEventCallback() function in OHOS::DistributedHardware::DmAuthManager