Home
last modified time | relevance | path

Searched refs:CreatorCallType (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_creator_napi.cpp266 if (args.async != CreatorCallType::GETTER) { in CheckArgs()
273 if (args.async != CreatorCallType::ASYNC || args.asyncLater) { in CheckArgs()
315 if (args.async != CreatorCallType::STATIC) { in JSCommonProcess()
337 if (args.async == CreatorCallType::ASYNC) { 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()
544 .async = CreatorCallType::ASYNC, in JsDequeueImage()
851 .async = CreatorCallType::ASYNC, in JsOn()
[all …]
/ohos5.0/foundation/multimedia/image_framework/interfaces/kits/js/common/include/
H A Dimage_creator_napi.h115 enum class CreatorCallType : uint32_t { enum
124 CreatorCallType async;