Searched refs:testServerLoadCallback (Results 1 – 2 of 2) sorted by relevance
97 …auto testServerLoadCallback = sptr<TestServerLoadCallback>(new TestServerLoadCallback(systemAbilit… in LoadTestServer() local98 testServerLoadCallback->InitLoadState(); in LoadTestServer()99 int32_t ret = samgr->LoadSystemAbility(systemAbilityId, testServerLoadCallback); in LoadTestServer()103 if (testServerLoadCallback->WaitLoadStateChange(systemAbilityId)) { in LoadTestServer()104 remoteObject_ = testServerLoadCallback->GetTestServerObject(); in LoadTestServer()
110 …auto testServerLoadCallback = sptr<TestServerLoadCallback>(new TestServerLoadCallback(systemAbilit… in LoadTestServer() local111 testServerLoadCallback->InitLoadState(); in LoadTestServer()112 int32_t ret = samgr->LoadSystemAbility(systemAbilityId, testServerLoadCallback); in LoadTestServer()118 if (testServerLoadCallback->WaitLoadStateChange(systemAbilityId)) { in LoadTestServer()120 remoteObject_ = testServerLoadCallback->GetTestServerObject(); in LoadTestServer()