Searched refs:SetObjectStringProperty (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | common_convert_liveview.cpp | 189 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 D | common.h | 1755 …static napi_value SetObjectStringProperty(const napi_env &env, napi_value& object, const std::stri…
|