Home
last modified time | relevance | path

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

/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/interprocess/
H A Dinterprocess_unit_test.cpp400 auto interIpcService = std::make_shared<InterIpcService>(systemAbilityId, runOnCreate); in HWTEST_F() local
401 EXPECT_NE(interIpcService, nullptr); in HWTEST_F()
408 auto interIpcService = std::make_shared<InterIpcService>(systemAbilityId, runOnCreate); in HWTEST_F() local
409 EXPECT_NE(interIpcService, nullptr); in HWTEST_F()
410 interIpcService->OnDump(); in HWTEST_F()
417 auto interIpcService = std::make_shared<InterIpcService>(systemAbilityId, runOnCreate); in HWTEST_F() local
418 EXPECT_NE(interIpcService, nullptr); in HWTEST_F()
419 interIpcService->OnStop(); in HWTEST_F()
426 auto interIpcService = std::make_shared<InterIpcService>(systemAbilityId, runOnCreate); in HWTEST_F() local
427 EXPECT_NE(interIpcService, nullpt in HWTEST_F()
435 auto interIpcService = std::make_shared<InterIpcService>(systemAbilityId, runOnCreate); HWTEST_F() local
[all...]

Completed in 2 milliseconds