Home
last modified time | relevance | path

Searched refs:isValue (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkpath_fuzzer/
H A Dpath_fuzzer.cpp288 bool isValue = GetObject<bool>(); in NativeDrawingPathTest006() local
304 OH_Drawing_PathAddPolygon(nullptr, point, count, isValue); in NativeDrawingPathTest006()
305 OH_Drawing_PathAddPolygon(path, nullptr, count, isValue); in NativeDrawingPathTest006()
306 OH_Drawing_PathAddPolygon(path, point, 0, isValue); in NativeDrawingPathTest006()
307 OH_Drawing_PathAddPolygon(path, point, count, isValue); in NativeDrawingPathTest006()
341 bool isValue = GetObject<bool>(); in NativeDrawingPathTest007() local
363 OH_Drawing_PathTransformWithPerspectiveClip(nullptr, matrix, dstPath, isValue); in NativeDrawingPathTest007()
364 OH_Drawing_PathTransformWithPerspectiveClip(path, nullptr, dstPath, isValue); in NativeDrawingPathTest007()
365 OH_Drawing_PathTransformWithPerspectiveClip(path, matrix, dstPath, isValue); in NativeDrawingPathTest007()
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_utils.cpp55 napi_value NotificationNapi::NapiGetBoolean(napi_env env, const bool &isValue) in NapiGetBoolean() argument
58 napi_get_boolean(env, isValue, &result); in NapiGetBoolean()
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/include/
H A Dcommon.h52 static napi_value NapiGetboolean(const napi_env &env, const bool isValue);
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_utils.cpp62 napi_value Common::NapiGetBoolean(napi_env env, const bool &isValue) in NapiGetBoolean() argument
65 napi_get_boolean(env, isValue, &result); in NapiGetBoolean()
/ohos5.0/foundation/resourceschedule/device_usage_statistics/interfaces/kits/bundlestats/napi/include/
H A Dbundle_state_common.h31 static napi_value NapiGetboolean(napi_env env, const bool &isValue);
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/src/
H A Dcommon.cpp46 napi_value Common::NapiGetboolean(const napi_env &env, const bool isValue) in NapiGetboolean() argument
49 NAPI_CALL(env, napi_get_boolean(env, isValue, &result)); in NapiGetboolean()
/ohos5.0/base/location/frameworks/js/napi/notification/include/
H A Dnotification_napi.h105 static napi_value NapiGetBoolean(napi_env env, const bool &isValue);
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dcommon.h113 static napi_value NapiGetBoolean(napi_env env, const bool &isValue);