Home
last modified time | relevance | path

Searched refs:autoCreate (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/config/src/model/
H A Ddirectory_config.cpp24 SetValue(node[GET_NAME(autoCreate)], autoCreate); in Marshal()
33 GetValue(node, GET_NAME(autoCreate), autoCreate); in Unmarshal()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/directory/
H A Ddirectory_manager.cpp67 if (strategy.autoCreate) { in GetMetaStorePath()
82 if (strategy.autoCreate) { in GetMetaBackupPath()
94 impl.autoCreate = strategy.autoCreate; in Initialize()
244 if (strategy.autoCreate) { in GenPath()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/directory/
H A Ddirectory_manager.h29 bool autoCreate = false; member
47 bool autoCreate = false; member
/ohos5.0/base/startup/init/interfaces/innerkits/hookmgr/
H A Dhookmgr.c59 static HOOK_MGR *getHookMgr(HOOK_MGR *hookMgr, int autoCreate) in getHookMgr() argument
65 BEGET_CHECK(autoCreate, return NULL); in getHookMgr()