Home
last modified time | relevance | path

Searched refs:GETTER (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H A Dsendable_image_receiver_napi.cpp339 if (args.async != CallType::GETTER) { in CheckArgs()
406 if (args.async != CallType::GETTER) { in JSCommonProcess()
454 .async = CallType::GETTER, in JsGetSize()
484 .async = CallType::GETTER, in JsGetCapacity()
512 .async = CallType::GETTER, in JsGetFormat()
609 .async = CallType::GETTER, in JsTest()
627 .async = CallType::GETTER, in JsCheckDeviceTest()
637 if (args.async != CallType::GETTER) { in JsCheckDeviceTest()
651 .async = CallType::GETTER, in JsTestYUV()
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_receiver_napi.cpp341 if (args.async != CallType::GETTER) { in CheckArgs()
408 if (args.async != CallType::GETTER) { in JSCommonProcess()
456 .async = CallType::GETTER, in JsGetSize()
486 .async = CallType::GETTER, in JsGetCapacity()
514 .async = CallType::GETTER, in JsGetFormat()
611 .async = CallType::GETTER, in JsTest()
629 .async = CallType::GETTER, in JsCheckDeviceTest()
639 if (args.async != CallType::GETTER) { in JsCheckDeviceTest()
653 .async = CallType::GETTER, in JsTestYUV()
H A Dimage_creator_napi.cpp266 if (args.async != CreatorCallType::GETTER) { in CheckArgs()
334 if (args.async != CreatorCallType::GETTER && !args.queryArgs(args, ic)) { in JSCommonProcess()
378 .async = CreatorCallType::GETTER, in JsGetSize()
413 .async = CreatorCallType::GETTER, in JsGetCapacity()
445 .async = CreatorCallType::GETTER, in JsGetFormat()
520 .async = CreatorCallType::GETTER, in JsTest()
/ohos5.0/foundation/multimedia/image_framework/interfaces/kits/js/common/include/
H A Dimage_creator_napi.h117 GETTER = 1, enumerator
H A Dimage_receiver_napi.h117 GETTER = 1, enumerator
/ohos5.0/foundation/multimedia/image_framework/interfaces/kits/js/common/include/sendable/
H A Dsendable_image_receiver_napi.h114 GETTER = 1, enumerator