Searched refs:SetUIContentInner (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/window/window_manager/wm/include/ |
H A D | window_impl.h | 435 WMError SetUIContentInner(const std::string& contentInfo, napi_env env, napi_value storage,
|
H A D | window_session_impl.h | 471 WMError SetUIContentInner(const std::string& contentInfo, napi_env env, napi_value storage,
|
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | window_impl.cpp | 609 return SetUIContentInner(contentInfo, env, storage, in NapiSetUIContent() 617 return SetUIContentInner(contentInfo, env, storage, WindowSetUIContentType::BY_NAME, in SetUIContentByName() 624 return SetUIContentInner(contentInfo, env, storage, WindowSetUIContentType::BY_ABC, in SetUIContentByAbc() 628 WMError WindowImpl::SetUIContentInner(const std::string& contentInfo, napi_env env, napi_value stor… in SetUIContentInner() function in OHOS::Rosen::WindowImpl
|
H A D | window_session_impl.cpp | 1259 return SetUIContentInner(contentInfo, env, storage, in NapiSetUIContent() 1267 return SetUIContentInner(contentInfo, env, storage, WindowSetUIContentType::BY_NAME, in SetUIContentByName() 1274 return SetUIContentInner(contentInfo, env, storage, WindowSetUIContentType::BY_ABC, in SetUIContentByAbc() 1337 WMError WindowSessionImpl::SetUIContentInner(const std::string& contentInfo, napi_env env, napi_val… in SetUIContentInner() function in OHOS::Rosen::WindowSessionImpl
|