mirror of
https://gitee.com/openharmony/ability_dmsfwk
synced 2025-02-17 04:49:02 +00:00
!126 修改任务变化回调bug
Merge pull request !126 from zhangfan/cherry-pick-1643161501
This commit is contained in:
commit
7eed7b36f7
@ -22,12 +22,12 @@
|
|||||||
namespace OHOS {
|
namespace OHOS {
|
||||||
namespace DistributedSchedule {
|
namespace DistributedSchedule {
|
||||||
namespace {
|
namespace {
|
||||||
constexpr int32_t CODE_NOTIFY_MISSION = 1;
|
constexpr int32_t CODE_NOTIFY_MISSION = 0;
|
||||||
constexpr int32_t NOTIFY_SNAP_SHOT = 2;
|
constexpr int32_t NOTIFY_SNAP_SHOT = 1;
|
||||||
constexpr int32_t NOTIFY_NET_DISCONNECT = 3;
|
constexpr int32_t NOTIFY_NET_DISCONNECT = 2;
|
||||||
constexpr int32_t CODE_NOTIFY_SWITCH = 4;
|
constexpr int32_t CODE_NOTIFY_SWITCH = 4;
|
||||||
|
|
||||||
const std::u16string DESCRIPTOR = u"ohos.distributedschedule.dmissionmanagerkit.IDistributedMissionChangedListener";
|
const std::u16string DESCRIPTOR = u"ohos.aafwk.RemoteMissionListener";
|
||||||
const std::string TAG = "MissionChangedNotify";
|
const std::string TAG = "MissionChangedNotify";
|
||||||
}
|
}
|
||||||
void MissionChangedNotify::NotifyMissionsChanged(const sptr<IRemoteObject>& remoteObject,
|
void MissionChangedNotify::NotifyMissionsChanged(const sptr<IRemoteObject>& remoteObject,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user