Home
last modified time | relevance | path

Searched refs:unloadEvent (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/core/test/unittest/common/
H A Dplugin_platform_test.cpp142 auto unloadEvent = plugin->GetEvent(Event::MessageType::PLUGIN_MAINTENANCE); variable
143 unloadEvent->SetValue("DynamicLoadPluginExample", "Unload");
144 platform.PostUnorderedEvent(plugin, unloadEvent);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/schedule/
H A Dsystem_ability_state_context.h61 OnDemandEvent unloadEvent; member
65 :unloadEvent(ue), systemAbilityId(said), callingPid(cpid) {}
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/
H A Dsystem_ability_state_scheduler.cpp338 …unloadRequestInfo->unloadEvent.eventId, abilityContext->ownProcessContext->state, abilityContext->… in HandleUnloadAbilityEvent()
363 if (unloadRequestInfo->unloadEvent.eventId == INTERFACE_CALL) { in HandleUnloadAbilityEventLocked()
731 abilityContext->ownProcessContext->processName, abilityContext->unloadRequest->unloadEvent); in DoUnloadSystemAbilityLocked()
1253 idleReason[KEY_EVENT_ID] = abilityContext->unloadRequest->unloadEvent.eventId; in ProcessDelayUnloadEventLocked()
1254 idleReason[KEY_NAME] = abilityContext->unloadRequest->unloadEvent.name; in ProcessDelayUnloadEventLocked()
1255 idleReason[KEY_VALUE] = abilityContext->unloadRequest->unloadEvent.value; in ProcessDelayUnloadEventLocked()
1256 idleReason[KEY_EXTRA_DATA_ID] = abilityContext->unloadRequest->unloadEvent.extraDataId; in ProcessDelayUnloadEventLocked()