Home
last modified time | relevance | path

Searched defs:eventCb (Results 1 – 5 of 5) sorted by relevance

/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
Dprofile_proxy_test.cpp74 IProfileEventCallback eventCb; variable
121 IProfileEventCallback eventCb; variable
Dprofile_crud_test.cpp286 auto eventCb = std::make_shared<ProfileEventCallback>(); variable
328 auto eventCb = std::make_shared<ProfileEventCallback>(); variable
355 auto eventCb = std::make_shared<ProfileEventCallback>(); variable
380 auto eventCb = std::make_shared<ProfileEventCallback>(); variable
455 auto eventCb = std::make_shared<ProfileEventCallback>(); variable
553 auto eventCb = std::make_shared<ProfileEventCallback>(); variable
578 auto eventCb = std::make_shared<ProfileEventCallback>(); variable
639 auto eventCb = std::make_shared<ProfileEventCallback>(); variable
688 auto eventCb = std::make_shared<ProfileEventCallback>(); variable
Devent_subscribe_test.cpp120 int32_t MockSubscribeEvents(const std::shared_ptr<ProfileEventCallback>& eventCb, in MockSubscribeEvents()
146 int32_t MockUnsubscribeEvents(const std::shared_ptr<ProfileEventCallback>& eventCb) in MockUnsubscribeEvents()
159 int32_t MockSubscribeEvent(const std::shared_ptr<ProfileEventCallback>& eventCb, in MockSubscribeEvent()
/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/src/
Ddistributed_device_profile_client.cpp176 const std::shared_ptr<IProfileEventCallback>& eventCb) in SubscribeProfileEvent()
185 const std::shared_ptr<IProfileEventCallback>& eventCb, in SubscribeProfileEvents()
236 const std::shared_ptr<IProfileEventCallback>& eventCb) in UnsubscribeProfileEvent()
245 const std::shared_ptr<IProfileEventCallback>& eventCb, in UnsubscribeProfileEvents()
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
Djs_rss_session.cpp40 OnRssEventCb eventCb = nullptr; member