Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/src/
H A Dnative_devicemanager_js.cpp49 const std::string DM_NAPI_EVENT_REPLY_RESULT = "replyResult"; variable
703 if (eventType == DM_NAPI_EVENT_REPLY_RESULT) { in CreateDmCallback()
834 if (eventType == DM_NAPI_EVENT_REPLY_RESULT) { in ReleaseDmCallback()
943 OnEvent(DM_NAPI_EVENT_REPLY_RESULT, DM_NAPI_ARGS_ONE, &result); in OnDmUiCall()