Home
last modified time | relevance | path

Searched refs:testPtr (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/device/
H A Ddevice_manager_agent_sup_test.cpp106 testPtr->mountDfsCount_["test"] = 1;
109 testPtr->mountDfsCount_["test"] = -3;
193 testPtr->AddNetworkId(100, "test1");
194 testPtr->AddNetworkId(100, "test2");
197 testPtr->RemoveNetworkId(100);
215 testPtr->AddNetworkId(100, "test1");
216 testPtr->AddNetworkId(100, "test2");
245 testPtr->AddNetworkId(100, "test1");
275 testPtr->ClearNetworkId();
291 testPtr->MountDfsDocs("", "");
[all …]
/ohos5.0/foundation/communication/nfc/test/fuzztest/services_test/ndefhardataparser_test/ndefhardataparser/ndefhardataparser_fuzzer/
H A Dndefhardataparser_fuzzer.cpp41 std::weak_ptr<INciTagInterface> testPtr; in FuzzTryNdef1() local
50 std::weak_ptr<INciTagInterface> testPtr; in FuzzTryNdef2() local
59 std::weak_ptr<INciTagInterface> testPtr; in FuzzTryNdef3() local
68 std::weak_ptr<INciTagInterface> testPtr; in FuzzTryNdef4() local
77 std::weak_ptr<INciTagInterface> testPtr; in FuzzTryNdef5() local
86 std::weak_ptr<INciTagInterface> testPtr; in FuzzTryNdef6() local
95 std::weak_ptr<INciTagInterface> testPtr; in FuzzTryNdef7() local
104 std::weak_ptr<INciTagInterface> testPtr; in FuzzTryNdef8() local
113 std::weak_ptr<INciTagInterface> testPtr; in FuzzTryNdef9() local
122 std::weak_ptr<INciTagInterface> testPtr; in FuzzTryNdef10() local
[all …]
/ohos5.0/foundation/communication/nfc/test/unittest/services/tags_test/
H A Dndef_har_data_parser_test.cpp67 std::shared_ptr<NCI::INciTagInterface> testPtr = nullptr; variable
68 …<TAG::NdefHarDataParser> ndefHarDataParserTest = std::make_shared<TAG::NdefHarDataParser>(testPtr);
/ohos5.0/base/telephony/call_manager/test/unittest/ui_client/
H A Dui_client_test.cpp1791 std::unique_ptr<OHOS::Telephony::BluetoothCallTest> testPtr = in main() local
1793 if (testPtr != nullptr) { in main()
1794 testPtr->Init(); in main()
1795 testPtr->RunBluetoothCallTest(); in main()