Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/js/napi/include/
Dcommon.h1490 static napi_value CreateWantAgentByJS(const napi_env &env,
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp514 wantAgent = CreateWantAgentByJS(env, agent); in SetNotificationRequestByWantAgent()
524 wantAgent = CreateWantAgentByJS(env, removalAgent); in SetNotificationRequestByWantAgent()
534 wantAgent = CreateWantAgentByJS(env, maxScreenAgent); in SetNotificationRequestByWantAgent()
1269 wantAgent = CreateWantAgentByJS(env, agent); in SetNotificationActionButton()
4593 napi_value Common::CreateWantAgentByJS(const napi_env &env, in CreateWantAgentByJS() function in OHOS::NotificationNapi::Common