/aosp12/system/iorap/src/db/ |
H A D | file_models.h | 41 int GetVersion() const { in GetVersion() function 52 os << vcn.GetPackage() << "/" << vcn.GetActivity() << "@" << vcn.GetVersion();
|
H A D | file_models.cc | 97 ss << vcn_.GetVersion(); in BaseDir()
|
H A D | models.h | 985 vcn.GetVersion()); in SelectByVersionedComponentName() 1074 vcn.GetVersion()); in SelectByVersionedComponentName()
|
/aosp12/art/libdexfile/dex/ |
H A D | dex_file_loader_test.cc | 327 EXPECT_EQ(38u, header.GetVersion()); in TEST_F() 336 EXPECT_EQ(39u, header.GetVersion()); in TEST_F() 345 EXPECT_EQ(40u, header.GetVersion()); in TEST_F()
|
H A D | dex_file.h | 117 uint32_t GetVersion() const; 218 return GetHeader().GetVersion(); in GetDexVersion()
|
H A D | dex_file.cc | 208 uint32_t DexFile::Header::GetVersion() const { in GetVersion() function in art::DexFile::Header
|
/aosp12/system/keymaster/include/keymaster/ |
H A D | soft_keymaster_device.h | 68 void GetVersion(const GetVersionRequest& req, GetVersionResponse* rsp) { in GetVersion() function 69 impl_->GetVersion(req, rsp); in GetVersion()
|
H A D | android_keymaster.h | 54 void GetVersion(const GetVersionRequest& request, GetVersionResponse* response);
|
/aosp12/system/core/trusty/keymaster/ |
H A D | TrustyKeymaster.cpp | 54 GetVersion(versionReq, &versionRsp); in Initialize() 111 void TrustyKeymaster::GetVersion(const GetVersionRequest& request, GetVersionResponse* response) { in GetVersion() function in keymaster::TrustyKeymaster
|
/aosp12/packages/services/Car/cpp/computepipe/runner/include/ |
H A D | prebuilt_interface.h | 51 const unsigned char* COMPUTEPIPE_RUNNER(GetVersion)();
|
/aosp12/system/core/trusty/keymaster/include/trusty_keymaster/ |
H A D | TrustyKeymaster.h | 29 void GetVersion(const GetVersionRequest& request, GetVersionResponse* response);
|
/aosp12/frameworks/base/cmds/idmap2/libidmap2/ |
H A D | BinaryStreamVisitor.cpp | 55 Write32(header.GetVersion()); in visit()
|
H A D | RawPrintVisitor.cpp | 39 print(header.GetVersion(), "version"); in visit()
|
/aosp12/frameworks/base/cmds/idmap2/include/idmap2/ |
H A D | Idmap.h | 95 inline uint32_t GetVersion() const { in GetVersion() function
|
/aosp12/frameworks/base/cmds/idmap2/tests/ |
H A D | IdmapTests.cpp | 71 ASSERT_EQ(header->GetVersion(), 0x08U); in TEST() 146 ASSERT_EQ(idmap->GetHeader()->GetVersion(), 0x08U); in TEST() 207 ASSERT_EQ(idmap->GetHeader()->GetVersion(), 0x08U); in TEST()
|
H A D | Idmap2BinaryTests.cpp | 62 ASSERT_EQ(idmap.GetHeader()->GetVersion(), kIdmapCurrentVersion); in AssertIdmap()
|
/aosp12/system/core/fastboot/device/ |
H A D | variables.h | 24 bool GetVersion(FastbootDevice* device, const std::vector<std::string>& args, std::string* message);
|
H A D | variables.cpp | 53 bool GetVersion(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetVersion() function
|
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/devices/ |
H A D | device_properties.h | 151 uint8_t GetVersion() const { in GetVersion() function
|
/aosp12/system/keymaster/tests/ |
H A D | android_keymaster_test_utils.h | 222 keymaster_error_t GetVersion(uint8_t* major, uint8_t* minor, uint8_t* subminor);
|
/aosp12/system/extras/module_ndk_libs/libnativehelper/include_jni/ |
H A D | jni.h | 155 jint (*GetVersion)(JNIEnv *); member 495 jint GetVersion() in GetVersion() function 496 { return functions->GetVersion(this); } in GetVersion()
|
/aosp12/libnativehelper/include_jni/ |
H A D | jni.h | 155 jint (*GetVersion)(JNIEnv *); member 495 jint GetVersion() in GetVersion() function 496 { return functions->GetVersion(this); } in GetVersion()
|
/aosp12/art/runtime/native/ |
H A D | dalvik_system_VMRuntime.cc | 230 return env->NewStringUTF(Runtime::GetVersion()); in VMRuntime_vmVersion()
|
/aosp12/system/bt/gd/hci/ |
H A D | hci_layer.cc | 453 view.GetVersion(), in on_read_remote_version_complete()
|
/aosp12/art/runtime/ |
H A D | parsed_options.cc | 637 Runtime::GetVersion(), in DoParse()
|