Home
last modified time | relevance | path

Searched refs:IsContinue (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dobject_dms_handler_test.cpp54 auto res = ObjectDmsHandler::GetInstance().IsContinue("bundleName1");
56 res = ObjectDmsHandler::GetInstance().IsContinue("bundleName2");
80 auto res = ObjectDmsHandler::GetInstance().IsContinue("bundleName1");
82 res = ObjectDmsHandler::GetInstance().IsContinue("bundleName2");
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_dms_handler.h41 bool IsContinue(const std::string &bundleName);
H A Dobject_service_impl.h54 int32_t IsContinue(bool &result) override;
H A Dobject_dms_handler.cpp46 bool ObjectDmsHandler::IsContinue(const std::string &bundleName) in IsContinue() function in OHOS::DistributedObject::ObjectDmsHandler
H A Dobject_service_impl.cpp115 int32_t ObjectServiceImpl::IsContinue(bool &result) in IsContinue() function in OHOS::DistributedObject::ObjectServiceImpl
124 result = ObjectDmsHandler::GetInstance().IsContinue(tokenInfo.bundleName); in IsContinue()
H A Dobject_service_stub.cpp187 int32_t status = IsContinue(isContinue); in OnIsContinue()
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/
H A Dobject_service.h43 virtual int32_t IsContinue(bool &result) = 0;
H A Dobject_service_proxy.h45 int32_t IsContinue(bool &result) override;
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/
H A Dflat_object_store.cpp56 if (!cacheManager_->IsContinue()) { // NOT IN CONTINUE, CHECK PERMISSION in CreateObject()
557 bool CacheManager::IsContinue() in IsContinue() function in OHOS::ObjectStore::CacheManager
565 int32_t status = proxy->IsContinue(isContinue); in IsContinue()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/mission/
H A Ddms_continue_manager_test.cpp503 bool ret = DMSContinueSendMgr::GetInstance().IsContinue(MISSIONID_02, BUNDLENAME_02);
506 ret = DMSContinueSendMgr::GetInstance().IsContinue(MISSIONID_01, BUNDLENAME_01);
510 ret = DMSContinueSendMgr::GetInstance().IsContinue(MISSIONID_01, BUNDLENAME_01);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/
H A Ddms_continue_send_manager.h153 bool IsContinue(const int32_t& missionId, const std::string& bundleName);
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/adaptor/
H A Dflat_object_store.h49 bool IsContinue();
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/
H A Dobject_service_proxy.cpp272 int32_t ObjectServiceProxy::IsContinue(bool &result) in IsContinue() function in OHOS::DistributedObject::ObjectServiceProxy
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddms_continue_send_manager.cpp393 if (!IsContinue(missionId, bundleName)) { in DealUnfocusedBusiness()
514 bool DMSContinueSendMgr::IsContinue(const int32_t& missionId, const std::string& bundleName) in IsContinue() function in OHOS::DistributedSchedule::DMSContinueSendMgr
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/src/
H A Dobject_store_test.cpp1299 auto result = cacheManager->IsContinue();