Home
last modified time | relevance | path

Searched refs:DbinderTest (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
H A Ddbinder_distributed_test.cpp50 class DbinderTest : public DistributeTest { class
72 DbinderTest() = default;
73 ~DbinderTest() = default;
82 sptr<ISystemAbilityManager> DbinderTest::manager_ = nullptr;
83 char DbinderTest::serverId_[DEVICEID_LENGTH + 1];
85 void DbinderTest::SetUpTestCase() in SetUpTestCase()
91 void DbinderTest::TearDownTestCase() in TearDownTestCase()
97 void DbinderTest::SetUp() in SetUp()
109 bool DbinderTest::GetRemoteDeviceId() in GetRemoteDeviceId()
131 HWTEST_F(DbinderTest, DbinderRemoteCall001, TestSize.Level3)
[all …]
/ohos5.0/foundation/communication/ipc/services/dbinder/test/
H A DBUILD.gn37 ohos_distributedtest("DbinderTest") {
157 ":DbinderTest",
H A Dtest_dbinder.py25 class DbinderTest(unittest.TestCase): class