Home
last modified time | relevance | path

Searched refs:newId (Results 1 - 3 of 3) sorted by relevance

/drivers/external_device_manager/services/native/driver_extension_manager/src/drivers_pkg_manager/
H A Ddriver_os_account_subscriber.cpp33 void DriverOsAccountSwitched::OnAccountsSwitch(const int &newId, const int &oldId) in OnAccountsSwitch() argument
35 EDM_LOGI(MODULE_PKG_MGR, "OnAccountsSwitched, newId=%{public}d, oldId=%{public}d", newId, oldId); in OnAccountsSwitch()
56 void DriverOsAccountSwitching::OnAccountsSwitch(const int &newId, const int &oldId) in OnAccountsSwitch() argument
58 EDM_LOGI(MODULE_PKG_MGR, "OnAccountsSwitching, newId=%{public}d, oldId=%{public}d", newId, oldId); in OnAccountsSwitch()
/drivers/external_device_manager/services/native/driver_extension_manager/include/drivers_pkg_manager/
H A Ddriver_os_account_subscriber.h31 void OnAccountsSwitch(const int &newId, const int &oldId) override;
42 void OnAccountsSwitch(const int &newId, const int &oldId) override;
/drivers/peripheral/input/ddk_service/src/emit_event_manager/
H A Demit_event_manager.cpp107 uint32_t newId = virtualDeviceMap_.size(); in GetCurDeviceId() local
108 while (virtualDeviceMap_.count(newId) != 0) { in GetCurDeviceId()
109 newId++; in GetCurDeviceId()
111 id = static_cast<int32_t>(newId); in GetCurDeviceId()

Completed in 1 milliseconds