Home
last modified time | relevance | path

Searched defs:ident (Results 1 – 25 of 47) sorted by relevance

12

/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnet_supplier_callback_base.cpp20 int32_t NetSupplierCallbackBase::RequestNetwork(const std::string &ident, in RequestNetwork()
27 int32_t NetSupplierCallbackBase::ReleaseNetwork(const std::string &ident, const std::set<NetCap> &n… in ReleaseNetwork()
/ohos5.0/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_supplier_callback_base_test.cpp46 std::string ident = "testsupid"; variable
55 std::string ident = "testsupid"; variable
H A Dnet_conn_manager_test.cpp190 std::string ident = "ident01"; variable
206 std::string ident = "ident02"; variable
226 std::string ident = "ident03"; variable
251 std::string ident = "ident04"; variable
272 std::string ident = "ident"; variable
431 std::string ident = "ident"; variable
473 std::string ident = "ident"; variable
510 std::string ident = "ident"; variable
533 std::string ident = "ident"; variable
688 for (auto ident : idents) { variable
[all …]
H A Dnet_supplier_callback_stub_test.cpp53 std::string ident = "testsupid"; variable
101 std::string ident = "testsupid"; variable
H A Dnet_score_test.cpp48 std::string ident = "ident"; variable
H A Dnet_conn_service_stub_test.h46 …int32_t RegisterNetSupplier(NetBearType bearerType, const std::string &ident, const std::set<NetCa… in RegisterNetSupplier()
114 …int32_t GetIfaceNameByType(NetBearType bearerType, const std::string &ident, std::string &ifaceNam… in GetIfaceNameByType()
205 int32_t GetNetIdByIdentifier(const std::string &ident, std::list<int32_t> &netIdList) override in GetNetIdByIdentifier()
/ohos5.0/base/telephony/cellular_data/services/src/utils/
H A Dnet_manager_call_back.cpp25 int32_t NetManagerCallBack::RequestNetwork(const std::string &ident, in RequestNetwork()
46 int32_t NetManagerCallBack::ReleaseNetwork(const std::string &ident, const std::set<NetCap> &netCap… in ReleaseNetwork()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/scripts/
H A Dmake_file_base.py70 def get_base_name(ident, header, class_name): argument
82 def make_include_file(cls, ident, header, dir_name, class_name): argument
103 def make_class_define(cls, ident, base_class, class_name, funcs_body): argument
120 def make_wrapper_type(cls, ident): argument
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/
H A Dnet_supplier_callback_stub.cpp65 std::string ident; in OnRequestNetwork() local
112 std::string ident; in OnReleaseNetwork() local
133 int32_t NetSupplierCallbackStub::RequestNetwork(const std::string &ident, const std::set<NetCap> &n… in RequestNetwork()
146 int32_t NetSupplierCallbackStub::ReleaseNetwork(const std::string &ident, const std::set<NetCap> &n… in ReleaseNetwork()
/ohos5.0/foundation/communication/netmanager_base/test/netcommon/unittest/net_common_test/
H A Dnet_manager_center_test.cpp52 …inline int32_t GetIfaceNameByType(NetBearType bearerType, const std::string &ident, std::string &i… in GetIfaceNameByType()
56 inline int32_t RegisterNetSupplier(NetBearType bearerType, const std::string &ident, in RegisterNetSupplier()
238 std::string ident = "ident"; variable
249 std::string ident = "ident"; variable
273 std::string ident = "ident04"; variable
290 std::string ident = "ident04"; variable
304 std::string ident = "ident03"; variable
324 std::string ident = "ident03"; variable
520 std::string ident = "ident"; variable
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/stub/
H A Dnet_supplier_callback_proxy.cpp27 int32_t NetSupplierCallbackProxy::RequestNetwork(const std::string &ident, const std::set<NetCap> &… in RequestNetwork()
66 int32_t NetSupplierCallbackProxy::ReleaseNetwork(const std::string &ident, const std::set<NetCap> &… in ReleaseNetwork()
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/
H A Dnet_supplier_callback_base.h34 std::string ident; member
/ohos5.0/foundation/communication/netmanager_base/test/commonduplicatedcode/
H A Dcommon_net_conn_callback_test.h82 int32_t ReleaseNetwork(const std::string &ident, const std::set<NetCap> &netCaps) override in ReleaseNetwork()
99 int32_t ReleaseNetwork(const std::string &ident, const std::set<NetCap> &netCaps) override in ReleaseNetwork()
/ohos5.0/foundation/communication/netmanager_base/services/netstatsmanager/src/
H A Dnet_stats_history.cpp65 …tatsHistory::GetHistoryByIdent(std::vector<NetStatsInfo> &recv, const std::string &ident, uint64_t… in GetHistoryByIdent()
76 …etStatsHistory::GetHistory(std::vector<NetStatsInfo> &recv, uint32_t uid, const std::string &ident, in GetHistory()
H A Dnet_stats_data_handler.cpp79 …tStatsDataHandler::ReadStatsDataByIdent(std::vector<NetStatsInfo> &infos, const std::string &ident, in ReadStatsDataByIdent()
101 …ataHandler::ReadStatsData(std::vector<NetStatsInfo> &infos, uint32_t uid, const std::string &ident, in ReadStatsData()
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service_iface.cpp27 int32_t NetConnServiceIface::GetIfaceNameByType(NetBearType bearerType, const std::string &ident, in GetIfaceNameByType()
43 int32_t NetConnServiceIface::RegisterNetSupplier(NetBearType bearerType, const std::string &ident, in RegisterNetSupplier()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/common/
H A Dwifi_net_agent_test.cpp225 std::string ident = ""; variable
249 std::string ident = ""; variable
257 std::string ident = ""; variable
/ohos5.0/foundation/communication/netmanager_base/services/common/src/
H A Dnet_manager_center.cpp37 int32_t NetManagerCenter::GetIfaceNameByType(NetBearType bearerType, const std::string &ident, std:… in GetIfaceNameByType()
45 int32_t NetManagerCenter::RegisterNetSupplier(NetBearType bearerType, const std::string &ident, in RegisterNetSupplier()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_net_agent.cpp64 std::string ident = "wifi"; in RegisterNetSupplier() local
467 const std::string &ident, const std::set<NetManagerStandard::NetCap> &netCaps,
508 const std::string &ident, const std::set<NetManagerStandard::NetCap> &netCaps)
516 const std::string &ident, const std::set<NetManagerStandard::NetCap> &netCaps) const argument
/ohos5.0/foundation/communication/netmanager_base/test/netstatsmanager/unittest/net_stats_manager_test/
H A Dnet_stats_history_test.cpp131 std::string ident = "2"; variable
142 std::string ident = "2"; variable
H A Dnet_stats_database_helper_test.cpp174 std::string ident = "2"; variable
191 std::string ident = "2"; variable
H A Dnet_stats_data_handler_test.cpp223 std::string ident = "2"; variable
235 std::string ident = "2"; variable
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_core.c30 uint8_t ident; in L2capGetNewIdentifier() local
122 int L2capSendEchoRsp(L2capConnection *conn, uint8_t ident, const uint8_t *data, uint16_t dataLen) in L2capSendEchoRsp()
157 int L2capSendConnectionRsp(L2capConnection *conn, L2capChannel *chan, uint8_t ident, uint16_t resul… in L2capSendConnectionRsp()
278 …const L2capConnection *conn, L2capChannel *chan, uint8_t ident, uint16_t result, const L2capConfig… in L2capSendConfigurationRsp()
348 int L2capSendDisconnectionRsp(const L2capConnection *conn, const L2capChannel *chan, uint8_t ident) in L2capSendDisconnectionRsp()
385 int L2capSendInformationRsp(const L2capConnection *conn, uint8_t ident, uint16_t infoType) in L2capSendInformationRsp()
1264 static void L2capConfigurationRspReject(const L2capConnection *conn, uint8_t ident, uint16_t rcid) in L2capConfigurationRspReject()
1284 const L2capConnection *conn, uint8_t ident, uint16_t rcid, L2capOptions *unknown) in L2capConfigurationRspUnknownOptions()
1308 static void L2capConfigurationRspContinuation(const L2capConnection *conn, uint8_t ident, uint16_t … in L2capConfigurationRspContinuation()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/Mock/
H A Dnet_conn_client.cpp78 int32_t NetConnClient::RegisterNetSupplier(NetBearType bearerType, const std::string &ident, in RegisterNetSupplier()
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netpolicyclient/include/
H A Dnet_quota_policy.h46 std::string ident; member

12