/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | ace_application_info.h | 94 apiVersion_ = apiVersion; in SetApiTargetVersion() 98 return apiVersion_; in GetApiTargetVersion() 103 return (apiVersion_ % 1000) >= static_cast<int32_t>(version); in GreatOrEqualTargetAPIVersion() 263 int32_t apiVersion_ = 0; variable
|
/ohos5.0/commonlibrary/ets_utils/js_api_module/convertxml/ |
H A D | js_convertxml.h | 84 apiVersion_ = engine->GetApiVersion() % API_VERSION_MOD; in ConvertXml() 89 apiFlag_ = apiVersion_ >= APIVerIsolation_.API13; in ConvertXml() 153 int32_t apiVersion_ {0};
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/test/unittest/common/pluginadapter/ |
H A D | plugin_adapter_test.cpp | 109 systemPro.apiVersion_ = "9"; 139 systemPro.apiVersion_ = "10";
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/player/ |
H A D | player_impl.cpp | 24 static int32_t apiVersion_ = -1; variable 538 player->GetApiVersion(apiVersion_); in OnError() 541 MEDIA_LOGI("PlayerImplCallback apiVersion %{public}d", apiVersion_); in OnError() 542 if (apiVersion_ < API_VERSION_14) { in OnError()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/ |
H A D | system_properties.h | 233 return apiVersion_; in GetApiVersion() 613 static std::string apiVersion_; variable
|
/ohos5.0/foundation/multimedia/media_foundation/engine/include/plugin/core/ |
H A D | base.h | 96 const uint32_t apiVersion_; variable
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/common/include/ |
H A D | audio_policy_client.h | 90 int32_t apiVersion_ = API_VERSION_MAX; variable
|
/ohos5.0/commonlibrary/ets_utils/js_api_module/xml/ |
H A D | js_xml.h | 315 apiVersion_ = engine->GetApiVersion() % API_VERSION_MOD; in XmlPullParser() 402 int32_t apiVersion_ {0};
|
H A D | js_xml.cpp | 699 if (apiVersion_ >= APIVerIsolation_.API12) { in ParseTagType()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/ |
H A D | tool_bar_test_ng.cpp | 408 applicationInfo.apiVersion_ = static_cast<int32_t>(PlatformVersion::VERSION_TEN); 413 applicationInfo.apiVersion_ = static_cast<int32_t>(PlatformVersion::VERSION_TWELVE);
|
H A D | title_bar_test_ng.cpp | 1092 …AceApplicationInfo::GetInstance().apiVersion_ = static_cast<int32_t>(PlatformVersion::VERSION_TEN); 1123 …AceApplicationInfo::GetInstance().apiVersion_ = static_cast<int32_t>(PlatformVersion::VERSION_TWEL…
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/core/ |
H A D | base.cpp | 27 : pkgVersion_(pkgVer), apiVersion_(apiVer), plugin_(std::move(plugin)) {} in Base()
|
/ohos5.0/foundation/arkui/napi/native_engine/ |
H A D | native_engine.cpp | 694 apiVersion_ = apiVersion; in SetApiVersion() 699 return apiVersion_; in GetApiVersion() 704 return apiVersion_ > API11; in IsApplicationApiVersionAPI11Plus()
|
H A D | native_engine.h | 552 int32_t apiVersion_ = 8; variable
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/ |
H A D | audio_policy_client_proxy.cpp | 268 rendererChangeInfo->Marshalling(data, hasBTPermission_, hasSystemPermission_, apiVersion_); in OnRendererStateChange() 296 capturerChangeInfo->Marshalling(data, hasBTPermission_, hasSystemPermission_, apiVersion_); in OnCapturerStateChange()
|
H A D | audio_policy_server.cpp | 2581 callback->apiVersion_ = GetApiTargerVersion(); in RegisterPolicyCallbackClient()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | system_properties.cpp | 403 std::string SystemProperties::apiVersion_ = INVALID_PARAM; member in OHOS::Ace::SystemProperties 564 apiVersion_ = std::to_string(::GetSdkApiVersion()); in InitDeviceInfo()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/ |
H A D | system_properties.cpp | 66 std::string SystemProperties::apiVersion_ = "9"; member in OHOS::Ace::SystemProperties
|
/ohos5.0/foundation/multimedia/player_framework/services/services/player/server/ |
H A D | player_server.h | 247 int32_t apiVersion_ = -1; variable
|
H A D | player_server.cpp | 136 apiVersion_ = GetApiInfo(appUid_); in Init() 1035 apiVersion = apiVersion_; in GetApiVersion()
|