Home
last modified time | relevance | path

Searched refs:testPkgName (Results 1 - 4 of 4) sorted by relevance

/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_device_manager_notify_two.cpp99 std::string testPkgName = "com.ohos.test1"; in HWTEST_F() local
101 checkMap = DeviceManagerNotify::GetInstance().dmUiCallback_[testPkgName]; in HWTEST_F()
154 std::string testPkgName = "com.ohos.test1"; in HWTEST_F() local
156 checkMap = DeviceManagerNotify::GetInstance().dmUiCallback_[testPkgName]; in HWTEST_F()
232 std::string testPkgName = "com.ohos.test1"; in HWTEST_F() local
234 DeviceManagerNotify::GetInstance().UnRegisterDeviceManagerFaCallback(testPkgName); in HWTEST_F()
274 std::string testPkgName = "com.ohos.test1"; in HWTEST_F() local
276 DeviceManagerNotify::GetInstance().UnRegisterDeviceManagerFaCallback(testPkgName); in HWTEST_F()
361 std::string testPkgName = ""; in HWTEST_F() local
363 DeviceManagerNotify::GetInstance().UnRegisterDeviceManagerFaCallback(testPkgName); in HWTEST_F()
482 std::string testPkgName = "com.ohos.test1"; HWTEST_F() local
522 std::string testPkgName = ""; HWTEST_F() local
562 std::string testPkgName = "111"; HWTEST_F() local
601 std::string testPkgName = ""; HWTEST_F() local
681 std::string testPkgName = "com.ohos.test1"; HWTEST_F() local
721 std::string testPkgName = ""; HWTEST_F() local
761 std::string testPkgName = ""; HWTEST_F() local
801 std::string testPkgName = ""; HWTEST_F() local
880 std::string testPkgName = "com.ohos.test1"; HWTEST_F() local
920 std::string testPkgName = ""; HWTEST_F() local
960 std::string testPkgName = ""; HWTEST_F() local
1000 std::string testPkgName = ""; HWTEST_F() local
1084 std::string testPkgName = "com.ohos.test1"; HWTEST_F() local
1166 std::string testPkgName = ""; HWTEST_F() local
1207 std::string testPkgName = ""; HWTEST_F() local
1288 std::string testPkgName = "com.ohos.test1"; HWTEST_F() local
1370 std::string testPkgName = ""; HWTEST_F() local
1411 std::string testPkgName = ""; HWTEST_F() local
1492 std::string testPkgName = "com.ohos.test1"; HWTEST_F() local
1572 std::string testPkgName = ""; HWTEST_F() local
1612 std::string testPkgName = ""; HWTEST_F() local
1693 std::string testPkgName = "com.ohos.test1"; HWTEST_F() local
1775 std::string testPkgName = ""; HWTEST_F() local
1816 std::string testPkgName = ""; HWTEST_F() local
[all...]
H A DUTTest_device_manager_notify.cpp120 std::string testPkgName = "com.ohos.test1"; in HWTEST_F() local
124 checkMap = DeviceManagerNotify::GetInstance().dmInitCallback_[testPkgName]; in HWTEST_F()
280 std::string testPkgName = "com.ohos.test1"; in HWTEST_F() local
282 DeviceManagerNotify::GetInstance().UnRegisterDeathRecipientCallback(testPkgName); in HWTEST_F()
322 std::string testPkgName = "com.ohos.test1"; in HWTEST_F() local
324 DeviceManagerNotify::GetInstance().UnRegisterDeathRecipientCallback(testPkgName); in HWTEST_F()
367 std::string testPkgName = "com.ohos.test1"; in HWTEST_F() local
369 DeviceManagerNotify::GetInstance().UnRegisterDeathRecipientCallback(testPkgName); in HWTEST_F()
408 std::string testPkgName = ""; in HWTEST_F() local
410 DeviceManagerNotify::GetInstance().UnRegisterDeathRecipientCallback(testPkgName); in HWTEST_F()
495 std::string testPkgName = "com.ohos.test1"; HWTEST_F() local
563 std::string testPkgName = "com.ohos.test1"; HWTEST_F() local
640 std::string testPkgName = "com.ohos.test1"; HWTEST_F() local
680 std::string testPkgName = "com.ohos.test1"; HWTEST_F() local
764 std::string testPkgName = ""; HWTEST_F() local
867 std::string testPkgName = "com.ohos.test1"; HWTEST_F() local
1034 std::string testPkgName = "com.ohos.test1"; HWTEST_F() local
1079 std::string testPkgName = "com.ohos.test1"; HWTEST_F() local
1170 std::string testPkgName = ""; HWTEST_F() local
1272 std::string testPkgName = "com.ohos.test1"; HWTEST_F() local
1346 std::string testPkgName = "com.ohos.test1"; HWTEST_F() local
1429 std::string testPkgName = "com.ohos.test1"; HWTEST_F() local
1474 std::string testPkgName = "com.ohos.test1"; HWTEST_F() local
1566 std::string testPkgName = ""; HWTEST_F() local
1697 std::string testPkgName = "com.ohos.test1"; HWTEST_F() local
1862 std::string testPkgName = ""; HWTEST_F() local
1924 std::string testPkgName = ""; HWTEST_F() local
[all...]
H A DUTTest_device_manager_notify_three.cpp85 * 6. call DeviceManagerNotify OnPublishResult With testPkgName
105 std::string testPkgName = "com.ohos.test1"; in HWTEST_F() local
107 DeviceManagerNotify::GetInstance().OnPublishResult(testPkgName, publishId, 0); in HWTEST_F()
165 * 6. call DeviceManagerNotify OnPublishResult With testPkgName
185 std::string testPkgName = ""; in HWTEST_F() local
187 DeviceManagerNotify::GetInstance().OnPublishResult(testPkgName, publishId, 0); in HWTEST_F()
205 * 6. call DeviceManagerNotify OnPublishResult With testPkgName
225 std::string testPkgName = ""; in HWTEST_F() local
226 DeviceManagerNotify::GetInstance().UnRegisterPublishCallback(testPkgName, publishId); in HWTEST_F()
228 DeviceManagerNotify::GetInstance().OnPublishResult(testPkgName, publishI in HWTEST_F()
309 std::string testPkgName = "com.ohos.test1"; HWTEST_F() local
607 std::string testPkgName = "com.ohos.test1"; HWTEST_F() local
645 std::string testPkgName = ""; HWTEST_F() local
683 std::string testPkgName = "com.ohos.test"; HWTEST_F() local
721 std::string testPkgName = ""; HWTEST_F() local
[all...]
H A DUTTest_ipc_server_stub.cpp438 std::string testPkgName = "com.test"; in HWTEST_F() local
439 result = IpcServerStub::GetInstance().UnRegisterDeviceManagerListener(testPkgName); in HWTEST_F()
560 std::string testPkgName = "test"; in HWTEST_F() local
561 ret = IpcServerStub::GetInstance().GetDmListener(testPkgName); in HWTEST_F()

Completed in 7 milliseconds