Home
last modified time | relevance | path

Searched defs:feature (Results 51 - 75 of 542) sorted by relevance

12345678910>>...22

/kernel/linux/linux-6.6/drivers/ata/
H A Dlibata-trace.c188 libata_trace_parse_subcmd(struct trace_seq *p, unsigned char cmd, unsigned char feature, unsigned char hob_nsect) libata_trace_parse_subcmd() argument
/third_party/mbedtls/library/
H A Dpadlock.c27 int mbedtls_padlock_has_support(int feature) in mbedtls_padlock_has_support() argument
/third_party/node/deps/v8/src/wasm/
H A Dwasm-features.h55 static constexpr const char* name_for_feature(WasmFeature feature) { in name_for_feature() argument
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ms-feature-ranges.cc43 hb_ms_active_feature_t feature; in hb_ms_setup_features() local
63 hb_ms_active_feature_t feature; in hb_ms_setup_features() local
117 auto *feature = active_features.find (&event->feature); hb_ms_setup_features() local
[all...]
H A Dhb-ms-feature-ranges.hh62 hb_ms_active_feature_t feature; member
/third_party/skia/tools/gpu/gl/interface/
H A Dgen_interface.go[all...]
/base/powermgr/powermgr_lite/frameworks/src/small/
H A Dpower_screen_saver.c41 static void *CreatClient(const char *service, const char *feature, uint32_t size) in CreatClient() argument
63 static void DestroyClient(const char *service, const char *feature, void *iproxy) in DestroyClient() argument
/base/powermgr/powermgr_lite/services/src/
H A Dpower_manage_feature.c27 const char *GetPowerManageFeatureName(Feature *feature) in GetPowerManageFeatureName() argument
33 void OnPowerManageFeatureInitialize(Feature *feature, Service *parent, Identity identity) in OnPowerManageFeatureInitialize() argument
45 void OnPowerManageFeatureStop(Feature *feature, Identity identity) in OnPowerManageFeatureStop() argument
57 OnPowerManageFeatureMessage(Feature *feature, Request *request) OnPowerManageFeatureMessage() argument
108 PowerManageFeature *feature = GetPowerManageFeatureImpl(); Init() local
[all...]
/base/powermgr/battery_lite/services/src/
H A Dbattery_manage_feature.c24 const char *GetFeatureName(Feature *feature) in GetFeatureName() argument
30 void OnFeatureInitialize(Feature *feature, Service *parent, Identity identity) in OnFeatureInitialize() argument
36 void OnFeatureStop(Feature *feature, Identity identity) in OnFeatureStop() argument
42 BOOL OnFeatureMessage(Feature *feature, Request *request) in OnFeatureMessage() argument
120 BatteryFeatureApi *feature in GInit() local
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/
H A Drga_policy.c15 int feature = 0; in rga_set_feature() local
180 int feature; in rga_job_assign() local
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/include/
H A Drga_hw_config.h36 uint32_t feature; member
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/base/
H A Dintell_voice_sensibility.cpp151 int32_t feature = 0; in IsSupportNodes800() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_feature.h144 IsFeatureSupported(FEATURE_SUPPORTED feature) IsFeatureSupported() argument
[all...]
/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/unittest/tone_player_test/src/
H A Dsystem_tone_player_unit_test.cpp612 ToneHapticsFeature feature; in HWTEST() local
/foundation/systemabilitymgr/samgr_lite/communication/broadcast/source/
H A Dpub_sub_feature.c38 PubSubFeature *feature = &g_broadcastFeature; in Init() local
51 GetName(Feature *feature) GetName() argument
57 OnInitialize(Feature *feature, Service *parent, Identity identity) OnInitialize() argument
63 OnStop(Feature *feature, Identity identity) OnStop() argument
69 OnMessage(Feature *feature, Request *request) OnMessage() argument
95 GetRelation(PubSubFeature *feature, const Topic *topic) GetRelation() argument
[all...]
/foundation/systemabilitymgr/samgr_lite/samgr_client/source/
H A Dremote_register.c39 int SAMGR_RegisterServiceApi(const char *service, const char *feature, const Identity *identity, IUnknown *iUnknown) in SAMGR_RegisterServiceApi() argument
55 IUnknown *SAMGR_FindServiceApi(const char *service, const char *feature) in SAMGR_FindServiceApi() argument
/foundation/systemabilitymgr/samgr_lite/samgr/source/
H A Dservice.c44 int16 DEFAULT_AddFeature(ServiceImpl *serviceImpl, Feature *feature) in DEFAULT_AddFeature() argument
80 FeatureImpl *feature = (FeatureImpl *)VECTOR_At(&(impl->features), i); in DEFAULT_Initialize() local
144 DEFAULT_GetFeatureId(ServiceImpl *serviceImpl, const char *feature) DEFAULT_GetFeatureId() argument
184 Feature *feature = featureImpl->feature; DEFAULT_DeleteFeature() local
[all...]
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/
H A Dlnn_lane_query_deps_mock.cpp74 bool IsFeatureSupport(uint64_t feature, FeatureCapability capaBit) in IsFeatureSupport() argument
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan_sa/
H A Dwifi_scan_feature_lite.cpp43 static const char *GetName(Feature *feature) in GetName() argument
48 static void OnInitialize(Feature *feature, Service *parent, Identity identity) in OnInitialize() argument
60 static void OnStop(Feature *feature, Identity identity) in OnStop() argument
73 static BOOL OnMessage(Feature *feature, Request *request) in OnMessage() argument
[all...]
/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/
H A Dwifi_hal_vendor_interface.c61 HalVendorError WifiGetSupportedFeature(long *feature) in WifiGetSupportedFeature() argument
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/
H A Dwifi_device_feature_lite.cpp43 static const char *GetName(Feature *feature) in GetName() argument
48 static void OnInitialize(Feature *feature, Service *parent, Identity identity) in OnInitialize() argument
60 static void OnStop(Feature *feature, Identity identity) in OnStop() argument
73 static BOOL OnMessage(Feature *feature, Request *request) in OnMessage() argument
[all...]
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_feature_lite.cpp41 static const char *GetName(Feature *feature) in GetName() argument
46 static void OnInitialize(Feature *feature, Service *parent, Identity identity) in OnInitialize() argument
58 static void OnStop(Feature *feature, Identity identity) in OnStop() argument
71 static BOOL OnMessage(Feature *feature, Request *request) in OnMessage() argument
[all...]
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_server_feature_lite.cpp43 static const char *GetName(Feature *feature) in GetName() argument
48 static void OnInitialize(Feature *feature, Service *parent, Identity identity) in OnInitialize() argument
60 static void OnStop(Feature *feature, Identity identity) in OnStop() argument
73 static BOOL OnMessage(Feature *feature, Request *request) in OnMessage() argument
[all...]
/kernel/linux/linux-5.10/arch/arm64/kvm/
H A Dpvtime.c37 u32 feature = smccc_get_arg1(vcpu); in kvm_hypercall_pv_features() local
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Dalternative.h15 u16 feature; /* feature bit set for replacement */ member
[all...]

Completed in 9 milliseconds

12345678910>>...22