Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_control/
H A Dapp_control_manager_rdb.cpp28 const std::string APP_CONTROL_RDB_TABLE_NAME = "app_control"; variable
59 bmsRdbConfig.tableName = APP_CONTROL_RDB_TABLE_NAME; in AppControlManagerRdb()
62 + APP_CONTROL_RDB_TABLE_NAME in AppControlManagerRdb()
131 NativeRdb::AbsRdbPredicates absRdbPredicates(APP_CONTROL_RDB_TABLE_NAME); in DeleteAppInstallControlRule()
147 NativeRdb::AbsRdbPredicates absRdbPredicates(APP_CONTROL_RDB_TABLE_NAME); in GetAppInstallControlRule()
239 NativeRdb::AbsRdbPredicates absRdbPredicates(APP_CONTROL_RDB_TABLE_NAME); in DeleteAppRunningControlRule()
256 NativeRdb::AbsRdbPredicates absRdbPredicates(APP_CONTROL_RDB_TABLE_NAME); in GetAppRunningControlRule()
297 NativeRdb::AbsRdbPredicates absRdbPredicates(APP_CONTROL_RDB_TABLE_NAME); in GetAppRunningControlRule()
381 NativeRdb::AbsRdbPredicates absRdbPredicates(APP_CONTROL_RDB_TABLE_NAME); in DeleteDisposedStatus()
399 NativeRdb::AbsRdbPredicates absRdbPredicates(APP_CONTROL_RDB_TABLE_NAME); in GetDisposedStatus()
[all …]