Searched refs:DM_NAPI_ARGS_ONE (Results 1 - 2 of 2) sorted by relevance
/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/src/ |
H A D | native_devicemanager_js.cpp | 53 const int32_t DM_NAPI_ARGS_ONE = 1; member 576 OnEvent("deviceStateChange", DM_NAPI_ARGS_ONE, &result); in OnDeviceStatusChange() 593 OnEvent("discoverSuccess", DM_NAPI_ARGS_ONE, &result); in OnDeviceFound() 607 OnEvent("discoverFail", DM_NAPI_ARGS_ONE, &result); in OnDiscoveryFailed() 620 OnEvent("publishSuccess", DM_NAPI_ARGS_ONE, &result); in OnPublishResult() 625 OnEvent("publishFail", DM_NAPI_ARGS_ONE, &result); in OnPublishResult() 944 OnEvent(DM_NAPI_EVENT_REPLY_RESULT, DM_NAPI_ARGS_ONE, &result); in OnDmUiCall() 1099 GET_PARAMS(env, info, DM_NAPI_ARGS_ONE); in CallDeviceList() 1192 } else if (argc == DM_NAPI_ARGS_ONE) { in GetAvailableDeviceList() 1193 GET_PARAMS(env, info, DM_NAPI_ARGS_ONE); in GetAvailableDeviceList() [all...] |
/foundation/distributedhardware/device_manager/interfaces/kits/js/src/ |
H A D | native_devicemanager_js.cpp | 50 const int32_t DM_NAPI_ARGS_ONE = 1;
member 776 OnEvent("deviceStateChange", DM_NAPI_ARGS_ONE, &result);
in OnDeviceStateChange() 799 OnEvent("deviceFound", DM_NAPI_ARGS_ONE, &result);
in OnDeviceFound() 814 OnEvent("discoverFail", DM_NAPI_ARGS_ONE, &result);
in OnDiscoveryFailed() 827 OnEvent("publishSuccess", DM_NAPI_ARGS_ONE, &result);
in OnPublishResult() 832 OnEvent("publishFail", DM_NAPI_ARGS_ONE, &result);
in OnPublishResult() 854 napi_call_function(env_, nullptr, handler, DM_NAPI_ARGS_ONE, &result, &callResult);
in OnCredentialResult() 1626 OnEvent(DM_NAPI_EVENT_UI_STATE_CHANGE, DM_NAPI_ARGS_ONE, &result);
in OnDmUiCall() 1696 napi_call_function(env, nullptr, handler, DM_NAPI_ARGS_ONE, &result, &callResult);
in CallRequestCreInfoStatus() 1932 GET_PARAMS(env, info, DM_NAPI_ARGS_ONE);
in CallDeviceList() [all...] |
Completed in 8 milliseconds