Home
last modified time | relevance | path

Searched refs:propertyKeyRef_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/interfaces/kits/js/common/include/sendable/
H A Dsendable_image_source_napi.h60 static napi_ref propertyKeyRef_; variable
/ohos5.0/foundation/multimedia/image_framework/interfaces/kits/js/common/include/
H A Dimage_source_napi.h90 static napi_ref propertyKeyRef_; variable
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H A Dsendable_image_source_napi.cpp46 napi_ref SendableImageSourceNapi::propertyKeyRef_ = nullptr; member in OHOS::Media::SendableImageSourceNapi
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_source_napi.cpp58 napi_ref ImageSourceNapi::propertyKeyRef_ = nullptr; member in OHOS::Media::ImageSourceNapi
799 …NAPI_PROPERTY("PropertyKey", CreateEnumTypeObject(env, napi_string, &propertyKeyRef_, sPropertyKey… in Init()