Searched refs:SoftBusRegBusCenterVarDump (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/ |
H A D | lnn_local_ledger_deps_mock.h | 43 virtual int32_t SoftBusRegBusCenterVarDump(char *dumpVar, SoftBusVarDumpCb cb); 62 MOCK_METHOD2(SoftBusRegBusCenterVarDump, int32_t (char *, SoftBusVarDumpCb));
|
H A D | lnn_local_ledger_deps_mock.cpp | 106 int32_t SoftBusRegBusCenterVarDump(char *dumpVar, SoftBusVarDumpCb cb) in SoftBusRegBusCenterVarDump() function 108 return GetLocalLedgerDepsInterface()->SoftBusRegBusCenterVarDump(dumpVar, cb); in SoftBusRegBusCenterVarDump()
|
H A D | lnn_local_ledger_test.cpp | 130 …SoftBusRegBusCenterVarDump(_, _)).WillRepeatedly(localLedgerMock.LedgerSoftBusRegBusCenterVarDump); 166 … EXPECT_CALL(localLedgerMock, SoftBusRegBusCenterVarDump(_, _)).WillRepeatedly(Return(SOFTBUS_OK)); 205 …EXPECT_CALL(localLedgerMock, SoftBusRegBusCenterVarDump(_, _)).WillRepeatedly(Return(SOFTBUS_ERR)); 226 …EXPECT_CALL(localLedgerMock, SoftBusRegBusCenterVarDump(_, _)).WillRepeatedly(Return(SOFTBUS_ERR)); 284 …SoftBusRegBusCenterVarDump(_, _)).WillRepeatedly(localLedgerMock.LedgerSoftBusRegBusCenterVarDump); 331 …SoftBusRegBusCenterVarDump(_, _)).WillRepeatedly(localLedgerMock.LedgerSoftBusRegBusCenterVarDump); 375 …SoftBusRegBusCenterVarDump(_, _)).WillRepeatedly(localLedgerMock.LedgerSoftBusRegBusCenterVarDump);
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/ |
H A D | softbus_hidumper_buscenter_virtual.c | 21 int32_t SoftBusRegBusCenterVarDump(char *dumpVar, SoftBusVarDumpCb cb) in SoftBusRegBusCenterVarDump() function
|
H A D | softbus_hidumper_buscenter.c | 30 int32_t SoftBusRegBusCenterVarDump(char *dumpVar, SoftBusVarDumpCb cb) in SoftBusRegBusCenterVarDump() function
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/include/ |
H A D | softbus_hidumper_buscenter.h | 28 int32_t SoftBusRegBusCenterVarDump(char *dumpVar, SoftBusVarDumpCb cb);
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/hidumper_adapter/unittest/ |
H A D | hidumper_test.cpp | 394 … ret = SoftBusRegBusCenterVarDump(testLnnVarArray[i].varName, testLnnVarArray[i].dumpCallback); 409 int32_t ret = SoftBusRegBusCenterVarDump(nullptr, &DiscVarTest1Dumper); 423 int32_t ret = SoftBusRegBusCenterVarDump(const_cast<char *>(g_testDumpVar), nullptr); 438 int32_t ret = SoftBusRegBusCenterVarDump(nullptr, nullptr);
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/hidumper_adapter/fuzztest/softbushidumper_fuzzer/ |
H A D | softbushidumper_fuzzer.cpp | 82 SoftBusRegBusCenterVarDump(const_cast<char *>(DUMP_CMD), &SoftBusVarDumpCallback); in TestEnv()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/ |
H A D | lnn_distributed_net_ledger.c | 1703 if (SoftBusRegBusCenterVarDump((char*)SOFTBUS_BUSCENTER_DUMP_REMOTEDEVICEINFO, in LnnInitDistributedLedger()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/src/ |
H A D | lnn_local_net_ledger.c | 2273 if (SoftBusRegBusCenterVarDump( in LnnInitLocalLedger()
|