Home
last modified time | relevance | path

Searched defs:feature (Results 1 – 25 of 149) sorted by relevance

123456

/ohos5.0/foundation/systemabilitymgr/samgr_lite/communication/broadcast/source/
H A Dpub_sub_feature.c38 PubSubFeature *feature = &g_broadcastFeature; in Init() local
51 static const char *GetName(Feature *feature) in GetName()
57 static void OnInitialize(Feature *feature, Service *parent, Identity identity) in OnInitialize()
63 static void OnStop(Feature *feature, Identity identity) in OnStop()
69 static BOOL OnMessage(Feature *feature, Request *request) in OnMessage()
95 static Relation *GetRelation(PubSubFeature *feature, const Topic *topic) in GetRelation()
/ohos5.0/base/powermgr/powermgr_lite/services/src/
H A Dscreen_saver_feature.c27 const char *GetScreenSaverFeatureName(Feature *feature) in GetScreenSaverFeatureName()
33 void OnScreenSaverFeatureInitialize(Feature *feature, Service *parent, Identity identity) in OnScreenSaverFeatureInitialize()
48 void OnScreenSaverFeatureStop(Feature *feature, Identity identity) in OnScreenSaverFeatureStop()
60 BOOL OnScreenSaverFeatureMessage(Feature *feature, Request *request) in OnScreenSaverFeatureMessage()
79 ScreenSaverFeature *feature = GetScreenSaverFeatureImpl(); in Init() local
H A Dpower_manage_feature.c27 const char *GetPowerManageFeatureName(Feature *feature) in GetPowerManageFeatureName()
33 void OnPowerManageFeatureInitialize(Feature *feature, Service *parent, Identity identity) in OnPowerManageFeatureInitialize()
45 void OnPowerManageFeatureStop(Feature *feature, Identity identity) in OnPowerManageFeatureStop()
57 BOOL OnPowerManageFeatureMessage(Feature *feature, Request *request) in OnPowerManageFeatureMessage()
108 PowerManageFeature *feature = GetPowerManageFeatureImpl(); in Init() local
/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/hdf_driver/src/driver_adapter/src/
H A Dcamera_dev.cpp51 struct CameraFeature feature = {}; in Start() local
81 struct CameraFeature feature = {}; in Stop() local
111 struct CameraFeature feature = {}; in Init() local
144 struct CameraFeature feature = {}; in PowerUp() local
174 struct CameraFeature feature = {}; in PowerDown() local
204 struct CameraFeature feature = {}; in ReqBuffers() local
238 struct CameraFeature feature = {}; in CreatBuffer() local
272 struct CameraFeature feature = {}; in QueueBuffer() local
300 struct CameraFeature feature = {}; in ReleaseBuffers() local
330 struct CameraFeature feature = {}; in LoopBuffers() local
[all …]
H A Dcamera_fileformat.cpp94 RetCode CameraFileFormat::CameraOpenDevice(struct CameraFeature feature) in CameraOpenDevice()
117 RetCode CameraFileFormat::CameraCloseDevice(struct CameraFeature feature) in CameraCloseDevice()
140 RetCode CameraFileFormat::CameraSetFormat(struct CameraFeature feature, CameraCtrl &ctrl) in CameraSetFormat()
171 RetCode CameraFileFormat::CameraGetFormat(struct CameraFeature feature, CameraCtrl &ctrl) in CameraGetFormat()
207 RetCode CameraFileFormat::CameraSetCrop(struct CameraFeature feature, CameraCtrl &ctrl) in CameraSetCrop()
237 RetCode CameraFileFormat::CameraGetCrop(struct CameraFeature feature, CameraCtrl &ctrl) in CameraGetCrop()
267 RetCode CameraFileFormat::CameraSetFPS(struct CameraFeature feature, CameraCtrl &ctrl) in CameraSetFPS()
295 RetCode CameraFileFormat::CameraGetFPS(struct CameraFeature feature, CameraCtrl &ctrl) in CameraGetFPS()
323 int CameraFileFormat::EnumFmtDesc(struct CameraFeature feature, struct CameraFmtDesc &enumFmtDesc) in EnumFmtDesc()
357 int CameraFileFormat::EnumFrmsize(struct CameraFeature feature, struct CameraFrmSizeDesc &frmSize) in EnumFrmsize()
[all …]
H A Dcamera_buffer.cpp30 RetCode CameraBuffer::CameraInitMemory(struct CameraFeature feature) in CameraInitMemory()
53 RetCode CameraBuffer::CameraReqMemory(struct CameraFeature feature, int unsigned buffCont) in CameraReqMemory()
87 RetCode CameraBuffer::CameraQueryMemory(struct CameraFeature feature, in CameraQueryMemory()
136 RetCode CameraBuffer::CameraAllocBuffer(struct CameraFeature feature, const std::shared_ptr<FrameSp… in CameraAllocBuffer()
182 RetCode CameraBuffer::CameraStreamQueue(struct CameraFeature feature, const std::shared_ptr<FrameSp… in CameraStreamQueue()
219 RetCode CameraBuffer::CameraStreamDequeue(struct CameraFeature feature) in CameraStreamDequeue()
259 RetCode CameraBuffer::CameraReleaseBuffers(struct CameraFeature feature) in CameraReleaseBuffers()
H A Dcamera_control.cpp23 RetCode CameraControl::CameraPowerUp(struct CameraFeature feature) in CameraPowerUp()
46 RetCode CameraControl::CameraPowerDown(struct CameraFeature feature) in CameraPowerDown()
69 RetCode CameraControl::CameraQueryConfig(struct CameraFeature feature, CameraCtrl &ctrl) in CameraQueryConfig()
105 RetCode CameraControl::CameraSetConfig(struct CameraFeature feature, CameraCtrl &ctrl) in CameraSetConfig()
132 RetCode CameraControl::CameraGetConfig(struct CameraFeature feature, CameraCtrl &ctrl) in CameraGetConfig()
161 RetCode CameraControl::CameraGetConfigs(struct CameraFeature feature, std::vector<CameraCtrl> &ctrl… in CameraGetConfigs()
184 RetCode CameraControl::CameraSetConfigs(struct CameraFeature feature, std::vector<CameraCtrl> &ctrl… in CameraSetConfigs()
206 RetCode CameraControl::CameraEnumDevices(struct CameraFeature feature, struct DeviceaInfo &device) in CameraEnumDevices()
232 RetCode CameraControl::CameraGetAbility(struct CameraFeature feature) in CameraGetAbility()
260 RetCode CameraControl::CameraMatchDevice(struct CameraFeature feature) in CameraMatchDevice()
H A Dcamera_stream.cpp26 RetCode CameraStreams::CameraStreamOn(struct CameraFeature feature) in CameraStreamOn()
49 RetCode CameraStreams::CameraStreamOff(struct CameraFeature feature) in CameraStreamOff()
/ohos5.0/base/security/permission_lite/services/ipc_auth/src/
H A Dipc_auth_lite.c54 static const char *GetName(Feature *feature) in GetName()
60 static void OnInitialize(Feature *feature, Service *parent, Identity identity) in OnInitialize()
71 static void OnStop(Feature *feature, Identity identity) in OnStop()
77 static BOOL OnMessage(const Feature *feature, const Request *request) in OnMessage()
/ohos5.0/base/security/permission_lite/services/pms/src/
H A Dpms_inner.c58 static const char *GetName(Feature *feature) in GetName()
64 static void OnInitialize(Feature *feature, Service *parent, Identity identity) in OnInitialize()
74 static void OnStop(Feature *feature, Identity identity) in OnStop()
80 static BOOL OnMessage(const Feature *feature, const Request *request) in OnMessage()
/ohos5.0/base/security/device_security_level/services/sa/lite/mini/
H A Ddslm_service_feature.c40 static const char *FEATURE_GetName(Feature *feature) in FEATURE_GetName()
45 static void FEATURE_OnInitialize(Feature *feature, Service *parent, Identity identity) in FEATURE_OnInitialize()
52 static void FEATURE_OnStop(Feature *feature, Identity identity) in FEATURE_OnStop()
59 static BOOL FEATURE_OnMessage(Feature *feature, Request *request) in FEATURE_OnMessage()
/ohos5.0/foundation/ability/dmsfwk_lite/source/
H A Ddmslite_feature.c51 static const char *GetName(Feature *feature) in GetName()
59 static void OnInitialize(Feature *feature, Service *parent, Identity identity) in OnInitialize()
68 static void OnStop(Feature *feature, Identity identity) in OnStop()
73 static BOOL OnMessage(Feature *feature, Request *request) in OnMessage()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
H A Dlnn_feature_capability.c26 int32_t LnnSetFeatureCapability(uint64_t *feature, FeatureCapability capaBit) in LnnSetFeatureCapability()
36 int32_t LnnClearFeatureCapability(uint64_t *feature, FeatureCapability capaBit) in LnnClearFeatureCapability()
46 bool IsFeatureSupport(uint64_t feature, FeatureCapability capaBit) in IsFeatureSupport()
/ohos5.0/base/security/device_security_level/services/sa/lite/small/
H A Ddslm_service_feature.c41 static const char *FEATURE_GetName(Feature *feature) in FEATURE_GetName()
46 static void FEATURE_OnInitialize(Feature *feature, Service *parent, Identity identity) in FEATURE_OnInitialize()
53 static void FEATURE_OnStop(Feature *feature, Identity identity) in FEATURE_OnStop()
60 static BOOL FEATURE_OnMessage(Feature *feature, Request *request) in FEATURE_OnMessage()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/touch_screen/
H A Dtouch_screen_test.cpp63 int32_t feature = 12; variable
84 int32_t feature = 12; variable
105 int32_t feature = 12; variable
/ohos5.0/base/powermgr/battery_lite/services/src/
H A Dbattery_manage_feature.c24 const char *GetFeatureName(Feature *feature) in GetFeatureName()
30 void OnFeatureInitialize(Feature *feature, Service *parent, Identity identity) in OnFeatureInitialize()
36 void OnFeatureStop(Feature *feature, Identity identity) in OnFeatureStop()
42 BOOL OnFeatureMessage(Feature *feature, Request *request) in OnFeatureMessage()
120 BatteryFeatureApi *feature = GetBatteryFeatureImpl(); in GInit() local
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_feature_lite.cpp41 static const char *GetName(Feature *feature) in GetName()
46 static void OnInitialize(Feature *feature, Service *parent, Identity identity) in OnInitialize()
58 static void OnStop(Feature *feature, Identity identity) in OnStop()
71 static BOOL OnMessage(Feature *feature, Request *request) in OnMessage()
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_server_feature_lite.cpp43 static const char *GetName(Feature *feature) in GetName()
48 static void OnInitialize(Feature *feature, Service *parent, Identity identity) in OnInitialize()
60 static void OnStop(Feature *feature, Identity identity) in OnStop()
73 static BOOL OnMessage(Feature *feature, Request *request) in OnMessage()
/ohos5.0/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()
48 static void OnInitialize(Feature *feature, Service *parent, Identity identity) in OnInitialize()
60 static void OnStop(Feature *feature, Identity identity) in OnStop()
73 static BOOL OnMessage(Feature *feature, Request *request) in OnMessage()
/ohos5.0/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()
48 static void OnInitialize(Feature *feature, Service *parent, Identity identity) in OnInitialize()
60 static void OnStop(Feature *feature, Identity identity) in OnStop()
73 static BOOL OnMessage(Feature *feature, Request *request) in OnMessage()
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Dclient_factory.c33 void *SAMGR_CreateIClient(const char *service, const char *feature, uint32 size) in SAMGR_CreateIClient()
51 int SAMGR_ReleaseIClient(const char *service, const char *feature, void *iClient) in SAMGR_ReleaseIClient()
69 int SAMGR_RegisterFactory(const char *service, const char *feature, Creator creator, Destroyer dest… in SAMGR_RegisterFactory()
107 static Factory *GetFactory(const char *service, const char *feature) in GetFactory()
H A Ddefault_client_small_adapter.c17 uintptr_t GetRemoteSaIdInner(const char *service, const char *feature) in GetRemoteSaIdInner()
26 SvcIdentity QueryRemoteIdentityInner(const char *deviceId, const char *service, const char *feature) in QueryRemoteIdentityInner()
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/source/
H A Dfeature_impl.h31 Feature *feature; member
35 inline static BOOL IsInvalidFeature(Feature *feature) in IsInvalidFeature()
/ohos5.0/drivers/peripheral/wlan/test/fuzztest/
H A Dwlan_common_fuzzer.cpp78 struct HdfFeatureInfo feature; in FuzzGetChipId() local
90 struct HdfFeatureInfo feature; in FuzzGetDeviceMacAddress() local
102 struct HdfFeatureInfo feature; in FuzzGetFeatureType() local
112 struct HdfFeatureInfo feature; in FuzzGetFreqsWithBand() local
128 struct HdfFeatureInfo feature; in FuzzGetNetworkIfaceName() local
138 struct HdfFeatureInfo feature; in FuzzSetMacAddress() local
150 struct HdfFeatureInfo feature; in FuzzSetTxPower() local
162 struct HdfFeatureInfo feature; in FuzzGetPowerMode() local
172 struct HdfFeatureInfo feature; in FuzzSetPowerMode() local
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/os_dependency/sa/sa_mgr/
H A Dhks_samgr_service_feature.c41 static const char *FEATURE_GetName(Feature *feature) in FEATURE_GetName()
47 static void FEATURE_OnInitialize(Feature *feature, Service *parent, Identity identity) in FEATURE_OnInitialize()
57 static void FEATURE_OnStop(Feature *feature, Identity identity) in FEATURE_OnStop()
66 static BOOL FEATURE_OnMessage(Feature *feature, Request *msg) in FEATURE_OnMessage()

123456