Home
last modified time | relevance | path

Searched defs:merge_status (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/development/vndk/tools/header-checker/src/linker/
H A Dmodule_merger.cpp42 MergeStatus merge_status(true, type_id); in MergeBuiltinType() local
143 MergeStatus merge_status = in MergeReferencingTypeInternal() local
258 MergeStatus merge_status = MergeType( in MergeEnumDependencies() local
294 MergeStatus merge_status; in MergeReferencingTypeInternalAndUpdateParent() local
476 MergeStatus merge_status = LookupType( in MergeType() local
/aosp_15_r20/hardware/interfaces/boot/aidl/client/
H A DBootControlClient.cpp226 aidl::android::hardware::boot::MergeStatus merge_status) override { in SetSnapshotMergeStatus()
367 CommandResult SetSnapshotMergeStatus(MergeStatus merge_status) override { in SetSnapshotMergeStatus()
/aosp_15_r20/system/core/fastboot/device/
H A Dcommands.cpp77 auto merge_status = hal->getSnapshotMergeStatus(); in IsSnapshotUpdateInProgress() local
353 auto merge_status = hal11->getSnapshotMergeStatus(); in SetActiveHandler() local
/aosp_15_r20/external/icing/icing/index/
H A Dterm-indexing-handler.cc122 libtextclassifier3::Status merge_status = index_.Merge(); in Handle() local
/aosp_15_r20/hardware/interfaces/boot/1.1/default/boot_control/include/private/
H A Dboot_control_definition.h97 uint8_t merge_status : 3; member
/aosp_15_r20/bootable/libbootloader/gbl/libefi_types/defs/protocols/
H A Dgbl_efi_ab_slot_protocol.h79 uint8_t merge_status; member
/aosp_15_r20/bootable/recovery/bootloader_message/include/bootloader_message/
H A Dbootloader_message.h91 uint8_t merge_status; // IBootControl 1.1, MergeStatus enum. member
/aosp_15_r20/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
H A Dtest_helpers.h122 MergeStatus merge_status() const { return merge_status_; } in merge_status() function
/aosp_15_r20/libcore/tools/upstream/
H A Dpkg-status294 def merge_status(self): member in JavaFile
/aosp_15_r20/bootable/libbootloader/gbl/libgbl/src/slots/
H A Dandroid.rs177 fn merge_status(&self) -> u8 { in merge_status() method
/aosp_15_r20/system/core/fs_mgr/libdm/
H A Ddm_test.cpp335 DmTargetSnapshot::Status merge_status; in MergeImpl() local
/aosp_15_r20/system/core/fs_mgr/libsnapshot/
H A Dsnapshot.cpp1328 const auto merge_status = snapuserd_client_->QuerySnapshotStatus(name); in CheckTargetMergeState() local
3193 auto merge_status = MergeStatus::UNKNOWN; in WriteSnapshotUpdateStatus() local
H A Dsnapshot_test.cpp1693 const auto merge_status = init->snapuserd_client()->QuerySnapshotStatus("prd_b"); in TEST_F() local
/aosp_15_r20/system/core/fastboot/
H A Dfastboot.cpp1596 std::string merge_status = "none"; in CancelSnapshotIfNeeded() local