Home
last modified time | relevance | path

Searched defs:optType (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/src/
H A Dclient_trans_socket_option.c22 int32_t SetExtSocketOpt(int32_t socket, OptLevel level, OptType optType, void *optValue, uint32_t o… in SetExtSocketOpt()
32 int32_t GetExtSocketOpt(int32_t socket, OptLevel level, OptType optType, void *optValue, int32_t *o… in GetExtSocketOpt()
H A Dclient_trans_socket_service.c234 static int32_t CheckSocketOptParam(OptLevel level, OptType optType, void *optValue) in CheckSocketOptParam()
251 int32_t SetSocketOpt(int32_t socket, OptLevel level, OptType optType, void *optValue, int32_t optVa… in SetSocketOpt()
274 int32_t GetSocketOpt(int32_t socket, OptLevel level, OptType optType, void *optValue, int32_t *optV… in GetSocketOpt()
/ohos5.0/base/security/access_token/interfaces/innerkits/analysis_model/src/
H A Dcode_signature_analysis_kit.c78 uint32_t optType) in DataPreProcess()
171 … UpdateInfoInCurrNode(const CodeSignatureReportedInfo *report, AppRiskInfo *node, uint32_t optType) in UpdateInfoInCurrNode()
202 static int32_t AddNewAppInfoNode(const CodeSignatureReportedInfo *report, uint32_t optType) in AddNewAppInfoNode()
229 static int32_t DataProcess(const CodeSignatureReportedInfo *report, uint32_t optType) in DataProcess()
269 static void DatabaseListener(uint32_t optType, uint8_t *result, uint32_t resultLen) in DatabaseListener()
/ohos5.0/base/location/test/location_geofence/source/
H A Dlocation_gnss_geofence_callback_host_test.cpp139 GnssGeofenceOperateType optType = static_cast<GnssGeofenceOperateType>(0); variable
/ohos5.0/base/security/security_guard/services/data_collect/sa/
H A Dacquire_data_subscribe_manager.cpp205 void AcquireDataSubscribeManager::DbListener::OnChange(uint32_t optType, const SecEvent &events) in OnChange()
/ohos5.0/base/security/security_guard/services/data_collect/store/src/
H A Ddatabase_manager.cpp216 void DatabaseManager::DbChanged(int32_t optType, const SecEvent &event) in DbChanged()
/ohos5.0/base/security/access_token/interfaces/innerkits/analysis_model/test/unittest/
H A Dcode_signature_analysis_kit_test.cpp195 static void ReportErrorEventMock(DataChangeTypeCode optType, const char* bundleName, uint32_t token… in ReportErrorEventMock()
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dlocation_gnss_geofence_callback_napi.cpp182 GnssGeofenceOperateType optType = static_cast<GnssGeofenceOperateType>(type); in OnReportOperationResult() local
/ohos5.0/foundation/multimedia/media_library/frameworks/utils/src/
H A Dpost_event_utils.cpp32 string PostEventUtils::GetOptType(const uint32_t &optType) in GetOptType()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_core.c1150 static int L2capCheckConfigurationOptionLength(uint8_t optType, uint8_t optLength) in L2capCheckConfigurationOptionLength()
1208 uint8_t optType = data[offset + 0]; in L2capParseConfiguration() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/interface/
H A Dnstackx_dfile.h425 DFileOptType optType; member