Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager.cpp146 systemProcessDeath_ = sptr<IRemoteObject::DeathRecipient>(new SystemProcessDeathRecipient()); in Init()
1150 if (systemProcessDeath_ != nullptr) { in AddSystemProcess()
1151 ret = procObject->AddDeathRecipient(systemProcessDeath_); in AddSystemProcess()
1184 if (systemProcessDeath_ != nullptr) { in RemoveSystemProcess()
1185 procObject->RemoveDeathRecipient(systemProcessDeath_); in RemoveSystemProcess()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Dsystem_ability_manager.h271 sptr<IRemoteObject::DeathRecipient> systemProcessDeath_; variable
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_mgr_stub_test.cpp2068 saMgr->systemProcessDeath_ = nullptr;