Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:IsContinue
(Results
1 - 15
of
15
) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H
A
D
object_dms_handler_test.cpp
37
* @tc.desc:
IsContinue
test.
54
auto res = ObjectDmsHandler::GetInstance().
IsContinue
("bundleName1");
in HWTEST_F()
56
res = ObjectDmsHandler::GetInstance().
IsContinue
("bundleName2");
in HWTEST_F()
63
* @tc.desc:
IsContinue
test.
80
auto res = ObjectDmsHandler::GetInstance().
IsContinue
("bundleName1");
in HWTEST_F()
82
res = ObjectDmsHandler::GetInstance().
IsContinue
("bundleName2");
in HWTEST_F()
89
* @tc.desc:
IsContinue
test.
113
* @tc.desc:
IsContinue
test.
/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()
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/
H
A
D
object_service_proxy.h
45
int32_t
IsContinue
(bool &result) override;
H
A
D
object_service.h
43
virtual int32_t
IsContinue
(bool &result) = 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);
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/adaptor/
H
A
D
flat_object_store.h
49
bool
IsContinue
();
/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()
/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
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/mission/
H
A
D
dms_continue_manager_test.cpp
496
* @tc.desc: test
IsContinue
505
bool ret = DMSContinueSendMgr::GetInstance().
IsContinue
(MISSIONID_02, BUNDLENAME_02);
in HWTEST_F()
508
ret = DMSContinueSendMgr::GetInstance().
IsContinue
(MISSIONID_01, BUNDLENAME_01);
in HWTEST_F()
512
ret = DMSContinueSendMgr::GetInstance().
IsContinue
(MISSIONID_01, BUNDLENAME_01);
in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H
A
D
dms_continue_send_manager.cpp
398
if (!
IsContinue
(missionId, bundleName)) {
in DealUnfocusedBusiness()
519
bool DMSContinueSendMgr::
IsContinue
(const int32_t& missionId, const std::string& bundleName)
in IsContinue()
function in OHOS::DistributedSchedule::DMSContinueSendMgr
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/src/
H
A
D
object_store_test.cpp
1293
* @tc.desc: test CacheManager
IsContinue
.
1299
auto result = cacheManager->
IsContinue
();
in HWTEST_F()
Completed in 12 milliseconds