Searched refs:IsFunctionType (Results 1 - 5 of 5) sorted by relevance
/foundation/distributedhardware/distributed_hardware_fwk/interfaces/kits/napi/src/ |
H A D | native_distributedhardwarefwk_js.cpp | 68 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()
|
/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/include/ |
H A D | dm_native_util.h | 67 bool IsFunctionType(napi_env env, napi_value value);
|
/foundation/distributedhardware/device_manager/interfaces/kits/js/src/ |
H A D | native_devicemanager_js.cpp | 250 bool IsFunctionType(napi_env env, napi_value value)
in IsFunctionType() function 2034 if (!IsFunctionType(env, argv[1])) {
in GetTrustedDeviceListByFilter() 2080 if (!IsFunctionType(env, argv[0])) {
in GetTrustedDeviceList() 2169 if (!IsFunctionType(env, argv[0])) {
in GetLocalDeviceInfo() 2460 if (!IsFunctionType(env, argv[DM_NAPI_ARGS_TWO])) {
in AuthenticateDevice() 2587 if (!IsFunctionType(env, argv[1])) {
in ImportCredential() 2641 if (!IsFunctionType(env, argv[1])) {
in DeleteCredential() 2754 if (!IsFunctionType(env, argv[DM_NAPI_ARGS_TWO])) {
in JsOn() 2768 if (!IsFunctionType(env, argv[1])) {
in JsOn() 2836 if (!IsFunctionType(en in JsOff() [all...] |
/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/src/ |
H A D | native_devicemanager_js.cpp | 1194 if (!IsFunctionType(env, argv[0])) { in GetAvailableDeviceList() 1624 if (!IsFunctionType(env, argv[DM_NAPI_ARGS_TWO])) { in BindTarget() 1741 if (!IsFunctionType(env, argv[DM_NAPI_ARGS_TWO])) { in JsOn() 1755 if (!IsFunctionType(env, argv[1])) { in JsOn() 1811 if (!IsFunctionType(env, argv[DM_NAPI_ARGS_TWO])) { in JsOff() 1827 if (!IsFunctionType(env, argv[1])) { in JsOff()
|
H A D | dm_native_util.cpp | 219 bool IsFunctionType(napi_env env, napi_value value) in IsFunctionType() function
|
Completed in 11 milliseconds