Home
last modified time | relevance | path

Searched defs:sdkVersion (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/base/security/huks/interfaces/kits/napi/src/v8/
H A Dhuks_napi_get_sdk_version.cpp31 HksBlob *sdkVersion = static_cast<HksBlob *>(HksMalloc(sizeof(HksBlob))); in HuksNapiGetSdkVersion() local
/ohos5.0/base/useriam/user_auth_framework/services/core/inc/
H A Denrollment.h40 int32_t sdkVersion; member
H A Dauthentication.h38 int32_t sdkVersion; member
/ohos5.0/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksgetsdkversion_fuzzer/
H A Dhksgetsdkversion_fuzzer.cpp32 struct HksBlob sdkVersion = { buf.size(), buf.data() }; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/useriam/user_auth_framework/services/context/inc/
H A Dcontext_callback.h42 std::optional<int32_t> sdkVersion; member
/ohos5.0/base/security/huks/interfaces/kits/cj/src/
H A Dcj_huks_ffi.c23 int32_t FfiOHOSGetSdkVersion(struct HksBlob *sdkVersion) in FfiOHOSGetSdkVersion()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_extension/src/
H A Dbms_extension_data_mgr.cpp81 bool BmsExtensionDataMgr::CheckApiInfo(const BundleInfo &bundleInfo, uint32_t sdkVersion) in CheckApiInfo()
96 bool BmsExtensionDataMgr::CheckApiInfo(uint32_t compatibleVersion, uint32_t sdkVersion) in CheckApiInfo()
/ohos5.0/base/security/huks/interfaces/kits/c/src/
H A Dnative_huks_api.c28 struct OH_Huks_Result OH_Huks_GetSdkVersion(struct OH_Huks_Blob *sdkVersion) in OH_Huks_GetSdkVersion()
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/common/dfx/inc/
H A Dhisysevent_adapter.h26 uint32_t sdkVersion = 0; member
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/context/remoteauthcontext_fuzzer/
H A Dremote_auth_context_fuzzer.cpp93 const int32_t sdkVersion = 11; in RemoteAuthContextFuzzTest() local
/ohos5.0/base/update/sys_installer/services/module_update/util/src/
H A Dmodule_utils.cpp316 std::string sdkVersion = system::GetParameter("const.build.sa_sdk_version", ""); in GetDeviceSaSdkVersion() local
/ohos5.0/base/security/huks/interfaces/inner_api/huks_standard/source/
H A Dhks_api.c63 HKS_API_EXPORT int32_t HksGetSdkVersion(struct HksBlob *sdkVersion) in HksGetSdkVersion()
/ohos5.0/base/security/huks/test/reliability/src/
H A Dpressure_test.cpp126 struct HksBlob sdkVersion = { .size = MAX_SDK_VERSION_SIZE, variable
H A Dapi_pressure_test.cpp506 struct HksBlob sdkVersion = { in GetSdkVersionTest() local
/ohos5.0/base/request/request/frameworks/js/napi/src/
H A Dnapi_utils.cpp335 int32_t sdkVersion = GetSdkApiVersion(); in Convert2Broken() local
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp6938 auto sdkVersion = bundleInfo.targetVersion % 100; // % 100 to get the real version in GetAbilityInfo() local
6964 auto sdkVersion = bundleInfo.targetVersion % 100; // %100 to get the real version in GetAbilityInfosFromBundleInfo() local