Home
last modified time | relevance | path

Searched refs:IsSystemHAPCalling (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/msdp/device_status/intention/drag/server/src/
H A Ddrag_server.cpp224 if (param.isJsCaller_ && !IsSystemHAPCalling(context)) { in AddListener()
240 if (param.isJsCaller_ && !IsSystemHAPCalling(context)) { in RemoveListener()
421 if (param.isJsCaller_ && !IsSystemHAPCalling(context)) { in GetDragSummary()
542 bool DragServer::IsSystemHAPCalling(CallingContext &context) in IsSystemHAPCalling() function in OHOS::Msdp::DeviceStatus::DragServer
/ohos5.0/base/msdp/device_status/intention/drag/server/include/
H A Ddrag_server.h44 bool IsSystemHAPCalling(CallingContext &context);
/ohos5.0/base/msdp/device_status/test/unittest/intention/drag/src/
H A Ddrag_server_test.cpp1492 bool ret = g_dragServer->IsSystemHAPCalling(context);
1519 bool ret = g_dragServer->IsSystemHAPCalling(context);