Home
last modified time | relevance | path

Searched refs:DM_NAPI_ARGS_TWO (Results 1 - 2 of 2) sorted by relevance

/foundation/distributedhardware/device_manager/interfaces/kits/js/src/
H A Dnative_devicemanager_js.cpp51 const int32_t DM_NAPI_ARGS_TWO = 2; member
876 napi_value result[DM_NAPI_ARGS_TWO] = {0}; in OnAuthResult()
900 napi_call_function(env_, nullptr, handler, DM_NAPI_ARGS_TWO, &result[0], &callResult); in OnAuthResult()
1500 GET_PARAMS(env, info, DM_NAPI_ARGS_TWO); in SetUserOperationSync()
1553 napi_value array[DM_NAPI_ARGS_TWO] = {0}; in CallGetTrustedDeviceListStatusSync()
1646 napi_value array[DM_NAPI_ARGS_TWO] = {0}; in CallGetTrustedDeviceListStatus()
1669 NAPI_CALL_RETURN_VOID(env, napi_call_function(env, nullptr, handler, DM_NAPI_ARGS_TWO, &array[0], &callResult)); in CallGetTrustedDeviceListStatus()
1706 napi_value result[DM_NAPI_ARGS_TWO] = {0}; in CallGetLocalDeviceInfoSync()
1725 napi_value result[DM_NAPI_ARGS_TWO] = {0}; in CallGetLocalDeviceInfo()
1741 NAPI_CALL_RETURN_VOID(env, napi_call_function(env, nullptr, handler, DM_NAPI_ARGS_TWO, in CallGetLocalDeviceInfo()
[all...]
/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/src/
H A Dnative_devicemanager_js.cpp54 const int32_t DM_NAPI_ARGS_TWO = 2; member
638 napi_value result[DM_NAPI_ARGS_TWO] = {0}; in OnAuthResult()
662 napi_call_function(env_, nullptr, handler, DM_NAPI_ARGS_TWO, &result[0], &callResult); in OnAuthResult()
865 GET_PARAMS(env, info, DM_NAPI_ARGS_TWO); in SetUserOperationSync()
1016 napi_value array[DM_NAPI_ARGS_TWO] = {0}; in CallGetAvailableDeviceListStatus()
1047 NAPI_CALL_RETURN_VOID(env, napi_call_function(env, nullptr, handler, DM_NAPI_ARGS_TWO, &array[0], in CallGetAvailableDeviceListStatus()
1428 } else if (argcNum == DM_NAPI_ARGS_TWO) { in StartDeviceDiscover()
1429 GET_PARAMS(env, info, DM_NAPI_ARGS_TWO); in StartDeviceDiscover()
1624 if (!IsFunctionType(env, argv[DM_NAPI_ARGS_TWO])) { in BindTarget()
1629 napi_create_reference(env, argv[DM_NAPI_ARGS_TWO], in BindTarget()
[all...]

Completed in 8 milliseconds