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 D | driver_os_account_subscriber.cpp | 33 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 D | driver_os_account_subscriber.h | 31 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 D | emit_event_manager.cpp | 107 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