/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/ |
H A D | default_client.h | 28 const char *feature;
member
|
H A D | default_client_small_adapter.c | 17 uintptr_t GetRemoteSaIdInner(const char *service, const char *feature)
in GetRemoteSaIdInner() argument 26 SvcIdentity QueryRemoteIdentityInner(const char *deviceId, const char *service, const char *feature)
in QueryRemoteIdentityInner() argument
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | kvm_para.h | 8 static inline bool kvm_para_has_feature(unsigned int feature) in kvm_para_has_feature() argument 13 static inline bool kvm_para_has_hint(unsigned int feature) in kvm_para_has_hint() argument
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | kvm_para.h | 8 static inline bool kvm_para_has_feature(unsigned int feature) in kvm_para_has_feature() argument 13 static inline bool kvm_para_has_hint(unsigned int feature) in kvm_para_has_hint() argument
|
/third_party/mbedtls/library/ |
H A D | version_features.c | 814 int mbedtls_version_check_feature(const char *feature) in mbedtls_version_check_feature() argument
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | cpu_has_feature.h | 10 static __always_inline bool early_cpu_has_feature(unsigned long feature) in early_cpu_has_feature() argument 23 static __always_inline bool cpu_has_feature(unsigned long feature) in cpu_has_feature() argument 49 static __always_inline bool cpu_has_feature(unsigned long feature) in cpu_has_feature() argument [all...] |
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | cpu_has_feature.h | 10 static __always_inline bool early_cpu_has_feature(unsigned long feature) in early_cpu_has_feature() argument 23 static __always_inline bool cpu_has_feature(unsigned long feature) in cpu_has_feature() argument 49 static __always_inline bool cpu_has_feature(unsigned long feature) in cpu_has_feature() argument [all...] |
/foundation/systemabilitymgr/samgr_lite/communication/broadcast/source/ |
H A D | pub_sub_implement.h | 35 PubSubFeature *feature;
member
|
/foundation/systemabilitymgr/samgr_lite/samgr/source/ |
H A D | feature_impl.h | 31 Feature *feature;
member 35 inline static BOOL IsInvalidFeature(Feature *feature)
in IsInvalidFeature() argument
|
H A D | feature.c | 52 FeatureImpl *FEATURE_CreateInstance(Feature *feature)
in FEATURE_CreateInstance() argument
|
/kernel/linux/linux-5.10/arch/arm64/kvm/ |
H A D | hypercalls.c | 16 u32 feature; in kvm_hvc_call_handler() local
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-aat-map.cc | 58 const AAT::FeatureName* feature = &face->table.feat->get_feature (mapping->aatFeatureType); in add_feature() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
H A D | debug.cpp | 42 void assert_has_bound_scheduler(const char* feature) { in assert_has_bound_scheduler() argument 45 "%s requires a marl::Scheduler to be bound", feature); in assert_has_bound_scheduler() local
|
/third_party/rust/crates/nix/src/ |
H A D | macros.rs | 2 macro_rules! feature { macros
|
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/ |
H A D | lnn_feature_capability.c | 24 int32_t LnnSetFeatureCapability(uint64_t *feature, FeatureCapability capaBit) in LnnSetFeatureCapability() argument 34 int32_t LnnClearFeatureCapability(uint64_t *feature, FeatureCapability capaBit) in LnnClearFeatureCapability() argument 44 bool IsFeatureSupport(uint64_t feature, FeatureCapability capaBit) in IsFeatureSupport() argument [all...] |
/foundation/communication/nfc/interfaces/inner_api/cardEmulation/ |
H A D | cardEmulation.cpp | 39 bool CardEmulation::IsSupported(FeatureType feature) in IsSupported() argument
|
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_hal/unittest/ |
H A D | wifi_hal_vendor_interface_test.c | 40 HalVendorError WifiGetSupportedFeatureTest(long *feature) in WifiGetSupportedFeatureTest() argument
|
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/ |
H A D | cpuid-deps.c | 8 unsigned int feature; member 77 static inline void clear_feature(struct cpuinfo_x86 *c, unsigned int feature) in clear_feature() argument 95 static void do_clear_cpu_cap(struct cpuinfo_x86 *c, unsigned int feature) in do_clear_cpu_cap() argument 125 clear_cpu_cap(struct cpuinfo_x86 *c, unsigned int feature) clear_cpu_cap() argument 130 setup_clear_cpu_cap(unsigned int feature) setup_clear_cpu_cap() argument [all...] |
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | cpufeature.c | 31 struct s390_cpu_feature *feature; in cpu_have_feature() local
|
/kernel/linux/linux-5.10/include/net/ |
H A D | tls_toe.h | 65 int (*feature)(struct tls_toe_device *device); member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | tls_toe.h | 65 int (*feature)(struct tls_toe_device *device); member
|
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/ |
H A D | cpuid-deps.c | 8 unsigned int feature; member 88 static inline void clear_feature(struct cpuinfo_x86 *c, unsigned int feature) in clear_feature() argument 106 static void do_clear_cpu_cap(struct cpuinfo_x86 *c, unsigned int feature) in do_clear_cpu_cap() argument 136 clear_cpu_cap(struct cpuinfo_x86 *c, unsigned int feature) clear_cpu_cap() argument 141 setup_clear_cpu_cap(unsigned int feature) setup_clear_cpu_cap() argument [all...] |
/test/xts/acts/distributed_schedule_lite/system_ability_manager_hal/utils/ |
H A D | samgr_maintenance.c | 53 FeatureImpl *feature = VECTOR_At(&impl->features, j);
in SAMGR_PrintServices() local
|
/foundation/ability/dmsfwk_lite/source/ |
H A D | dmslite_feature.c | 51 static const char *GetName(Feature *feature) in GetName() argument 59 static void OnInitialize(Feature *feature, Service *parent, Identity identity) in OnInitialize() argument 68 OnStop(Feature *feature, Identity identity) OnStop() argument 73 OnMessage(Feature *feature, Request *request) OnMessage() argument [all...] |
/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/ |
H A D | bluetooth_avrcp_mpItem.cpp | 89 uint8_t feature; in ReadFromParcel() local
|