Home
last modified time | relevance | path

Searched refs:API_VERSION_10 (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_permission_utils.h23 const int API_VERSION_10 = 10; variable
/ohos5.0/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/inc/
H A Dauth_common.h44 constexpr int32_t API_VERSION_10 = 10; variable
/ohos5.0/foundation/multimedia/av_codec/services/services/codec/server/
H A Dcodec_factory.cpp77 if (apiVersion == API_VERSION::API_VERSION_10) { in CreateCodecByName()
H A Dcodec_server.h57 Meta &callerInfo, API_VERSION apiVersion = API_VERSION::API_VERSION_10) override;
/ohos5.0/foundation/multimedia/av_codec/services/include/
H A Di_codec_service.h41 …::string &name, Media::Meta &callerInfo, API_VERSION apiVersion = API_VERSION::API_VERSION_10) = 0;
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Davcodec_common.h46 API_VERSION_10 = 10, enumerator
/ohos5.0/foundation/multimedia/av_codec/services/services/codec/client/
H A Dcodec_client.h41 … Media::Meta &callerInfo, API_VERSION apiVersion = API_VERSION::API_VERSION_10) override;
/ohos5.0/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/
H A Duser_auth_instance_v10.cpp564 contextId_ = UserAuthClientImpl::Instance().BeginWidgetAuth(API_VERSION_10, in Start()