Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/intention/cooperate/test/src/
H A Dcooperate_client_test.cpp133 bool isCompatible = true; in HWTEST_F() local
136 int32_t ret = cooperateClient.RegisterListener(tunnel, consumer, isCompatible); in HWTEST_F()
138 ret = cooperateClient.RegisterListener(tunnel, consumer, isCompatible); in HWTEST_F()
153 bool isCompatible = true; in HWTEST_F() local
156 int32_t ret = cooperateClient.RegisterListener(tunnel, consumer, isCompatible); in HWTEST_F()
171 bool isCompatible = true; in HWTEST_F() local
174 int32_t ret = cooperateClient.RegisterListener(tunnel, consumer, isCompatible); in HWTEST_F()
198 bool isCompatible = true; in HWTEST_F() local
201 int32_t ret = cooperateClient.RegisterListener(tunnel, consumer, isCompatible); in HWTEST_F()
223 bool isCompatible in HWTEST_F() local
249 bool isCompatible = true; HWTEST_F() local
[all...]
/foundation/multimodalinput/input/intention/frameworks/client/src/
H A Dintention_manager.cpp120 std::shared_ptr<ICoordinationListener> listener, bool isCompatible) in RegisterCoordinationListener()
125 return cooperate_.RegisterListener(*tunnel_, listener, isCompatible); in RegisterCoordinationListener()
129 (void)(isCompatible); in RegisterCoordinationListener()
135 std::shared_ptr<ICoordinationListener> listener, bool isCompatible) in UnregisterCoordinationListener()
139 return cooperate_.UnregisterListener(*tunnel_, listener, isCompatible); in UnregisterCoordinationListener()
143 (void)(isCompatible); in UnregisterCoordinationListener()
148 int32_t IntentionManager::PrepareCoordination(CooperateMsgInfoCallback callback, bool isCompatible) in PrepareCoordination() argument
153 return cooperate_.Enable(*tunnel_, callback, isCompatible); in PrepareCoordination()
157 (void)(isCompatible); in PrepareCoordination()
162 int32_t IntentionManager::UnprepareCoordination(CooperateMsgInfoCallback callback, bool isCompatible) in UnprepareCoordination() argument
119 RegisterCoordinationListener( std::shared_ptr<ICoordinationListener> listener, bool isCompatible) RegisterCoordinationListener() argument
134 UnregisterCoordinationListener( std::shared_ptr<ICoordinationListener> listener, bool isCompatible) UnregisterCoordinationListener() argument
176 ActivateCoordination(const std::string &remoteNetworkId, int32_t startDeviceId, CooperateMsgInfoCallback callback, bool isCompatible) ActivateCoordination() argument
193 DeactivateCoordination(bool isUnchained, CooperateMsgInfoCallback callback, bool isCompatible) DeactivateCoordination() argument
208 GetCoordinationState( const std::string &networkId, std::function<void(bool)> callback, bool isCompatible) GetCoordinationState() argument
[all...]
/foundation/multimodalinput/input/intention/frameworks/client/include/
H A Dintention_manager.h46 std::shared_ptr<ICoordinationListener> listener, bool isCompatible = false);
48 std::shared_ptr<ICoordinationListener> listener, bool isCompatible = false);
49 int32_t PrepareCoordination(CooperateMsgInfoCallback callback, bool isCompatible = false);
50 int32_t UnprepareCoordination(CooperateMsgInfoCallback callback, bool isCompatible = false);
52 CooperateMsgInfoCallback callback, bool isCompatible = false);
53 int32_t DeactivateCoordination(bool isUnchained, CooperateMsgInfoCallback callback, bool isCompatible = false);
55 bool isCompatible = false);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dability_sync.cpp431 bool isCompatible = static_cast<SyncGenericInterface *>(storageInterface_)->CheckCompatible(schema, schemaType); in AckRecv() local
432 if (!isCompatible) { // LCOV_EXCL_BR_LINE in AckRecv()
437 LOGI("[AbilitySync][AckRecv]remoteSoftwareVersion = %u, isCompatible = %d,", remoteSoftwareVersion, in AckRecv()
438 isCompatible); in AckRecv()
461 bool isCompatible = static_cast<SyncGenericInterface *>(storageInterface_)->CheckCompatible(schema, schemaType); in RequestRecv() local
462 if (!isCompatible) { in RequestRecv()
467 return HandleRequestRecv(message, context, isCompatible); in RequestRecv()
1116 int AbilitySync::HandleRequestRecv(const Message *message, ISyncTaskContext *context, bool isCompatible) in HandleRequestRecv() argument
1127 remoteSoftwareVersion, isCompatible); in HandleRequestRecv()
1149 remoteSoftwareVersion, isCompatible); in HandleRequestRecv()
[all...]
H A Dability_sync.h247 int HandleRequestRecv(const Message *message, ISyncTaskContext *context, bool isCompatible);
/foundation/graphic/graphic_2d/frameworks/bootanimation/include/
H A Dutil.h134 bool ParseBootConfig(const std::string& path, int32_t& duration, bool& isCompatible,
/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dutil.cpp54 bool ParseBootConfig(const std::string& path, int32_t& duration, bool& isCompatible, bool& isMultiDisplay, in ParseBootConfig() argument
77 isCompatible = true; in ParseBootConfig()

Completed in 6 milliseconds