Home
last modified time | relevance | path

Searched defs:interceptorCallback (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_mgr_interface.h556 virtual int32_t RegisterPublishFormInterceptor(const sptr<IRemoteObject> &interceptorCallback) in RegisterPublishFormInterceptor()
567 virtual int32_t UnregisterPublishFormInterceptor(const sptr<IRemoteObject> &interceptorCallback) in UnregisterPublishFormInterceptor()
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/
H A Dfms_form_mgr_adapter_test2.cpp1615 sptr<IRemoteObject> interceptorCallback = nullptr; variable
1629 sptr<IRemoteObject> interceptorCallback; variable
1644 sptr<IRemoteObject> interceptorCallback; variable
1659 sptr<IRemoteObject> interceptorCallback; variable
1674 sptr<IRemoteObject> interceptorCallback; variable
1689 sptr<IRemoteObject> interceptorCallback; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_database_rd_kernel_test.cpp876 auto interceptorCallback = [] (InterceptedData &data, const std::string &sourceID, variable
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_mgr_service.cpp1262 …t32_t FormMgrService::RegisterPublishFormInterceptor(const sptr<IRemoteObject> &interceptorCallbac… in RegisterPublishFormInterceptor()
1280 …2_t FormMgrService::UnregisterPublishFormInterceptor(const sptr<IRemoteObject> &interceptorCallbac… in UnregisterPublishFormInterceptor()
H A Dform_mgr_adapter.cpp3444 …t32_t FormMgrAdapter::RegisterPublishFormInterceptor(const sptr<IRemoteObject> &interceptorCallbac… in RegisterPublishFormInterceptor()
3460 …2_t FormMgrAdapter::UnregisterPublishFormInterceptor(const sptr<IRemoteObject> &interceptorCallbac… in UnregisterPublishFormInterceptor()
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/src/
H A Dform_mgr.cpp1323 int32_t FormMgr::RegisterPublishFormInterceptor(const sptr<IRemoteObject> &interceptorCallback) in RegisterPublishFormInterceptor()
1339 int32_t FormMgr::UnregisterPublishFormInterceptor(const sptr<IRemoteObject> &interceptorCallback) in UnregisterPublishFormInterceptor()
/ohos5.0/foundation/ability/form_fwk/test/unittest/form_mgr_test/
H A Dform_mgr_test.cpp2237 sptr<IRemoteObject> interceptorCallback; variable
2257 sptr<IRemoteObject> interceptorCallback; variable
4144 sptr<IRemoteObject> interceptorCallback; variable
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_mgr_proxy.cpp2026 int32_t FormMgrProxy::RegisterPublishFormInterceptor(const sptr<IRemoteObject> &interceptorCallback) in RegisterPublishFormInterceptor()
2056 …t32_t FormMgrProxy::UnregisterPublishFormInterceptor(const sptr<IRemoteObject> &interceptorCallbac… in UnregisterPublishFormInterceptor()