Home
last modified time | relevance | path

Searched refs:IsBackground (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/utils/
H A Dconstant.h39 API_EXPORT static bool IsBackground(pid_t pid);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/utils/
H A Dconstant.cpp83 bool Constant::IsBackground(pid_t pid) in IsBackground() function in OHOS::DistributedData::Constant
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_service_impl.cpp1225 bool isBackground = Constant::IsBackground(IPCSkeleton::GetCallingPid()); in GetSyncDelayTime()