Home
last modified time | relevance | path

Searched defs:commonEventType (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_device_manager_service_two.cpp257 std::string commonEventType = "usual.event.USER_SWITCHED"; variable
283 std::string commonEventType = "usual.event.USER_SWITCHED"; variable
H A DUTTest_device_manager_service.cpp1429 std::string commonEventType = "helloworld"; variable
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/
H A Ddevice_manager_service_impl_lite.cpp453 …d DeviceManagerServiceImpl::AccountCommonEventCallback(int32_t userId, std::string commonEventType) in AccountCommonEventCallback()
459 void DeviceManagerServiceImpl::ScreenCommonEventCallback(std::string commonEventType) in ScreenCommonEventCallback()
H A Ddevice_manager_service_impl.cpp713 …d DeviceManagerServiceImpl::AccountCommonEventCallback(int32_t userId, std::string commonEventType) in AccountCommonEventCallback()
725 void DeviceManagerServiceImpl::ScreenCommonEventCallback(std::string commonEventType) in ScreenCommonEventCallback()
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service.cpp1597 void DeviceManagerService::AccountCommonEventCallback(int32_t userId, std::string commonEventType) in AccountCommonEventCallback()
1648 void DeviceManagerService::ScreenCommonEventCallback(std::string commonEventType) in ScreenCommonEventCallback()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp2238 void DmAuthManager::CommonEventCallback(int32_t userId, std::string commonEventType) in CommonEventCallback()