Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/interfaces/kits/js/src/
H A Dnative_devicemanager_js.cpp51 const int32_t DM_NAPI_ARGS_TWO = 2; variable
1491 GET_PARAMS(env, info, DM_NAPI_ARGS_TWO); in SetUserOperationSync()
1539 napi_value array[DM_NAPI_ARGS_TWO] = {0}; in CallGetTrustedDeviceListStatusSync()
1627 napi_value array[DM_NAPI_ARGS_TWO] = {0}; in CallGetTrustedDeviceListStatus()
2007 GET_PARAMS(env, info, DM_NAPI_ARGS_TWO); in GetTrustedDeviceListByFilter()
2066 } else if (argc == DM_NAPI_ARGS_TWO) { in GetTrustedDeviceList()
2277 if (argcNum == DM_NAPI_ARGS_TWO) { in StartDeviceDiscoverSync()
2486 GET_PARAMS(env, info, DM_NAPI_ARGS_TWO); in RequestCredential()
2558 GET_PARAMS(env, info, DM_NAPI_ARGS_TWO); in ImportCredential()
2611 GET_PARAMS(env, info, DM_NAPI_ARGS_TWO); in DeleteCredential()
[all …]
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/src/
H A Dnative_devicemanager_js.cpp54 const int32_t DM_NAPI_ARGS_TWO = 2; variable
637 napi_value result[DM_NAPI_ARGS_TWO] = {0}; in OnAuthResult()
864 GET_PARAMS(env, info, DM_NAPI_ARGS_TWO); in SetUserOperationSync()
1002 napi_value array[DM_NAPI_ARGS_TWO] = {0}; in CallGetAvailableDeviceListStatus()
1414 } else if (argcNum == DM_NAPI_ARGS_TWO) { in StartDeviceDiscover()
1415 GET_PARAMS(env, info, DM_NAPI_ARGS_TWO); in StartDeviceDiscover()
1610 if (!IsFunctionType(env, argv[DM_NAPI_ARGS_TWO])) { in BindTarget()
1727 if (!IsFunctionType(env, argv[DM_NAPI_ARGS_TWO])) { in JsOn()
1732 GET_PARAMS(env, info, DM_NAPI_ARGS_TWO); in JsOn()
1797 if (!IsFunctionType(env, argv[DM_NAPI_ARGS_TWO])) { in JsOff()
[all …]