Searched defs:ans (Results 1 – 3 of 3) sorted by relevance
62 "ans": ["distributed_notification_service"], array101 "ans": ["obj/base/notification/distributed_notification_service"], array
1532 bool ans = abs(toMs - attr.pts) < 40000 ? true : false; variable1590 bool ans = abs(nextIdrPts - attr.pts) < 40000 ? true : false; variable1649 bool ans = abs(closestIdrPts - attr.pts) < 40000 ? true : false; variable
397 … Image_ErrorCode ans = OH_PixelmapNative_ConvertPixelmapNativeToNapi(env,pixelMap,&pixelValue); in Snapshot() local