Home
last modified time | relevance | path

Searched refs:IsLocal (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/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
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/include/
H A Dcooperate_context.h65 bool IsLocal(const std::string &networkId) const;
179 inline bool Context::IsLocal(const std::string &networkId) const in IsLocal() function
/ohos5.0/base/update/updateservice/interfaces/inner_api/feature/update/model/upgrade_info/
H A Dupgrade_info.h65 bool IsLocal() const in IsLocal() function
/ohos5.0/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/include/
H A Dprofile_change_notification.h61 bool IsLocal() const;
/ohos5.0/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
/ohos5.0/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()
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/src/
H A Dcooperate_in.cpp145 if (context.IsLocal(startEvent.remoteNetworkId)) { in OnStart()
221 if (context.IsPeer(notice.networkId) || context.IsLocal(notice.networkId)) { in OnRemoteStart()
416 if (context.IsPeer(notice.networkId) || context.IsLocal(notice.networkId)) { in OnRemoteStart()
H A Dcooperate_out.cpp197 if (context.IsLocal(notice.networkId)) { in OnRemoteStart()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/subscribemanager/
H A Dprofile_change_handler.cpp209 bool isLocal = changeNotification.IsLocal(); in NotifyProfileChangedLocked()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Dprofile_change_notification_test.cpp126 bool result = temp->IsLocal();
/ohos5.0/base/update/updateservice/services/engine/src/
H A Dupdate_service.cpp125 if (!info.IsLocal()) { in RegisterUpdateCallback()