Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/interfaces/kits/napi/src/
H A Dnative_distributedhardwarefwk_js.cpp68 bool IsFunctionType(napi_env env, napi_value value) in IsFunctionType() function
163 if (!IsFunctionType(env, argv[1])) { in PauseDistributedHardware()
215 if (!IsFunctionType(env, argv[1])) { in ResumeDistributedHardware()
267 if (!IsFunctionType(env, argv[1])) { in StopDistributedHardware()
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/include/
H A Ddm_native_util.h67 bool IsFunctionType(napi_env env, napi_value value);
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/kits/js/src/
H A Dnative_devicemanager_js.cpp241 bool IsFunctionType(napi_env env, napi_value value) in IsFunctionType() function
2015 if (!IsFunctionType(env, argv[1])) { in GetTrustedDeviceListByFilter()
2061 if (!IsFunctionType(env, argv[0])) { in GetTrustedDeviceList()
2150 if (!IsFunctionType(env, argv[0])) { in GetLocalDeviceInfo()
2441 if (!IsFunctionType(env, argv[DM_NAPI_ARGS_TWO])) { in AuthenticateDevice()
2568 if (!IsFunctionType(env, argv[1])) { in ImportCredential()
2622 if (!IsFunctionType(env, argv[1])) { in DeleteCredential()
2735 if (!IsFunctionType(env, argv[DM_NAPI_ARGS_TWO])) { in JsOn()
2749 if (!IsFunctionType(env, argv[1])) { in JsOn()
2833 if (!IsFunctionType(env, argv[1])) { in JsOff()
[all …]
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/src/
H A Dnative_devicemanager_js.cpp1180 if (!IsFunctionType(env, argv[0])) { in GetAvailableDeviceList()
1610 if (!IsFunctionType(env, argv[DM_NAPI_ARGS_TWO])) { in BindTarget()
1727 if (!IsFunctionType(env, argv[DM_NAPI_ARGS_TWO])) { in JsOn()
1741 if (!IsFunctionType(env, argv[1])) { in JsOn()
1797 if (!IsFunctionType(env, argv[DM_NAPI_ARGS_TWO])) { in JsOff()
1813 if (!IsFunctionType(env, argv[1])) { in JsOff()
H A Ddm_native_util.cpp221 bool IsFunctionType(napi_env env, napi_value value) in IsFunctionType() function