Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/featureAbility/
H A Dnapi_data_ability_observer.cpp35 needRelease_ = true; in ReleaseJSCallback()
159 if (needRelease_ && ref_ != nullptr) { in CallJsMethod()
163 needRelease_ = false; in CallJsMethod()
H A Dnapi_data_ability_observer.h40 bool needRelease_ = false; variable
/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/
H A Djs_buffer.h75 return needRelease_; in GetNeedRelease()
95 bool needRelease_ {true};
H A Djs_buffer.cpp59 this->needRelease_ = false; in Init()
69 this->needRelease_ = false; in Init()
74 if (raw_ != nullptr && needRelease_) { in ~Buffer()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_thumbnail/include/
H A Dithumbnail_helper.h83 bool needRelease_{false};
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H A Dithumbnail_helper.cpp177 ThumbnailWait::ThumbnailWait(bool release) : needRelease_(release) in ThumbnailWait()
182 if (needRelease_) { in ~ThumbnailWait()