Home
last modified time | relevance | path

Searched defs:appSpawnSocket (Results 1 – 3 of 3) sorted by relevance

/foundation/ability/ability_runtime/test/unittest/ams_service_app_spawn_socket_test/
Dams_service_app_spawn_socket_test.cpp73 std::unique_ptr<AppSpawnSocket> appSpawnSocket = std::make_unique<AppSpawnSocket>(); variable
96 std::unique_ptr<AppSpawnSocket> appSpawnSocket = std::make_unique<AppSpawnSocket>(); variable
120 std::unique_ptr<AppSpawnSocket> appSpawnSocket = std::make_unique<AppSpawnSocket>(); variable
144 std::unique_ptr<AppSpawnSocket> appSpawnSocket = std::make_unique<AppSpawnSocket>(); variable
168 std::unique_ptr<AppSpawnSocket> appSpawnSocket = std::make_unique<AppSpawnSocket>(); variable
192 std::unique_ptr<AppSpawnSocket> appSpawnSocket = std::make_unique<AppSpawnSocket>(); variable
216 std::unique_ptr<AppSpawnSocket> appSpawnSocket = std::make_unique<AppSpawnSocket>(); variable
241 std::unique_ptr<AppSpawnSocket> appSpawnSocket = std::make_unique<AppSpawnSocket>(); variable
265 std::unique_ptr<AppSpawnSocket> appSpawnSocket = std::make_unique<AppSpawnSocket>(); variable
289 std::unique_ptr<AppSpawnSocket> appSpawnSocket = std::make_unique<AppSpawnSocket>(); variable
[all …]
/foundation/ability/ability_runtime/test/unittest/app_spawn_socket_test/
Dapp_spawn_socket_test.cpp58 auto appSpawnSocket = std::make_shared<AppSpawnSocket>(true); variable
80 auto appSpawnSocket = std::make_shared<AppSpawnSocket>(true); variable
97 auto appSpawnSocket = std::make_shared<AppSpawnSocket>(true); variable
114 auto appSpawnSocket = std::make_shared<AppSpawnSocket>(true); variable
135 auto appSpawnSocket = std::make_shared<AppSpawnSocket>(true); variable
152 auto appSpawnSocket = std::make_shared<AppSpawnSocket>(true); variable
169 auto appSpawnSocket = std::make_shared<AppSpawnSocket>(true); variable
/foundation/ability/ability_runtime/test/fuzztest/appmgrrest_fuzzer/
Dappmgrrest_fuzzer.cpp114 AppSpawnSocket appSpawnSocket; in DoSomethingInterestingWithMyAPI() local