Home
last modified time | relevance | path

Searched refs:GetDeviceTypeName (Results 1 – 2 of 2) sorted by relevance

/ide/tools/previewer/jsapp/rich/
DJsAppImpl.h96 std::string GetDeviceTypeName(const OHOS::Ace::DeviceType) const;
DJsAppImpl.cpp540 GetDeviceTypeName(params.deviceType).c_str()); in LoadDocument()
545 string JsAppImpl::GetDeviceTypeName(const OHOS::Ace::DeviceType type) const in GetDeviceTypeName() function in JsAppImpl