Home
last modified time | relevance | path

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

/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/sa_main/
H A Dsec_comp_manager.h62 void NotifyProcessForeground(int32_t pid);
H A Dapp_state_observer.cpp103 SecCompManager::GetInstance().NotifyProcessForeground(processData.pid); in OnProcessStateChanged()
H A Dsec_comp_manager.cpp185 void SecCompManager::NotifyProcessForeground(int32_t pid) in NotifyProcessForeground() function in OHOS::Security::SecurityComponent::SecCompManager
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/
H A Dsec_comp_manager_test.cpp265 SecCompManager::GetInstance().NotifyProcessForeground(ServiceTestCommon::TEST_PID_1);