Home
last modified time | relevance | path

Searched refs:GetVersion (Results 1 - 25 of 105) sorted by relevance

12345

/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
H A Dprint_extension_info_test.cpp57 EXPECT_EQ(inf.GetVersion(), info.GetVersion()); in HWTEST_F()
114 * @tc.desc: SetVersion, GetVersion
122 EXPECT_EQ(info.GetVersion(), "1.0.0"); in HWTEST_F()
136 EXPECT_EQ(copyInfo.GetVersion(), info.GetVersion()); in HWTEST_F()
150 EXPECT_EQ(copyInfo.GetVersion(), info.GetVersion()); in HWTEST_F()
/base/telephony/core_service/utils/vcard/src/
H A Dvcard_decoder.cpp47 return GetDecoder(GetVersion()); in Create()
59 return GetDecoder(GetVersion()); in Create()
67 std::string VCardDecoder::GetVersion() in GetVersion() function in OHOS::Telephony::VCardDecoder
H A Dvcard_decoder_v40.cpp20 std::string VCardDecoderV40::GetVersion() in GetVersion() function in OHOS::Telephony::VCardDecoderV40
/base/telephony/core_service/utils/vcard/include/
H A Dvcard_decoder_v40.h26 virtual std::string GetVersion();
H A Dvcard_decoder.h50 static std::string GetVersion();
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_mmi_device_info_adapter_impl.cpp39 int32_t ArkMMIDeviceInfoAdapterImpl::GetVersion() in GetVersion() function in OHOS::ArkWeb::ArkMMIDeviceInfoAdapterImpl
41 return real_->GetVersion(); in GetVersion()
H A Dark_mmi_device_info_adapter_impl.h35 int32_t GetVersion() override;
/base/security/security_guard/frameworks/common/collect/src/
H A Devent_info.cpp31 std::string EventInfo::GetVersion() const in GetVersion() function in OHOS::Security::SecurityGuard::EventInfo
/base/security/security_guard/interfaces/inner_api/collect/include/
H A Devent_info.h28 std::string GetVersion() const;
/base/hiviewdfx/hidumper/test/scripts/
H A Dmain.py22 GetVersion = "V1.0.0" variable
47 print(f"Test over, the script version is {GetVersion},"
/base/hiviewdfx/hiview/plugins/eventlogger/config/
H A Devent_logger_config.h38 std::string GetVersion() const in GetVersion() function in OHOS::HiviewDFX::EventLoggerConfig
/base/security/security_guard/test/unittest/security_collector/include/
H A Devent_info.h28 std::string GetVersion() const { return version_; }; in GetVersion() function in OHOS::Security::SecurityGuard::EventInfo
H A Dsecurity_event.h33 std::string GetVersion() const { return version_; }; in GetVersion() function in OHOS::Security::SecurityCollector::SecurityEvent
/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprint_extension_info.cpp90 const std::string &PrintExtensionInfo::GetVersion() const in GetVersion() function in OHOS::Print::PrintExtensionInfo
110 parcel.WriteString(GetVersion()); in Marshalling()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_mmi_device_info_adapter_wrapper.cpp40 int32_t ArkMMIDeviceInfoAdapterWrapper::GetVersion() in GetVersion() function in OHOS::ArkWeb::ArkMMIDeviceInfoAdapterWrapper
42 return ctocpp_->GetVersion(); in GetVersion()
H A Dark_mmi_device_info_adapter_wrapper.h35 int32_t GetVersion() override;
/base/accesscontrol/sandbox_manager/services/common/database/include/
H A Dsqlite_helper.h54 int32_t GetVersion() const;
/base/account/os_account/interfaces/kits/napi/account_iam/include/
H A Dnapi_account_iam_user_auth.h30 static napi_value GetVersion(napi_env env, napi_callback_info info);
/base/security/access_token/services/common/database/include/
H A Dsqlite_helper.h63 int32_t GetVersion() const;
/base/security/security_guard/interfaces/inner_api/collector/include/
H A Dsecurity_event.h33 std::string GetVersion() const { return version_; }; in GetVersion() function in OHOS::Security::SecurityCollector::SecurityEvent
/base/security/security_guard/test/unittest/data_collect/sa/
H A Dsecurity_event.h33 std::string GetVersion() const { return version_; }; in GetVersion() function in OHOS::Security::SecurityCollector::SecurityEvent
/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/inc/
H A Duser_auth_impl.h28 static napi_value GetVersion(napi_env env, napi_callback_info info);
/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprint_extension_info.h48 [[nodiscard]] const std::string &GetVersion() const;
/base/accesscontrol/sandbox_manager/services/common/database/src/
H A Dsqlite_helper.cpp52 int32_t version = GetVersion(); in Open()
156 int32_t SqliteHelper::GetVersion() const in GetVersion() function in OHOS::AccessControl::SandboxManager::SqliteHelper
/base/security/access_token/services/common/database/src/
H A Dsqlite_helper.cpp58 int32_t version = GetVersion(); in Open()
163 int32_t SqliteHelper::GetVersion() const __attribute__((no_sanitize("cfi"))) in GetVersion() function in OHOS::Security::AccessToken::SqliteHelper

Completed in 9 milliseconds

12345