Home
last modified time | relevance | path

Searched refs:IsLocal (Results 1 - 7 of 7) sorted by relevance

/foundation/multimodalinput/input/intention/cooperate/plugin/include/
H A Dcooperate_context.h65 bool IsLocal(const std::string &networkId) const;
167 inline bool Context::IsLocal(const std::string &networkId) const in IsLocal() function in OHOS::Msdp::DeviceStatus::Cooperate::Context
/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/include/
H A Dprofile_change_notification.h61 bool IsLocal() const;
/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Dprofile_change_notification.cpp44 bool ProfileChangeNotification::IsLocal() const in IsLocal() function in OHOS::DeviceProfile::ProfileChangeNotification
/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Dcooperate_in.cpp145 if (context.IsLocal(startEvent.remoteNetworkId)) { in OnStart()
219 if (context.IsPeer(notice.networkId) || context.IsLocal(notice.networkId)) { in OnRemoteStart()
414 if (context.IsPeer(notice.networkId) || context.IsLocal(notice.networkId)) { in OnRemoteStart()
H A Dcooperate_out.cpp196 if (context.IsLocal(notice.networkId)) { in OnRemoteStart()
/foundation/deviceprofile/device_info_manager/old/services/core/src/subscribemanager/
H A Dprofile_change_handler.cpp209 bool isLocal = changeNotification.IsLocal(); in NotifyProfileChangedLocked()
/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Dprofile_change_notification_test.cpp126 bool result = temp->IsLocal(); in HWTEST_F()

Completed in 6 milliseconds