Searched refs:isValue (Results 1 - 4 of 4) sorted by relevance
/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()
|
/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);
|
/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);
|
/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()
|
Completed in 3 milliseconds