Home
last modified time | relevance | path

Searched refs:GetContinueTypeId (Results 1 - 7 of 7) sorted by relevance

/foundation/ability/dmsfwk/services/dtbschedmgr/include/bundle/
H A Dbundle_manager_internal.h63 static int32_t GetContinueTypeId(const std::string &bundleName,
/foundation/ability/dmsfwk/services/dtbschedmgr/src/bundle/
H A Dbundle_manager_internal.cpp436 int32_t BundleManagerInternal::GetContinueTypeId(const std::string &bundleName, in GetContinueTypeId() function in OHOS::DistributedSchedule::BundleManagerInternal
440 bool ret = DmsBmStorage::GetInstance()->GetContinueTypeId(bundleName, abilityName, continueTypeId); in GetContinueTypeId()
/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/
H A Ddistributed_bm_storage.h69 bool GetContinueTypeId(const std::string &bundleName, const std::string &abilityName, uint8_t &continueTypeId);
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddms_continue_send_manager.cpp346 ret = BundleManagerInternal::GetContinueTypeId(bundleName, abilityName, continueTypeId); in FocusedBusinessSendEvent()
459 int32_t ret = BundleManagerInternal::GetContinueTypeId(bundleName, abilityName, continueTypeId); in SendScreenOffEvent()
626 return BundleManagerInternal::GetContinueTypeId(bundleName, abilityName, continueTypeId); in GetBundleNameIdAndContinueTypeId()
H A Ddistributed_bm_storage.cpp1088 bool DmsBmStorage::GetContinueTypeId(const std::string &bundleName, const std::string &abilityName, in GetContinueTypeId() function in OHOS::DistributedSchedule::DmsBmStorage
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/mission/
H A Ddistributed_bm_storage_test.cpp362 bool ret = dmsBmStorage_->GetInstance()->GetContinueTypeId(bundleName, abilityName, continueTypeId); in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Dbundle_manager_internal_test.cpp620 * @tc.desc: GetContinueTypeId
629 int32_t ret = BundleManagerInternal::GetContinueTypeId(networkId, abilityName, continueTypeId); in HWTEST_F()

Completed in 8 milliseconds