Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_liveview.cpp189 napi_value Common::SetObjectStringProperty(const napi_env& env, napi_value& object, in SetObjectStringProperty() function in OHOS::NotificationNapi::Common
227 if (SetObjectStringProperty(env, object, "bundleName", resource->bundleName) == nullptr) { in SetResourceObject()
231 if (SetObjectStringProperty(env, object, "moduleName", resource->moduleName) == nullptr) { in SetResourceObject()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dcommon.h1755 …static napi_value SetObjectStringProperty(const napi_env &env, napi_value& object, const std::stri…