Searched refs:PointerDeviceEventCallback (Results 1 - 3 of 3) sorted by relevance
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/ |
H A D | app_mgr_service_inner_test.cpp | 150 appMgrServiceInner->PointerDeviceEventCallback(key.c_str(), "false", context); in HWTEST_F() 174 appMgrServiceInner->PointerDeviceEventCallback(key.c_str(), "true", context); in HWTEST_F() 198 appMgrServiceInner->PointerDeviceEventCallback("invalid_key", "false", context); in HWTEST_F() 222 appMgrServiceInner->PointerDeviceEventCallback(key.c_str(), "invalid", context); in HWTEST_F()
|
/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_mgr_service_inner.h | 1588 static void PointerDeviceEventCallback(const char *key, const char *value, void *context);
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_service_inner.cpp | 5401 int ret = WatchParameter(AAFwk::GlobalConfigurationKey::INPUT_POINTER_DEVICE, PointerDeviceEventCallback, in AddWatchParameter() 5653 void AppMgrServiceInner::PointerDeviceEventCallback(const char *key, const char *value, void *context) in PointerDeviceEventCallback() function in OHOS::AppExecFwk::AppMgrServiceInner
|
Completed in 21 milliseconds