Home
last modified time | relevance | path

Searched refs:ChkAutoLaunchAbort (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dauto_launch.h184 bool ChkAutoLaunchAbort(const std::string &identifier, AutoLaunchItem &autoLaunchItem);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dauto_launch.cpp811 bool abort = ChkAutoLaunchAbort(identifier, autoLaunchItem); in AutoLaunchExtTask()
1414 bool AutoLaunch::ChkAutoLaunchAbort(const std::string &identifier, AutoLaunchItem &autoLaunchItem) in ChkAutoLaunchAbort() function in DistributedDB::AutoLaunch