Searched refs:GetHapVersion (Results 1 – 10 of 10) sorted by relevance
149 int32_t JSAbility::GetHapVersion(napi_env env, napi_value value) in GetHapVersion() function in OHOS::AppDataMgrJsKit::JSAbility151 return JSUtils::GetHapVersion(); in GetHapVersion()
68 static int32_t GetHapVersion(napi_env env, napi_value value);
66 static int32_t GetHapVersion(napi_env env, napi_value value);
61 int32_t GetHapVersion();
80 std::string GetHapVersion() const in GetHapVersion() function
171 int32_t JSAbility::GetHapVersion(napi_env env, napi_value value) in GetHapVersion() function in OHOS::AppDataMgrJsKit::JSAbility
55 int32_t JSUtils::GetHapVersion() in GetHapVersion() function in OHOS::AppDataMgrJsKit::JSUtils
637 info.bundleVersion = userMonitorInfo->GetHapVersion(); in PostEvent()
446 int32_t hapVersion = JSAbility::GetHapVersion(env, jsValue); in Convert2Value()
469 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()