Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/cj/ffi/app/errormanager/
H A Dcj_error_observer.h32 void AddObserverObject(const int32_t observerId, CErrorObserver observer);
H A Dcj_error_manager_ffi.cpp55 g_observer->AddObserverObject(observerId, observer); in FfiOHOSErrorManagerOn()
H A Dcj_error_observer.cpp89 void ErrorObserver::AddObserverObject(const int32_t observerId, CErrorObserver observer) in AddObserverObject() function in OHOS::AbilityRuntime::ErrorObserver