Searched refs:ConvertHasPointerDevice (Results 1 – 6 of 6) sorted by relevance
33 Global::Resource::InputDevice ConvertHasPointerDevice(std::string hasPointerDevice);
123 resConfig->SetInputDevice(AppExecFwk::ConvertHasPointerDevice(hasPointerDevice_)); in UpdateResConfig()
511 resConfig->SetInputDevice(ConvertHasPointerDevice(hasPointerDevice)); in OnConfigurationUpdatedNotify()
141 Global::Resource::InputDevice ConvertHasPointerDevice(std::string hasPointerDevice) in ConvertHasPointerDevice() function
517 resConfig->SetInputDevice(ConvertHasPointerDevice("true"));539 EXPECT_EQ(updatedResConfig->GetInputDevice(), ConvertHasPointerDevice("false"));
1036 resConfig->SetInputDevice(ConvertHasPointerDevice(hasPointerDevice)); in InitResourceManager()