Home
last modified time | relevance | path

Searched refs:GetHapVersion (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/mock/src/
H A Djs_ability.cpp149 int32_t JSAbility::GetHapVersion(napi_env env, napi_value value) in GetHapVersion() function in OHOS::AppDataMgrJsKit::JSAbility
151 return JSUtils::GetHapVersion(); in GetHapVersion()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/mock/include/
H A Djs_ability.h68 static int32_t GetHapVersion(napi_env env, napi_value value);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/include/
H A Djs_ability.h66 static int32_t GetHapVersion(napi_env env, napi_value value);
H A Djs_utils.h61 int32_t GetHapVersion();
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/base/
H A Dfault_info_base.h80 std::string GetHapVersion() const in GetHapVersion() function
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/src/
H A Djs_ability.cpp171 int32_t JSAbility::GetHapVersion(napi_env env, napi_value value) in GetHapVersion() function in OHOS::AppDataMgrJsKit::JSAbility
H A Djs_utils.cpp55 int32_t JSUtils::GetHapVersion() in GetHapVersion() function in OHOS::AppDataMgrJsKit::JSUtils
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/
H A Dnative_leak_state.cpp637 info.bundleVersion = userMonitorInfo->GetHapVersion(); in PostEvent()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_rdb_js_utils.cpp446 int32_t hapVersion = JSAbility::GetHapVersion(env, jsValue); in Convert2Value()
H A Dnapi_rdb_store.cpp469 if (valueObject.GetType() == ValueObject::TYPE_BLOB && JSUtils::GetHapVersion() < 14) { in ParseBindArgs()
558 …t == napi_ok && valueObject.GetType() == ValueObject::TYPE_BLOB && JSUtils::GetHapVersion() < 14) { in ParseValuesBucket()