Searched defs:callingName (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_control/ |
H A D | app_control_manager_rdb.cpp | 77 ErrCode AppControlManagerRdb::AddAppInstallControlRule(const std::string &callingName, in AddAppInstallControlRule() 144 ErrCode AppControlManagerRdb::GetAppInstallControlRule(const std::string &callingName, in GetAppInstallControlRule() 185 ErrCode AppControlManagerRdb::AddAppRunningControlRule(const std::string &callingName, in AddAppRunningControlRule() 252 ErrCode AppControlManagerRdb::GetAppRunningControlRule(const std::string &callingName, in GetAppRunningControlRule() 323 std::string callingName; in GetAppRunningControlRule() local 350 ErrCode AppControlManagerRdb::SetDisposedStatus(const std::string &callingName, in SetDisposedStatus() 377 ErrCode AppControlManagerRdb::DeleteDisposedStatus(const std::string &callingName, in DeleteDisposedStatus() 395 ErrCode AppControlManagerRdb::GetDisposedStatus(const std::string &callingName, in GetDisposedStatus() 452 ErrCode AppControlManagerRdb::SetDisposedRule(const std::string &callingName, in SetDisposedRule() 479 ErrCode AppControlManagerRdb::DeleteDisposedRule(const std::string &callingName, in DeleteDisposedRule() [all …]
|
H A D | app_control_manager_host_impl.cpp | 55 std::string callingName = GetCallingName(); in AddAppInstallControlRule() local 85 std::string callingName = GetCallingName(); in DeleteAppInstallControlRule() local 105 std::string callingName = GetCallingName(); in DeleteAppInstallControlRule() local 130 std::string callingName = GetCallingName(); in GetAppInstallControlRule() local 147 std::string callingName = GetCallingName(); in AddAppRunningControlRule() local 158 std::string callingName = GetCallingName(); in DeleteAppRunningControlRule() local 168 std::string callingName = GetCallingName(); in DeleteAppRunningControlRule() local 178 std::string callingName = GetCallingName(); in GetAppRunningControlRule() local
|
H A D | app_control_manager.cpp | 60 ErrCode AppControlManager::AddAppInstallControlRule(const std::string &callingName, in AddAppInstallControlRule() 71 ErrCode AppControlManager::DeleteAppInstallControlRule(const std::string &callingName, in DeleteAppInstallControlRule() 82 ErrCode AppControlManager::DeleteAppInstallControlRule(const std::string &callingName, in DeleteAppInstallControlRule() 93 ErrCode AppControlManager::GetAppInstallControlRule(const std::string &callingName, in GetAppInstallControlRule() 100 ErrCode AppControlManager::AddAppRunningControlRule(const std::string &callingName, in AddAppRunningControlRule() 119 ErrCode AppControlManager::DeleteAppRunningControlRule(const std::string &callingName, in DeleteAppRunningControlRule() 136 ErrCode AppControlManager::DeleteAppRunningControlRule(const std::string &callingName, int32_t user… in DeleteAppRunningControlRule() 158 const std::string &callingName, int32_t userId, std::vector<std::string> &appIds) in GetAppRunningControlRule()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/dfx/ |
H A D | hiview_fault_adapter.cpp | 70 std::string callingName; in GetCallingName() local
|
H A D | hiview_adapter.cpp | 58 std::string callingName = HiViewFaultAdapter::GetCallingName(key).first; in ReportDataStatistic() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_extension/include/ |
H A D | bundle_mgr_ext.h | 115 …virtual ErrCode OptimizeDisposedPredicates(const std::string &callingName, const std::string &appI… in OptimizeDisposedPredicates()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bms_extension/ |
H A D | bms_extension_client.cpp | 381 ErrCode BmsExtensionClient::OptimizeDisposedPredicates(const std::string &callingName, const std::s… in OptimizeDisposedPredicates()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_extension/src/ |
H A D | bms_extension_data_mgr.cpp | 418 ErrCode BmsExtensionDataMgr::OptimizeDisposedPredicates(const std::string &callingName, const std::… in OptimizeDisposedPredicates()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/ |
H A D | bms_extension_data_mgr_test.cpp | 656 std::string callingName = ""; variable
|