Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/
Dsys_event_service_adapter.cpp67 void SysEventServiceAdapter::BindGetTypeFunc(const GetTypeByDomainNameFunc& getTypeFunc) in BindGetTypeFunc() argument
74 service->BindGetTypeFunc(getTypeFunc); in BindGetTypeFunc()
Dsys_event_service_adapter.h32 static void BindGetTypeFunc(const GetTypeByDomainNameFunc& getTypeFunc);
/base/hiviewdfx/hiview/plugins/event_store/
Dsys_event_store.cpp53 auto getTypeFunc = std::bind(&EventJsonParser::GetTypeByDomainAndName, *(sysEventParser_.get()), in OnLoad() local
55 SysEventServiceAdapter::BindGetTypeFunc(getTypeFunc); in OnLoad()
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/
Dsys_event_service_ohos.h84 void BindGetTypeFunc(const GetTypeByDomainNameFunc& getTypeFunc);
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
Dsys_event_service_ohos.cpp246 void SysEventServiceOhos::BindGetTypeFunc(const GetTypeByDomainNameFunc& getTypeFunc) in BindGetTypeFunc() argument
248 getTypeFunc_ = getTypeFunc; in BindGetTypeFunc()