Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/manager/
H A Dnapi_slot.h216 napi_value ParseParametersSetSlotByBundle(
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dslot.cpp320 napi_value ParseParametersSetSlotByBundle( in ParseParametersSetSlotByBundle() function
849 if (ParseParametersSetSlotByBundle(env, info, params) == nullptr) { in SetSlotByBundle()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_slot.cpp158 if (ParseParametersSetSlotByBundle(env, info, params) == nullptr) { in NapiSetSlotByBundle()