Searched refs:GETTER (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/ |
H A D | sendable_image_receiver_napi.cpp | 339 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 D | image_receiver_napi.cpp | 341 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 D | image_creator_napi.cpp | 266 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 D | image_creator_napi.h | 117 GETTER = 1, enumerator
|
H A D | image_receiver_napi.h | 117 GETTER = 1, enumerator
|
/ohos5.0/foundation/multimedia/image_framework/interfaces/kits/js/common/include/sendable/ |
H A D | sendable_image_receiver_napi.h | 114 GETTER = 1, enumerator
|