Home
last modified time | relevance | path

Searched defs:callingName (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_control/
H A Dapp_control_manager_rdb.cpp77 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 Dapp_control_manager_host_impl.cpp55 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 Dapp_control_manager.cpp60 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 Dhiview_fault_adapter.cpp70 std::string callingName; in GetCallingName() local
H A Dhiview_adapter.cpp58 std::string callingName = HiViewFaultAdapter::GetCallingName(key).first; in ReportDataStatistic() local
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_extension/include/
H A Dbundle_mgr_ext.h115 …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 Dbms_extension_client.cpp381 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 Dbms_extension_data_mgr.cpp418 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 Dbms_extension_data_mgr_test.cpp656 std::string callingName = ""; variable