Searched refs:PointerDeviceEventCallback (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/ |
H A D | app_mgr_service_inner_test.cpp | 149 appMgrServiceInner->PointerDeviceEventCallback(key.c_str(), "false", context); 173 appMgrServiceInner->PointerDeviceEventCallback(key.c_str(), "true", context); 197 appMgrServiceInner->PointerDeviceEventCallback("invalid_key", "false", context); 221 appMgrServiceInner->PointerDeviceEventCallback(key.c_str(), "invalid", context);
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_mgr_service_inner.h | 1416 static void PointerDeviceEventCallback(const char *key, const char *value, void *context);
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_service_inner.cpp | 5428 …t = WatchParameter(AAFwk::GlobalConfigurationKey::INPUT_POINTER_DEVICE, PointerDeviceEventCallback, in AddWatchParameter() 5598 void AppMgrServiceInner::PointerDeviceEventCallback(const char *key, const char *value, void *conte… in PointerDeviceEventCallback() function in OHOS::AppExecFwk::AppMgrServiceInner
|