Home
last modified time | relevance | path

Searched defs:bundleNameId (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/mission/
H A Ddistributed_bm_storage_test.cpp143 uint16_t bundleNameId = 0; variable
164 uint16_t bundleNameId = 0; variable
185 uint16_t bundleNameId = 3; variable
206 uint16_t bundleNameId = 4; variable
226 uint16_t bundleNameId = 0; variable
246 uint16_t bundleNameId = 1; variable
H A Ddms_continue_manager_test.cpp438 uint16_t bundleNameId = 0; variable
765 uint16_t bundleNameId = 0; variable
826 uint16_t bundleNameId = 0; variable
867 uint16_t bundleNameId = 0; variable
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddms_continue_send_manager.cpp233 int32_t DMSContinueSendMgr::SendSoftbusEvent(uint16_t bundleNameId, uint8_t continueTypeId, uint8_t… in SendSoftbusEvent()
333 uint16_t bundleNameId = 0; in FocusedBusinessSendEvent() local
402 uint16_t bundleNameId = 0; in DealUnfocusedBusiness() local
437 uint16_t bundleNameId = screenOffHandler_->GetAccessTokenId(); in SendScreenOffEvent() local
571 uint16_t bundleNameId = 0; in DealSetMissionContinueStateBusiness() local
589 uint16_t& bundleNameId, uint8_t& continueTypeId) in GetBundleNameIdAndContinueTypeId()
728 uint16_t bundleNameId, std::string abilityName) in SetScreenOffInfo()
740 UnfocusedReason reason, uint16_t& bundleNameId, uint8_t& continueTypeId) in GetAccessTokenIdSendEvent()
758 int32_t DMSContinueSendMgr::SetStateSendEvent(const uint16_t bundleNameId, const uint8_t& continueT… in SetStateSendEvent()
H A Ddms_continue_recv_manager.cpp115 uint16_t bundleNameId = (payload[1] << CONTINUE_SHIFT_08) | payload[INDEX_2]; in NotifyDataRecv() local
235uint16_t bundleNameId, uint8_t continueTypeId, const int32_t state, const int32_t delay, const int… in PostOnBroadcastBusiness()
249 uint16_t bundleNameId, uint8_t continueTypeId, const int32_t state, const int32_t retry) in RetryPostBroadcast()
308 uint16_t bundleNameId, uint8_t continueTypeId, const int32_t state, const int32_t retry) in DealOnBroadcastBusiness()
H A Ddistributed_bm_storage.cpp276 bool DmsBmStorage::DealGetBundleName(const std::string &networkId, const uint16_t& bundleNameId, in DealGetBundleName()
388 … DmsBmStorage::GetDistributedBundleName(const std::string &networkId, const uint16_t& bundleNameId, in GetDistributedBundleName()
406 const uint16_t &bundleNameId, DmsBundleInfo &distributeBundleInfo) in GetDistributedBundleInfo()
485 bool DmsBmStorage::GetBundleNameId(const std::string& bundleName, uint16_t &bundleNameId) in GetBundleNameId()
583 bool DmsBmStorage::GetLastBundleNameId(uint16_t &bundleNameId) in GetLastBundleNameId()
616 uint16_t bundleNameId = 0; in CreateBundleNameId() local
860 void DmsBmStorage::AddBundleNameId(const uint16_t &bundleNameId, const std::string &bundleName) in AddBundleNameId()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/
H A Ddistributed_bundle_info.h60 uint16_t bundleNameId = 0; member
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Dbundle_manager_internal_test.cpp529 uint16_t bundleNameId = 0; variable
544 uint16_t bundleNameId = 0; variable
H A Ddistributed_sched_permission_test.cpp1742 uint16_t bundleNameId = 0; variable
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/bundle/
H A Dbundle_manager_internal.cpp410 …t32_t BundleManagerInternal::GetBundleNameId(const std::string& bundleName, uint16_t& bundleNameId) in GetBundleNameId()
463 const uint16_t& bundleNameId, std::string& bundleName) in GetBundleNameById()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/
H A Ddsched_continue_manager.cpp256 uint16_t bundleNameId; in GetFirstBundleName() local