Searched refs:currentIconInfo (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/ |
H A D | dms_continue_recv_manager.h | 38 struct currentIconInfo { struct 50 currentIconInfo(const std::string &source_device_id, const std::string &source_bundle_name, argument 58 currentIconInfo() = default; 60 ~currentIconInfo() = default; 107 …void NotifyRecvBroadcast(const sptr<IRemoteObject>& obj, const currentIconInfo& continueInfo, cons… 110 currentIconInfo iconInfo_;
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/ |
H A D | dms_continue_recv_manager.cpp | 359 …NotifyRecvBroadcast(iter, currentIconInfo(senderNetworkId, bundleName, finalBundleName, continueTy… in DealOnBroadcastBusiness() 376 const currentIconInfo& continueInfo, const int32_t state) in NotifyRecvBroadcast() 475 … currentIconInfo(senderNetworkId, iconInfo_.sourceBundleName, bundleName, continueType), in OnDeviceScreenOff() 519 … currentIconInfo(senderNetworkId, iconInfo_.sourceBundleName, bundleName, continueType), in OnContinueSwitchOff() 571 … currentIconInfo(senderNetworkId, iconInfo_.sourceBundleName, bundleName, continueType), in NotifyDeviceOffline() 613 … currentIconInfo(senderNetworkId, iconInfo_.sourceBundleName, bundleName, continueType), in NotifyPackageRemoved()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/mission/ |
H A D | dms_continue_manager_test.cpp | 461 currentIconInfo(networkId, sourceBundleName, sinkBundleName, continueType), state); 468 currentIconInfo(networkId, sourceBundleName, sinkBundleName, continueType), state);
|