Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dsubscribe.cpp118 napi_value soundResult = nullptr; in SetSubscribeCallbackData() local
123 napi_create_string_utf8(env, sound.c_str(), NAPI_AUTO_LENGTH, &soundResult); in SetSubscribeCallbackData()
124 napi_set_named_property(env, result, "sound", soundResult); in SetSubscribeCallbackData()