Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_liveview.cpp224 napi_value Common::SetResourceObject(napi_env env, std::shared_ptr<ResourceManager::Resource> &reso… in SetResourceObject() function in OHOS::NotificationNapi::Common
289 if (!SetResourceObject(env, resource, object)) { in SetButton()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dcommon.h1753 …static napi_value SetResourceObject(napi_env env, std::shared_ptr<ResourceManager::Resource> &reso…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dspan_node.h264 void SetResourceObject(RefPtr<ResourceObject> resourceObject) in SetResourceObject() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp1269 spanItem->SetResourceObject(options.resourceObject); in AddSymbolSpanOperation()