Home
last modified time | relevance | path

Searched defs:getProtocol (Results 1 – 2 of 2) sorted by relevance

/foundation/communication/netstack/interfaces/kits/js/
D@ohos.net.socket.d.ts1900 getProtocol(callback: AsyncCallback<string>): void; method
1925 getProtocol(): Promise<string>; method
3115 getProtocol(callback: AsyncCallback<string>): void; method
3128 getProtocol(): Promise<string>; method
/foundation/communication/netstack/test/unittest/tlssocket/client/
DTlsSocketBranchTest.cpp168 std::vector<std::string> getProtocol; variable
309 std::string getProtocol = tlsSocketInternal->GetProtocol(); variable