Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/plugin_adapter/
H A Dplugin_bridge.cpp89 bool isParamValid = false; in GetDeviceInfo() local
97 isParamValid = true; in GetDeviceInfo()
99 return std::make_pair<std::string, bool>(infoList->ToString(), std::move(isParamValid)); in GetDeviceInfo()