Home
last modified time | relevance | path

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

/ohos5.0/base/update/updateservice/foundations/ability/sa_loader/include/
H A Dbase_service_kits_impl.h66 bool removeResult = object->RemoveDeathRecipient(deathRecipient_); in ~BaseServiceKitsImpl() local
67 … ENGINE_LOGI("RemoveDeathRecipient result is %{public}s", removeResult ? "success" : "error"); in ~BaseServiceKitsImpl()
/ohos5.0/drivers/peripheral/sensor/hdi_service/
H A Dsensor_if_service.cpp388 int32_t removeResult = RemoveSensorDeathRecipient(callbackObj); in Register() local
389 if (removeResult != SENSOR_SUCCESS) { in Register()
499 int32_t removeResult = RemoveSensorDeathRecipient(*callBackIter); in RemoveCallbackMap() local
500 if (removeResult != SENSOR_SUCCESS) { in RemoveCallbackMap()
632 bool removeResult = remote->RemoveDeathRecipient(recipientIter->second); in RemoveDeathNotice() local
633 if (!removeResult) { in RemoveDeathNotice()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dmission_data_storage.cpp311 bool removeResult = OHOS::RemoveFile(filePath); in DeleteMissionSnapshot() local
312 if (!removeResult) { in DeleteMissionSnapshot()