Searched refs:DISCONNECT_ABILITY_DONE (Results 1 – 7 of 7) sorted by relevance
51 DISCONNECT_ABILITY_DONE, enumerator
38 uint32_t code = static_cast<uint32_t>(AbilityManagerInterfaceCode::DISCONNECT_ABILITY_DONE); in DoSomethingInterestingWithMyAPI()
37 DISCONNECT_ABILITY_DONE = 5, enumerator
279 AbilityMsClient::GetInstance().ScheduleAms(nullptr, token, nullptr, DISCONNECT_ABILITY_DONE); in PerformDisconnectAbility()
352 …stub_->OnRemoteRequest(static_cast<uint32_t>(AbilityManagerInterfaceCode::DISCONNECT_ABILITY_DONE),
61 if (interfaceCode == AbilityManagerInterfaceCode::DISCONNECT_ABILITY_DONE) { in OnRemoteRequestInnerFirst()
1480 error = SendRequest(AbilityManagerInterfaceCode::DISCONNECT_ABILITY_DONE, data, reply, option); in ScheduleDisconnectAbilityDone()