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 D | path_fuzzer.cpp | 288 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 D | notification_napi_utils.cpp | 55 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 D | common.h | 52 static napi_value NapiGetboolean(const napi_env &env, const bool isValue);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | common_utils.cpp | 62 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 D | bundle_state_common.h | 31 static napi_value NapiGetboolean(napi_env env, const bool &isValue);
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/src/ |
H A D | common.cpp | 46 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 D | notification_napi.h | 105 static napi_value NapiGetBoolean(napi_env env, const bool &isValue);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/ |
H A D | common.h | 113 static napi_value NapiGetBoolean(napi_env env, const bool &isValue);
|