/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | object_dms_handler_test.cpp | 54 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 D | object_dms_handler.h | 41 bool IsContinue(const std::string &bundleName);
|
H A D | object_service_impl.h | 54 int32_t IsContinue(bool &result) override;
|
H A D | object_dms_handler.cpp | 46 bool ObjectDmsHandler::IsContinue(const std::string &bundleName) in IsContinue() function in OHOS::DistributedObject::ObjectDmsHandler
|
H A D | object_service_impl.cpp | 115 int32_t ObjectServiceImpl::IsContinue(bool &result) in IsContinue() function in OHOS::DistributedObject::ObjectServiceImpl 124 result = ObjectDmsHandler::GetInstance().IsContinue(tokenInfo.bundleName); in IsContinue()
|
H A D | object_service_stub.cpp | 187 int32_t status = IsContinue(isContinue); in OnIsContinue()
|
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/ |
H A D | object_service.h | 43 virtual int32_t IsContinue(bool &result) = 0;
|
H A D | object_service_proxy.h | 45 int32_t IsContinue(bool &result) override;
|
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/ |
H A D | flat_object_store.cpp | 56 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 D | dms_continue_manager_test.cpp | 503 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 D | dms_continue_send_manager.h | 153 bool IsContinue(const int32_t& missionId, const std::string& bundleName);
|
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/adaptor/ |
H A D | flat_object_store.h | 49 bool IsContinue();
|
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/ |
H A D | object_service_proxy.cpp | 272 int32_t ObjectServiceProxy::IsContinue(bool &result) in IsContinue() function in OHOS::DistributedObject::ObjectServiceProxy
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/ |
H A D | dms_continue_send_manager.cpp | 393 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 D | object_store_test.cpp | 1299 auto result = cacheManager->IsContinue();
|