Home
last modified time | relevance | path

Searched defs:shareType (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/src/stub/
H A Dnetworkshare_service_stub.cpp107 SharingIfaceType shareType = static_cast<SharingIfaceType>(type); in ReplyStartNetworkSharing() local
121 SharingIfaceType shareType = static_cast<SharingIfaceType>(type); in ReplyStopNetworkSharing() local
135 SharingIfaceType shareType = static_cast<SharingIfaceType>(type); in ReplyGetSharableRegexs() local
159 SharingIfaceType shareType = static_cast<SharingIfaceType>(type); in ReplyGetSharingState() local
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/pbap/
H A Dnapi_bluetooth_pbap_pse.cpp113 napi_value shareType = nullptr; in ShareTypeInit() local
241 bool IsShareTypeValid(int32_t shareType) in IsShareTypeValid()
248 …s CheckShareTypeParam(napi_env env, napi_callback_info info, std::string &addr, int32_t &shareType) in CheckShareTypeParam()
264 int32_t shareType = 0; in SetShareType() local
289 int32_t shareType = 0; in GetShareType() local
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_pbap_pse_proxy.cpp125 int32_t BluetoothPbapPseProxy::SetShareType(const BluetoothRawAddress &device, int32_t shareType) in SetShareType()
142 int32_t BluetoothPbapPseProxy::GetShareType(const BluetoothRawAddress &device, int32_t &shareType) in GetShareType()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_pbap_pse.cpp210 bool CheckShareTypeInvalid(int32_t shareType) in CheckShareTypeInvalid()
220 int32_t PbapPse::SetShareType(const BluetoothRemoteDevice &device, int32_t shareType) in SetShareType()