Home
last modified time | relevance | path

Searched defs:ActionType (Results 1 – 25 of 194) sorted by relevance

12345678

/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_ffi_core/src/
Dv0.rs210 pub enum ActionType { enum
229 impl TryFrom<u8> for ActionType { implementation
237 impl ActionType { impl
254 impl From<ActionType> for np_adv::legacy::data_elements::actions::ActionType { implementation
278 impl From<np_adv::legacy::data_elements::actions::ActionType> for ActionType { implementation
400 action_type: ActionType, in set_action()
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/legacy/data_elements/actions/
Dtests.rs40 set_ones: impl Fn(ActionType, &mut ActionBits<F>), in setting_action_only_changes_that_actions_bits()
41 set_zeros: impl Fn(ActionType, &mut ActionBits<F>), in setting_action_only_changes_that_actions_bits()
89 fn do_test<F: PacketFlavor>(set_ones: impl Fn(ActionType, &mut ActionBits<F>)) { in random_combos_of_actions_have_correct_bits_set()
229 fn do_test<F>(set_ones: impl Fn(ActionType, &mut ActionBits<F>)) in roundtrip_de_random_action_combos()
653 fn supported_action_types(flavor: PacketFlavorEnum) -> Vec<ActionType> { in supported_action_types()
666 pub(crate) fn set_plaintext_action(t: ActionType, value: bool, bits: &mut ActionBits<Plaintext>) { in set_plaintext_action()
678 t: ActionType, in set_ciphertexttext_action()
Dmod.rs298 pub enum ActionType { enum
307 impl ActionType { implementation
/aosp_15_r20/external/google-cloud-java/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/
H A DActionType.java30 public enum ActionType implements com.google.protobuf.ProtocolMessageEnum { enum
193 private ActionType(int value) { in ActionType() method in ActionType
/aosp_15_r20/external/google-cloud-java/java-analytics-admin/proto-google-analytics-admin-v1beta/src/main/java/com/google/analytics/admin/v1beta/
H A DActionType.java30 public enum ActionType implements com.google.protobuf.ProtocolMessageEnum { enum
193 private ActionType(int value) { in ActionType() method in ActionType
/aosp_15_r20/packages/apps/Contacts/src/com/android/contacts/logging/
DListEvent.java42 public static final class ActionType { class in ListEvent
52 private ActionType() { in ActionType() method in ListEvent.ActionType
DQuickContactEvent.java58 public static final class ActionType { class in QuickContactEvent
/aosp_15_r20/external/clang/test/Modules/
H A Dpr27890.cpp6 enum ActionType {}; enum
/aosp_15_r20/external/googleapis/google/cloud/orgpolicy/v2/
H A Dconstraint.proto167 enum ActionType { enum
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
H A DTvPipAction.java49 public @interface ActionType { annotation in TvPipAction
/aosp_15_r20/external/googleapis/google/cloud/securityposture/v1/
H A Dorg_policy_config.proto119 enum ActionType { enum
/aosp_15_r20/external/llvm/tools/llvm-mc-fuzzer/
H A Dllvm-mc-fuzzer.cpp23 enum ActionType { enum
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/
DAudioSharingDeviceAdapter.java58 public enum ActionType { enum in AudioSharingDeviceAdapter
/aosp_15_r20/external/llvm/utils/TableGen/
H A DTableGen.cpp26 enum ActionType { enum
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_c_ffi/src/
Dv0.rs129 action_type: ActionType, in np_ffi_V0Actions_set_action()
/aosp_15_r20/frameworks/base/core/java/android/app/prediction/
H A DAppTargetEvent.java42 public @interface ActionType {} annotation in AppTargetEvent
/aosp_15_r20/external/llvm-libc/src/spawn/
H A Dfile_actions.h19 enum ActionType { enum
/aosp_15_r20/external/clang/include/clang/Frontend/
H A DFrontendAction.h253 enum ActionType { enum
/aosp_15_r20/frameworks/base/core/java/android/service/controls/actions/
H A DControlAction.java66 public @interface ActionType {}; annotation in ControlAction
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Frontend/
DFrontendAction.h272 enum ActionType { enum
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Frontend/
DFrontendAction.h272 enum ActionType { enum
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Frontend/
DFrontendAction.h272 enum ActionType { enum
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Frontend/
DFrontendAction.h272 enum ActionType { enum
/aosp_15_r20/external/clang/utils/TableGen/
H A DTableGen.cpp26 enum ActionType { enum
/aosp_15_r20/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DState.java52 public @interface ActionType { annotation in State

12345678