Searched refs:currentIconInfo (Results 1 - 3 of 3) sorted by relevance
/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, in currentIconInfo() function 58 currentIconInfo() = default; 60 ~currentIconInfo() = default; 107 void NotifyRecvBroadcast(const sptr<IRemoteObject>& obj, const currentIconInfo& continueInfo, const int32_t state); 110 currentIconInfo iconInfo_;
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/ |
H A D | dms_continue_recv_manager.cpp | 359 currentIconInfo(senderNetworkId, bundleName, finalBundleName, continueType), in DealOnBroadcastBusiness() 377 const currentIconInfo& continueInfo, const int32_t state) in NotifyRecvBroadcast() 476 currentIconInfo(senderNetworkId, iconInfo_.sourceBundleName, bundleName, continueType), in OnDeviceScreenOff() 520 currentIconInfo(senderNetworkId, iconInfo_.sourceBundleName, bundleName, continueType), in OnContinueSwitchOff() 572 currentIconInfo(senderNetworkId, iconInfo_.sourceBundleName, bundleName, continueType), in NotifyDeviceOffline() 614 currentIconInfo(senderNetworkId, iconInfo_.sourceBundleName, bundleName, continueType), in NotifyPackageRemoved()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/mission/ |
H A D | dms_continue_manager_test.cpp | 463 currentIconInfo(networkId, sourceBundleName, sinkBundleName, continueType), state); in HWTEST_F() 470 currentIconInfo(networkId, sourceBundleName, sinkBundleName, continueType), state); in HWTEST_F()
|
Completed in 4 milliseconds